#include <glibmm.h>
Go to the source code of this file.
Variables | |
| const double | MIN_ROTATION |
| The minimum angle of a rotation. | |
| const double | DEFAULT_ROTATION |
| The default rotation angle. | |
| const double | MAX_ROTATION |
| The maximum angle of a rotation. | |
| const char * | STATUS_SUM |
| The printf() format string used for the status bar. | |
| const char * | STATUS_TWO_SELECTED |
| The printf() format string used for the status bar. | |
| const Glib::ustring | MAIN_MENU_ENTRIES |
| Glib::ustring holding the main menu entries. | |
| const Glib::ustring | POPUP_MENU_ENTRIES |
| Glib::ustring holding the context menu entries. | |
File holding const declarations.
| const double MIN_ROTATION |
The minimum angle of a rotation.
The minimum angle of a rotation in degrees.
| const double DEFAULT_ROTATION |
The default rotation angle.
The default angle of a rotation in degrees.
| const double MAX_ROTATION |
The maximum angle of a rotation.
The maximum angle of a rotation in degrees.
| const char* STATUS_SUM |
The printf() format string used for the status bar.
The printf() format string used to print a vector sum in the status bar.
| const char* STATUS_TWO_SELECTED |
The printf() format string used for the status bar.
The printf() format string used to print a message in the status bar when two items are selected.
| const Glib::ustring MAIN_MENU_ENTRIES |
Glib::ustring holding the main menu entries.
Glib::ustring holding the main menu entries.
| const Glib::ustring POPUP_MENU_ENTRIES |
Glib::ustring holding the context menu entries.
Glib::ustring holding the context menu entries used in the tree view.
1.4.7