#include "framedisplayer.h"#include "kino_common.h"#include "page.h"#include "preferences.h"#include "gtkenhancedscale.h"#include "filehandler.h"Include dependency graph for page_trim.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | PageTrimMode { PAGE_TRIM_MODE_UPDATE, PAGE_TRIM_MODE_INSERT, PAGE_TRIM_MODE_UNKNOWN = 99 } |
| enum | TrimInsertMode { TRIM_INSERT_MODE_BEFORE, TRIM_INSERT_MODE_AFTER } |
|
|
Definition at line 37 of file page_trim.h. 00037 {
00038 PAGE_TRIM_MODE_UPDATE,
00039 PAGE_TRIM_MODE_INSERT,
00040 PAGE_TRIM_MODE_UNKNOWN = 99
00041 } PageTrimMode;
|
|
|
Definition at line 43 of file page_trim.h. 00043 {
00044 TRIM_INSERT_MODE_BEFORE,
00045 TRIM_INSERT_MODE_AFTER
00046 } TrimInsertMode;
|
1.4.2