#include "property.h"
Go to the source code of this file.
Classes | |
class | LayerPropertyTabsDlg |
class | LayerPropertiesDlg |
To open up the layer properties tabbed dialog box with the layer's tab selected. This is used by the layers pop up menu. More... | |
class | GuidePropertiesDlg |
To open up the layer properties tabbed dialog box with the guide's tab selected. This is used by the guides pop up menu. More... | |
class | LayerPropertyTabs |
These encompass all the tabs available for the layer properties dialog box to use. Derived off the baseclass which has a lot of globally useful functionality for all property tabbed dialog box handlers. This is just derived of the list class. More... | |
Defines | |
#define | OPTOKEN_LAYERPROPERTYTABS _T("LayerPropertyTabs") |
The layer properties dialog box. | |
#define | OPTOKEN_LAYERPROPERTIESDLG _T("LayerPropertiesDlg") |
#define | OPTOKEN_GUIDEPROPERTIESDLG _T("GuidePropertiesDlg") |
|
Definition at line 226 of file layerprp.h. |
|
Definition at line 199 of file layerprp.h. |
|
The layer properties dialog box.
Uses the LayerPropertyTabs 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 142 of file layerprp.h. |