#include "pagesize.h"
Go to the source code of this file.
Classes | |
class | AppPrefsDlg |
class | UnitsTabAppPrefsDlg |
To open up the document preference's dialog box with the units tab selected. This is used by the units button on the tool bars. More... | |
class | ScaleTabAppPrefsDlg |
To open up the application preference's dialog box with the scale tab selected. This is used by the scale button on the tool bars. More... | |
class | PageTabAppPrefsDlg |
To open up the application preference's dialog box with the page tab selected. This is used by the pop up menu when on the page. More... | |
class | GridTabAppPrefsDlg |
To open up the application preference's dialog box with the grid tab selected. This is used by the pop up menu when on the ruler. More... | |
class | PlugsTabAppPrefsDlg |
To open up the document preference's dialog box with the plug-ins tab selected. This is used by the plug-ins menu item (under 'Bitmap Effects & Plug-Ins'). More... | |
class | OptionsTabs |
These encompass all the tabs available for the options dialog box to use. More... | |
Defines | |
#define | OPTOKEN_UTILOPTIONS _T("UtilOptions") |
The application preference's dialog box. | |
#define | OPTOKEN_UNITDLG _T("UnitSetupDlg") |
#define | OPTOKEN_SCALEDLG _T("ScaleFactorDlg") |
#define | OPTOKEN_PAGESIZEDLG _T("PageSetupDlg") |
#define | OPTOKEN_GRIDANDRULERSDLG _T("GridRulersDlg") |
#define | OPTOKEN_PLUGSDLG _T("PlugSetupDlg") |
|
Definition at line 280 of file appprefs.h. |
|
Definition at line 253 of file appprefs.h. |
|
Definition at line 307 of file appprefs.h. |
|
Definition at line 226 of file appprefs.h. |
|
Definition at line 199 of file appprefs.h. |
|
The application preference's dialog box.
Uses the OptionsTabs class which is declared and initialised by this class. This uses any application options pages which have been declared to the options tabs list. The document options uses the same system. Also, declares the PageSizes class to the system so that they are available to all options tabs.
Definition at line 136 of file appprefs.h. |