1 #ifndef XGUI_Constants_H
2 #define XGUI_Constants_H
6 //! Types of gradient type used in background of Viewer 3d
18 LastGradient = Corner4Gradient
21 //! Type of rotation point in viewer 3d
22 enum RotationPointType
28 //! Type of ribbon rect in Viewer 3d
36 //! View window operations accessible by hot keys
45 //! Types of view window interactions
52 //! Types of 2d mode in viewer 3d
61 //! Types of background in view window
64 // NoBackground, // no (invalid) background data
65 // ColorBackground, // single color
66 // SimpleGradientBackground, // simple two-color gradient
67 // CustomGradientBackground // custom (complex) gradient
73 CenterTexture, // center texture
74 TileTexture, // tile texture
75 StretchTexture, // stretch texture
78 const static char* PROP_PANEL = "property_panel_dock";
79 const static char* PROP_PANEL_OK = "property_panel_ok";
80 const static char* PROP_PANEL_CANCEL = "property_panel_cancel";