![]() |
SUMO - Simulation of Urban MObility
|


Go to the source code of this file.
Macros | |
| #define | GUIDesignList (FRAME_NORMAL | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT | LIST_NORMAL) |
| design for FXLists More... | |
| #define | GUIDesignListExtended (LIST_NORMAL | FRAME_SUNKEN | FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FILL_Y) |
| design for FXLists More... | |
| #define | GUIDesignTabBook (TABBOOK_LEFTTABS | PACK_UNIFORM_WIDTH | PACK_UNIFORM_HEIGHT | LAYOUT_FILL_X | LAYOUT_FILL_Y | LAYOUT_RIGHT) |
| desgin for TabBooks More... | |
| #define | GUIDesignTreeListFrame (TREELIST_SHOWS_LINES | TREELIST_SHOWS_BOXES | TREELIST_SINGLESELECT | FRAME_SUNKEN | FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 200 |
| Tree list used in frames to represent childs of elements. More... | |
FXTextFields | |
text field extended over Frame with thick frame | |
| #define | GUIDesignTextField (FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| #define | GUIDesignTextFieldInt (FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT | TEXTFIELD_INTEGER), 0, 0, 0, 23, 2, 2, 2, 2 |
| text field extended over Frame with thick frame and limited to Integers More... | |
| #define | GUIDesignTextFieldReal (FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT | TEXTFIELD_REAL), 0, 0, 0, 23, 2, 2, 2, 2 |
| text field extended over Frame with thick frame and limited to Doubles/doubles More... | |
| #define | GUIDesignTextFieldNCol 1 |
| Num of column of text field. More... | |
FXButtons | |
button extended over over Frame with thick and raise frame | |
| #define | GUIDesignButton (FRAME_THICK | FRAME_RAISED | ICON_BEFORE_TEXT | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| #define | GUIDesignButtonAttribute (FRAME_THICK | FRAME_RAISED | ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 100, 23, 2, 2, 2, 2 |
| button extended over over column with thick and raise frame More... | |
| #define | GUIDesignButtonRectangular (FRAME_THICK | FRAME_RAISED | ICON_BEFORE_TEXT | JUSTIFY_CENTER_X | JUSTIFY_CENTER_Y | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 46, 23, 2, 2, 2, 2 |
| little button rectangular (46x23) used in frames (For example, in "help" buttons) More... | |
| #define | GUIDesignButtonIcon (FRAME_THICK | FRAME_RAISED | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 23, 23, 2, 2, 2, 2 |
| button only with icon (23x23) More... | |
| #define | GUIDesignButtonIconRectangular (FRAME_THICK | FRAME_RAISED | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 46, 23, 2, 2, 2, 2 |
| button only with icon (46x23) More... | |
| #define | GUIDesignButtonBreakpoint (ICON_BEFORE_TEXT | LAYOUT_FILL_X | FRAME_THICK | FRAME_RAISED), 0, 0, 0, 0, 4, 4, 3, 3 |
| button used in breakpoint editor More... | |
FXButtons for toolbar | |
little button with text placed in navigation toolbar | |
| #define | GUIDesignButtonToolbarText (BUTTON_TOOLBAR | ICON_BEFORE_TEXT | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_CENTER_Y | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23 |
| #define | GUIDesignButtonToolbar (BUTTON_TOOLBAR | ICON_BEFORE_TEXT | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 23, 23 |
| little button with icon placed in navigation toolbar More... | |
| #define | GUIDesignButtonToolbarWithText (BUTTON_TOOLBAR | ICON_BEFORE_TEXT | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_FIX_HEIGHT | JUSTIFY_LEFT), 0, 0, 0, 23 |
| little button with text and icon More... | |
| #define | GUIDesignButtonToolbarLocator (BUTTON_TOOLBAR | MENUBUTTON_RIGHT | LAYOUT_TOP | FRAME_RAISED | FRAME_THICK | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 23, 23 |
| little checkable button with icon placed in navigation toolbar used specify for Locator More... | |
| #define | GUIDesignButtonToolbarCheckable (BUTTON_NORMAL | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 23, 23 |
| little checkable button with icon placed in navigation toolbar More... | |
FXButtons for dialogs | |
OK Button | |
| #define | GUIDesignButtonOK (ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | FRAME_THICK | FRAME_RAISED), 0, 0, 75, 23, 2, 2, 2, 2 |
| #define | GUIDesignButtonAccept (ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | FRAME_THICK | FRAME_RAISED), 0, 0, 75, 23, 2, 2, 2, 2 |
| Accept Button. More... | |
| #define | GUIDesignButtonCancel (ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | FRAME_THICK | FRAME_RAISED), 0, 0, 75, 23, 2, 2, 2, 2 |
| Cancel Button. More... | |
| #define | GUIDesignButtonReset (ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | FRAME_THICK | FRAME_RAISED), 0, 0, 75, 23, 2, 2, 2, 2 |
| Reset Button. More... | |
FXCheckButtons | |
CheckButton for Frames without thick extended over the frame | |
| #define | GUIDesignCheckButton (CHECKBUTTON_NORMAL | LAYOUT_CENTER_Y) |
| #define | GUIDesignCheckButtonAttribute (CHECKBUTTON_NORMAL | JUSTIFY_CENTER_Y | LAYOUT_FIX_HEIGHT | JUSTIFY_LEFT), 0, 0, 0, 23, 2, 2, 2, 2 |
| checkButton without thick extended over the frame used for attributes More... | |
MDI Buttons | |
MDIButton oriented to left | |
| #define | GUIDesignMDIButtonLeft (LAYOUT_LEFT) |
| #define | GUIDesignMDIButtonRight (FRAME_RAISED | LAYOUT_RIGHT) |
| MDIButton oriented to right. More... | |
FXMenuChecks | |
design for radio button | |
| #define | GUIDesignRadioButton (LAYOUT_LEFT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | JUSTIFY_LEFT) |
| #define | GUIDesignRadioButtonAttribute (LAYOUT_LEFT | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT | JUSTIFY_LEFT | JUSTIFY_CENTER_Y | ICON_BEFORE_TEXT), 0, 0, 0, 23, 2, 2, 2, 2 |
| design for radio button with fixed height More... | |
FXLabels | |
label extended over frame without thick and with text justify to left and height of 23 | |
| #define | GUIDesignLabelLeft (JUSTIFY_LEFT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| #define | GUIDesignLabelRight (JUSTIFY_RIGHT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| label extended over frame without thick and with text justify to right and height of 23 More... | |
| #define | GUIDesignLabelCenter (JUSTIFY_NORMAL | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| label extended over frame without thickand with text justify to center and height of 23 More... | |
| #define | GUIDesignLabelThick (FRAME_THICK | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| label extended over frame with thick and with text justify to left and height of 23 More... | |
| #define | GUIDesignLabelLeftThick (FRAME_THICK | JUSTIFY_LEFT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| label extended over frame with thick and with text justify to left and height of 23 More... | |
| #define | GUIDesignLabelRightThick (FRAME_THICK | JUSTIFY_RIGHT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| label extended over frame with thick and with text justify to right and height of 23 More... | |
| #define | GUIDesignLabelCenterThick (FRAME_THICK | JUSTIFY_NORMAL | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| label extended over frame with thick and with text justify to center and height of 23 More... | |
| #define | GUIDesignLabelAttribute (FRAME_THICK | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | ICON_BEFORE_TEXT), 0, 0, 100, 23, 2, 2, 2, 2 |
| label extended over the matrix column with thick frame and height of 23 More... | |
| #define | GUIDesignLabelAboutInfo (JUSTIFY_NORMAL | LAYOUT_FILL_X | ICON_BEFORE_TEXT), 0, 0, 0, 0, 2, 2, 0, 0 |
| label extended over over frame without thickand with text justify to center and withouht vertical spaces More... | |
| #define | GUIDesignLabelIcon32x32Thicked (FRAME_THICK | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT | LAYOUT_FIX_WIDTH), 0, 0, 24, 23, 2, 2, 2, 2 |
| label ticked filled only with an icon of 32x32 More... | |
| #define | GUIDesignLabelIcon64x32Thicked (FRAME_THICK | ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 94, 46, 2, 2, 2, 2 |
| label ticked filled used for VClasses. It uses icons of 64x32 pixels More... | |
| #define | GUIDesignLabelIcon64x64noSpacing (LAYOUT_CENTER_Y | LAYOUT_CENTER_X | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT ), 0, 0, 64, 64, 0, 0, 0, 0 |
| design for label with icon of 64x64 px More... | |
| #define | GUIDesignLabelIconExtendedx46Ticked (FRAME_THICK | ICON_BEFORE_TEXT | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 46, 2, 2, 2, 2 |
| label ticked filled extended over frame used for VClasses. can be used by icons of 64x32 pixels More... | |
| #define | GUIDesignLabelFrameInformation (JUSTIFY_LEFT | LAYOUT_FILL_X | ICON_BEFORE_TEXT), 0, 0, 0, 0, 2, 2, 2, 2 |
| label extended over frame without thick and with text justify to left, used to show information in frames More... | |
FXComboBox | |
Combo box editable extended over the all frame | |
| #define | GUIDesignComboBox (FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| #define | GUIDesignComboBoxStatic (COMBOBOX_STATIC | FRAME_SUNKEN | LAYOUT_LEFT | LAYOUT_TOP | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| Combo box static (not editable) More... | |
| #define | GUIDesignComboBoxAttribute (COMBOBOX_NORMAL | FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
| Combo box static (cannot be edited) extended over the matrix column. More... | |
| #define | GUIDesignComboBoxNCol 1 |
| number of column of every combo box More... | |
FXPackers | |
Horizontal frame extended over frame parent | |
| #define | GUIDesignHorizontalFrame (LAYOUT_FILL_X) |
| #define | GUIDesignVerticalFrame (LAYOUT_FILL_Y) |
| Vertical frame extended over frame parent. More... | |
| #define | GUIDesignHorizontalFrameIcons (LAYOUT_FILL_X | FRAME_THICK), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
| Horizontal frame used for pack icons. More... | |
| #define | GUIDesignHorizontalFrameStatusBar (LAYOUT_FIX_WIDTH | LAYOUT_FILL_Y | LAYOUT_RIGHT | FRAME_SUNKEN), 0, 0, 20, 0, 0, 0, 0, 0, 0, 0 |
| Horizontal frame used in status bar. More... | |
| #define | GUIDesignMatrix (LAYOUT_FILL_X | LAYOUT_FILL_Y | MATRIX_BY_COLUMNS | PACK_UNIFORM_WIDTH) |
| Matrix design extended over Frame packed by columns. More... | |
| #define | GUIDesignGroupBoxFrame (LAYOUT_FILL_X | FRAME_GROOVE | GROUPBOX_TITLE_CENTER) |
| Group box design extended over frame. More... | |
| #define | GUIDesignMatrixViewSettings (LAYOUT_FILL_X | LAYOUT_BOTTOM | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 10, 10, 5, 5 |
| FXMatrix used to pack values in Viewsettings. More... | |
| #define | GUIDesignMatrixAttributes (LAYOUT_FILL_X | MATRIX_BY_COLUMNS | PACK_UNIFORM_WIDTH) |
| Matrix design extended over Frame and used for represent attributes and their values (Deprecated) More... | |
General design for netedit frames | |
design for frames area | |
| #define | GUIDesignFrameArea (FRAME_SUNKEN | LAYOUT_SIDE_TOP | LAYOUT_FIX_WIDTH | LAYOUT_FILL_Y) |
| #define | GUIDesignViewnArea (FRAME_SUNKEN | LAYOUT_SIDE_TOP | LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0 |
| design for viewn area More... | |
| #define | GUIDesignContentsScrollWindow (LAYOUT_FILL_X | LAYOUT_FILL_Y | HSCROLLER_NEVER), 0, 0, 0, 0 |
| design for the content frame of every frame More... | |
| #define | GUIDesignAuxiliarFrame (LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
| design for auxiliar (Without borders) frames used to pack another frames extended in all directions More... | |
| #define | GUIDesignAuxiliarHorizontalFrame (LAYOUT_FILL_X), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
| design for auxiliar (Without borders) horizontal frame used to pack another frames More... | |
| #define | GUIDesignAuxiliarVerticalFrame (LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
| design for auxiliar (Without borders) horizontal frame used to pack another frames More... | |
| #define | GUIDesignUniformHorizontalFrame (LAYOUT_FILL_X | LAYOUT_FILL_Y | PACK_UNIFORM_WIDTH) |
| design for horizontal frame used to pack another frames with a uniform width More... | |
| #define | GUIDesignContentsFrame (LAYOUT_FILL_X | LAYOUT_FILL_Y) |
| design for the main content frame of every frame/dialog More... | |
designs for toolbars | |
design for all toolbars and menubars | |
| #define | GUIDesignBar (LAYOUT_SIDE_TOP | LAYOUT_FILL_X | FRAME_RAISED) |
| #define | GUIDesignStatusBar (LAYOUT_SIDE_BOTTOM | LAYOUT_FILL_X | FRAME_RAISED) |
| design used in status bar More... | |
| #define | GUIDesignToolBarGrip (TOOLBARGRIP_DOUBLE) |
| design for toolbar grip (used to change the position of toolbar with mouse) More... | |
| #define | GUIDesignToolBarShell1 (LAYOUT_DOCK_NEXT | LAYOUT_SIDE_TOP | FRAME_RAISED) |
| design for first toolbar shell positioned in the next position of dock More... | |
| #define | GUIDesignToolBarShell2 (LAYOUT_DOCK_SAME | LAYOUT_SIDE_TOP | FRAME_RAISED) |
| design for first toolbar shell positioned in the same position of dock More... | |
| #define | GUIDesignToolBarShell3 (FRAME_NORMAL) |
designs for separators | |
horizontal separator | |
| #define | GUIDesignHorizontalSeparator (SEPARATOR_GROOVE | LAYOUT_FILL_X) |
| #define | GUIDesignVerticalSeparator (SEPARATOR_GROOVE | LAYOUT_FILL_Y) |
| vertical separator More... | |
designs for splitters | |
general design for splitters | |
| #define | GUIDesignSplitter (LAYOUT_FILL_X | LAYOUT_FILL_Y | FRAME_RAISED | FRAME_THICK | SPLITTER_TRACKING) |
| #define | GUIDesignSplitterMDI (LAYOUT_FILL_X | LAYOUT_FILL_Y | FRAME_SUNKEN | FRAME_THICK) |
| MDI Splitter. More... | |
designs for Spin dials | |
desing for standard spin dial | |
| #define | GUIDesignSpinDial (FRAME_THICK | FRAME_SUNKEN | LAYOUT_TOP | LAYOUT_CENTER_Y) |
design for view settings dialog | |
dialog | |
| #define | GUIDesignViewSettingsMainDialog (DECOR_TITLE | DECOR_BORDER | DECOR_RESIZE), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
| #define | GUIDesignViewSettingsDialog (DECOR_TITLE | DECOR_BORDER) |
| #define | GUIDesignViewSettingsVerticalFrame1 (LAYOUT_FILL_X | LAYOUT_SIDE_TOP | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
| vertical frames More... | |
| #define | GUIDesignViewSettingsVerticalFrame2 (LAYOUT_FILL_X | FRAME_THICK | FRAME_RAISED | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
| #define | GUIDesignViewSettingsVerticalFrame3 (LAYOUT_FILL_Y), 0, 0, 0, 0, 10, 10, 10, 10, 5, 5 |
| #define | GUIDesignViewSettingsVerticalFrame4 (LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 10, 10, 2, 8, 5, 2 |
| #define | GUIDesignViewSettingsVerticalFrame5 (LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 10, 10, 10, 10, 10, 10 |
| #define | GUIDesignViewSettingsVerticalFrame6 (LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
| #define | GUIDesignViewSettingsHorizontalFrame1 (FRAME_THICK), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
| Horizontal frames. More... | |
| #define | GUIDesignViewSettingsHorizontalFrame2 (LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_FILL_X | PACK_UNIFORM_WIDTH), 0, 0, 0, 0, 10, 10, 5, 5 |
| #define | GUIDesignViewSettingsHorizontalFrame3 (LAYOUT_FILL_X | PACK_UNIFORM_WIDTH), 0, 0, 0, 0, 0, 0, 0, 0 |
| #define | GUIDesignViewSettingsMatrix1 (LAYOUT_FILL_X | LAYOUT_BOTTOM | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 10, 10, 5, 5 |
| Matrix. More... | |
| #define | GUIDesignViewSettingsMatrix2 (LAYOUT_FILL_X | LAYOUT_CENTER_Y | LAYOUT_BOTTOM | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 0, 0, 5, 5 |
| #define | GUIDesignViewSettingsMatrix3 (LAYOUT_FILL_X | LAYOUT_TOP | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 10, 2, 5, 5 |
| #define | GUIDesignViewSettingsMatrix4 (LAYOUT_FILL_X | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 0, 0, 5, 3 |
| #define | GUIDesignViewSettingsMatrix5 (LAYOUT_FILL_X | LAYOUT_BOTTOM | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 0, 0, 5, 5 |
| #define | GUIDesignViewSettingsComboBox1 (COMBOBOX_INSERT_LAST | FRAME_SUNKEN | LAYOUT_LEFT | LAYOUT_CENTER_Y | COMBOBOX_STATIC) |
| Combo boxs. More... | |
| #define | GUIDesignViewSettingsColorWell (LAYOUT_FIX_WIDTH | LAYOUT_CENTER_Y | LAYOUT_SIDE_TOP | FRAME_SUNKEN | FRAME_THICK | ICON_AFTER_TEXT), 0, 0, 100, 0, 0, 0, 0, 0 |
| ColorWell. More... | |
| #define | GUIDesignViewSettingsSpinDial1 (LAYOUT_CENTER_Y | LAYOUT_TOP | FRAME_SUNKEN | FRAME_THICK) |
| #define | GUIDesignViewSettingsSpinDial2 (LAYOUT_TOP | FRAME_SUNKEN | FRAME_THICK) |
| #define | GUIDesignViewSettingsTabBook1 (TABBOOK_LEFTTABS | PACK_UNIFORM_WIDTH | PACK_UNIFORM_HEIGHT | LAYOUT_FILL_X | LAYOUT_FILL_Y | LAYOUT_RIGHT), 0, 0, 0, 0, 0, 0, 0, 0 |
| Tab books. More... | |
| #define | GUIDesignViewSettingsTabItemBook1 (TAB_LEFT_NORMAL), 0, 0, 0, 0, 4, 8, 4, 4 |
| #define | GUIDesignViewSettingsLabel1 (LAYOUT_CENTER_Y) |
| Label. More... | |
| #define | GUIDesignViewSettingsLabel2 (LAYOUT_FILL_X | JUSTIFY_LEFT) |
| #define | GUIDesignViewSettingsTextField1 (TEXTFIELD_ENTER_ONLY | FRAME_SUNKEN | FRAME_THICK | LAYOUT_FILL_X) |
| textFields More... | |
| #define | GUIDesignViewSettingsButton1 (BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_CENTER_X), 0, 0, 0, 0, 20, 20, 4, 4 |
| Buttons. More... | |
| #define | GUIDesignViewSettingsButton2 (BUTTON_INITIAL | BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_CENTER_X), 0, 0, 0, 0, 30, 30, 4, 4 |
| #define | GUIDesignViewSettingsButton3 (BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_CENTER_X), 0, 0, 0, 0, 30, 30, 4, 4 |
| #define | GUIDesignViewSettingsButton4 (BUTTON_INITIAL | BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_RIGHT) |
| #define | GUIDesignViewSettingsButton5 (BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_RIGHT), 0, 0, 0, 0, 20, 20 |
| #define | GUIDesignViewSettingsColorWell1 (LAYOUT_FIX_WIDTH | LAYOUT_CENTER_Y | FRAME_SUNKEN | FRAME_THICK | ICON_AFTER_TEXT), 0, 0, 100, 0, 0, 0, 0, 0 |
| Color wells. More... | |
| #define | GUIDesignViewSettingsColorWell2 (LAYOUT_FIX_WIDTH | LAYOUT_CENTER_Y | LAYOUT_SIDE_TOP | FRAME_SUNKEN | FRAME_THICK | ICON_AFTER_TEXT), 0, 0, 100, 0, 0, 0, 0, 0 |
| #define | GUIDesignViewSettingsMFXTable (LAYOUT_FILL_Y | LAYOUT_FIX_WIDTH) /*|LAYOUT_FIX_HEIGHT*/, 0, 0, 470, 0 |
| MFX Add/Edit Typed Table. More... | |
| #define | GUIDesignViewSettingsMFXTableJustify (JUSTIFY_CENTER_X | JUSTIFY_TOP) |
design for dialog boxs | |
design for standard dialog box (for example, about dialog) | |
| #define | GUIDesignDialogBox (DECOR_CLOSE | DECOR_TITLE) |
| #define | GUIDesignDialogBoxExplicit (DECOR_CLOSE | DECOR_TITLE | LAYOUT_EXPLICIT) |
| design for dialog box with specift width and height (for example, additional dialogs) More... | |
design for FXTables and their cells | |
design for table extended over frame | |
| #define | GUIDesignTable (LAYOUT_FILL_X | LAYOUT_FILL_Y) |
| #define | GUIDesignTableLimitedHeight (LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT) |
| design for table extended over frame but with limited Height More... | |
| #define | GUIDesignTableAdditionals (LAYOUT_FILL_X | LAYOUT_FILL_Y | VSCROLLER_ALWAYS | HSCROLLER_NEVER | TABLE_NO_ROWSELECT | TABLE_NO_COLSELECT), 0, 0, 0, 0, 2, 2, 2, 2 |
| design for tables used in additional dialogs More... | |
| #define | GUIDesignTableIconCellWidth 23 |
| width of cells that only contains an Icon More... | |
| #define GUIDesignAuxiliarFrame (LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
design for auxiliar (Without borders) frames used to pack another frames extended in all directions
Definition at line 243 of file GUIDesigns.h.
Referenced by GNEAdditionalDialog::GNEAdditionalDialog(), GNECalibratorDialog::GNECalibratorDialog(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorRouteDialog::GNECalibratorRouteDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), and GUIDialog_Breakpoints::GUIDialog_Breakpoints().
| #define GUIDesignAuxiliarHorizontalFrame (LAYOUT_FILL_X), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
design for auxiliar (Without borders) horizontal frame used to pack another frames
Definition at line 246 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::AdditionalAttributeList::AdditionalAttributeList(), GNEDialog_AllowDisallow::buildVClass(), GNECrossingFrame::crossingParameters::crossingParameters(), GNEFrame::GEOAttributes::GEOAttributes(), GNEAdditionalDialog::GNEAdditionalDialog(), GNECalibratorDialog::GNECalibratorDialog(), GNEDialog_About::GNEDialog_About(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions(), GNEFrame::GNEFrame(), GNERerouterDialog::GNERerouterDialog(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), GNETLSEditorFrame::GNETLSEditorFrame(), GNEVariableSpeedSignDialog::GNEVariableSpeedSignDialog(), GUIDialog_AboutSUMO::GUIDialog_AboutSUMO(), GUIDialog_EditViewport::GUIDialog_EditViewport(), GNEFrame::NeteditAttributes::NeteditAttributes(), GNEAdditionalFrame::NeteditAttributes::NeteditAttributes(), GNEInspectorFrame::NeteditParameters::NeteditParameters(), GNEAdditionalFrame::SelectorParentEdges::SelectorParentEdges(), GNEAdditionalFrame::SelectorParentLanes::SelectorParentLanes(), and GNETLSEditorFrame::TLSAttributes::TLSAttributes().
| #define GUIDesignAuxiliarVerticalFrame (LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
design for auxiliar (Without borders) horizontal frame used to pack another frames
Definition at line 249 of file GUIDesigns.h.
Referenced by GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions().
| #define GUIDesignBar (LAYOUT_SIDE_TOP | LAYOUT_FILL_X | FRAME_RAISED) |
Definition at line 262 of file GUIDesigns.h.
Referenced by GUIGlChildWindow::buildNavigationToolBar(), GUIApplicationWindow::dependentBuild(), and GNEApplicationWindow::dependentBuild().
| #define GUIDesignButton (FRAME_THICK | FRAME_RAISED | ICON_BEFORE_TEXT | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
Definition at line 56 of file GUIDesigns.h.
Referenced by GNEFrame::DrawingMode::DrawingMode(), GNECrossingFrame::edgesSelector::edgesSelector(), GNEConnectorFrame::GNEConnectorFrame(), GNECrossingFrame::GNECrossingFrame(), GNEInspectorFrame::GNEInspectorFrame(), GNESelectorFrame::GNESelectorFrame(), and GNETLSEditorFrame::GNETLSEditorFrame().
| #define GUIDesignButtonAccept (ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | FRAME_THICK | FRAME_RAISED), 0, 0, 75, 23, 2, 2, 2, 2 |
Accept Button.
Definition at line 100 of file GUIDesigns.h.
Referenced by GNEAdditionalDialog::GNEAdditionalDialog(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), and GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions().
| #define GUIDesignButtonAttribute (FRAME_THICK | FRAME_RAISED | ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 100, 23, 2, 2, 2, 2 |
button extended over over column with thick and raise frame
Definition at line 59 of file GUIDesigns.h.
Referenced by GNEInspectorFrame::AttributeInput::AttributeInput(), and GNEPolygonFrame::ShapeAttributeSingle::ShapeAttributeSingle().
| #define GUIDesignButtonBreakpoint (ICON_BEFORE_TEXT | LAYOUT_FILL_X | FRAME_THICK | FRAME_RAISED), 0, 0, 0, 0, 4, 4, 3, 3 |
button used in breakpoint editor
Definition at line 71 of file GUIDesigns.h.
Referenced by GUIDialog_Breakpoints::GUIDialog_Breakpoints().
| #define GUIDesignButtonCancel (ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | FRAME_THICK | FRAME_RAISED), 0, 0, 75, 23, 2, 2, 2, 2 |
Cancel Button.
Definition at line 103 of file GUIDesigns.h.
Referenced by GNEAdditionalDialog::GNEAdditionalDialog(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions(), and GUIDialog_EditViewport::GUIDialog_EditViewport().
| #define GUIDesignButtonIcon (FRAME_THICK | FRAME_RAISED | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 23, 23, 2, 2, 2, 2 |
button only with icon (23x23)
Definition at line 65 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::AdditionalAttributeList::AdditionalAttributeList(), GNEDialog_AllowDisallow::buildVClass(), GNECalibratorDialog::GNECalibratorDialog(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNERerouterDialog::GNERerouterDialog(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), and GNEVariableSpeedSignDialog::GNEVariableSpeedSignDialog().
| #define GUIDesignButtonIconRectangular (FRAME_THICK | FRAME_RAISED | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 46, 23, 2, 2, 2, 2 |
button only with icon (46x23)
Definition at line 68 of file GUIDesigns.h.
Referenced by GNEInspectorFrame::GNEInspectorFrame().
| #define GUIDesignButtonOK (ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | FRAME_THICK | FRAME_RAISED), 0, 0, 75, 23, 2, 2, 2, 2 |
Definition at line 97 of file GUIDesigns.h.
Referenced by GNEDialog_About::GNEDialog_About(), GNEDialog_Wizard::GNEDialog_Wizard(), GUIDialog_AboutSUMO::GUIDialog_AboutSUMO(), GUIDialog_EditViewport::GUIDialog_EditViewport(), GNESelectorFrame::onCmdHelp(), GNEFrame::GEOAttributes::onCmdHelp(), GNECrossingFrame::crossingParameters::onCmdHelp(), GNEPolygonFrame::ShapeAttributes::onCmdHelp(), GNEAdditionalFrame::AdditionalAttributes::onCmdHelp(), and GNEAdditionalFrame::NeteditAttributes::onCmdHelp().
| #define GUIDesignButtonRectangular (FRAME_THICK | FRAME_RAISED | ICON_BEFORE_TEXT | JUSTIFY_CENTER_X | JUSTIFY_CENTER_Y | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 46, 23, 2, 2, 2, 2 |
little button rectangular (46x23) used in frames (For example, in "help" buttons)
Definition at line 62 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::AdditionalAttributes::AdditionalAttributes(), GNECrossingFrame::crossingParameters::crossingParameters(), GNECrossingFrame::edgesSelector::edgesSelector(), GNEFrame::GEOAttributes::GEOAttributes(), GNESelectorFrame::GNESelectorFrame(), GNEAdditionalFrame::NeteditAttributes::NeteditAttributes(), GNEAdditionalFrame::SelectorParentAdditional::SelectorParentAdditional(), GNEAdditionalFrame::SelectorParentEdges::SelectorParentEdges(), GNEAdditionalFrame::SelectorParentLanes::SelectorParentLanes(), and GNEPolygonFrame::ShapeAttributes::ShapeAttributes().
| #define GUIDesignButtonReset (ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | FRAME_THICK | FRAME_RAISED), 0, 0, 75, 23, 2, 2, 2, 2 |
Reset Button.
Definition at line 106 of file GUIDesigns.h.
Referenced by GNEAdditionalDialog::GNEAdditionalDialog(), and GNEDialog_AllowDisallow::GNEDialog_AllowDisallow().
| #define GUIDesignButtonToolbar (BUTTON_TOOLBAR | ICON_BEFORE_TEXT | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 23, 23 |
little button with icon placed in navigation toolbar
Definition at line 81 of file GUIDesigns.h.
Referenced by GUIGlChildWindow::buildColoringToolBar(), GUIGlChildWindow::buildNavigationToolBar(), GUIGlChildWindow::buildScreenshotToolBar(), GUIParameterTracker::buildToolBar(), GUIApplicationWindow::buildToolBars(), GNEViewParent::GNEViewParent(), and GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignButtonToolbarCheckable (BUTTON_NORMAL | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 23, 23 |
little checkable button with icon placed in navigation toolbar
Definition at line 90 of file GUIDesigns.h.
Referenced by GNEViewNet::buildEditModeControls(), and GUIGlChildWindow::buildNavigationToolBar().
| #define GUIDesignButtonToolbarLocator (BUTTON_TOOLBAR | MENUBUTTON_RIGHT | LAYOUT_TOP | FRAME_RAISED | FRAME_THICK | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 23, 23 |
little checkable button with icon placed in navigation toolbar used specify for Locator
Definition at line 87 of file GUIDesigns.h.
Referenced by GUIGlChildWindow::buildNavigationToolBar().
| #define GUIDesignButtonToolbarText (BUTTON_TOOLBAR | ICON_BEFORE_TEXT | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_CENTER_Y | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23 |
Definition at line 78 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::buildToolBars().
| #define GUIDesignButtonToolbarWithText (BUTTON_TOOLBAR | ICON_BEFORE_TEXT | FRAME_RAISED | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_FIX_HEIGHT | JUSTIFY_LEFT), 0, 0, 0, 23 |
little button with text and icon
Definition at line 84 of file GUIDesigns.h.
Referenced by GUIDialog_EditViewport::GUIDialog_EditViewport().
| #define GUIDesignCheckButton (CHECKBUTTON_NORMAL | LAYOUT_CENTER_Y) |
Definition at line 113 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings(), GUIDialog_ViewSettings::NamePanel::NamePanel(), and GUIDialog_ViewSettings::SizePanel::SizePanel().
| #define GUIDesignCheckButtonAttribute (CHECKBUTTON_NORMAL | JUSTIFY_CENTER_Y | LAYOUT_FIX_HEIGHT | JUSTIFY_LEFT), 0, 0, 0, 23, 2, 2, 2, 2 |
checkButton without thick extended over the frame used for attributes
Definition at line 116 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::AdditionalAttributeSingle::AdditionalAttributeSingle(), GNEInspectorFrame::AttributeInput::AttributeInput(), GNECrossingFrame::crossingParameters::crossingParameters(), GNEFrame::GEOAttributes::GEOAttributes(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNEDeleteFrame::GNEDeleteFrame(), GNEFrame::NeteditAttributes::NeteditAttributes(), GNEAdditionalFrame::NeteditAttributes::NeteditAttributes(), GNEInspectorFrame::NeteditParameters::NeteditParameters(), GNEAdditionalFrame::SelectorParentEdges::SelectorParentEdges(), GNEAdditionalFrame::SelectorParentLanes::SelectorParentLanes(), and GNEPolygonFrame::ShapeAttributeSingle::ShapeAttributeSingle().
| #define GUIDesignComboBox (FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
Definition at line 189 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::GNEAdditionalFrame(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), GNEPolygonFrame::GNEPolygonFrame(), GNESelectorFrame::GNESelectorFrame(), and GNEAdditionalFrame::NeteditAttributes::NeteditAttributes().
| #define GUIDesignComboBoxAttribute (COMBOBOX_NORMAL | FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
Combo box static (cannot be edited) extended over the matrix column.
Definition at line 195 of file GUIDesigns.h.
Referenced by GNEInspectorFrame::AttributeInput::AttributeInput(), and GNETLSEditorFrame::TLSAttributes::TLSAttributes().
| #define GUIDesignComboBoxNCol 1 |
number of column of every combo box
Definition at line 199 of file GUIDesigns.h.
Referenced by GNEInspectorFrame::AttributeInput::AttributeInput(), GUIGlChildWindow::buildColoringToolBar(), GNEAdditionalFrame::GNEAdditionalFrame(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), GNEPolygonFrame::GNEPolygonFrame(), GNESelectorFrame::GNESelectorFrame(), GNEAdditionalFrame::NeteditAttributes::NeteditAttributes(), and GNETLSEditorFrame::TLSAttributes::TLSAttributes().
| #define GUIDesignComboBoxStatic (COMBOBOX_STATIC | FRAME_SUNKEN | LAYOUT_LEFT | LAYOUT_TOP | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
Combo box static (not editable)
Definition at line 192 of file GUIDesigns.h.
Referenced by GUIGlChildWindow::buildColoringToolBar(), GUIParameterTracker::buildToolBar(), and GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignContentsFrame (LAYOUT_FILL_X | LAYOUT_FILL_Y) |
design for the main content frame of every frame/dialog
Definition at line 255 of file GUIDesigns.h.
Referenced by GNEAdditionalDialog::GNEAdditionalDialog(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNEDialog_Wizard::GNEDialog_Wizard(), GNEFrame::GNEFrame(), and GUIDialog_EditViewport::GUIDialog_EditViewport().
| #define GUIDesignContentsScrollWindow (LAYOUT_FILL_X | LAYOUT_FILL_Y | HSCROLLER_NEVER), 0, 0, 0, 0 |
design for the content frame of every frame
Definition at line 240 of file GUIDesigns.h.
Referenced by GNEFrame::GNEFrame().
| #define GUIDesignDialogBox (DECOR_CLOSE | DECOR_TITLE) |
Definition at line 395 of file GUIDesigns.h.
Referenced by GNESelectorFrame::onCmdHelp(), GNEFrame::GEOAttributes::onCmdHelp(), GNECrossingFrame::crossingParameters::onCmdHelp(), GNEPolygonFrame::ShapeAttributes::onCmdHelp(), GNEAdditionalFrame::AdditionalAttributes::onCmdHelp(), and GNEAdditionalFrame::NeteditAttributes::onCmdHelp().
| #define GUIDesignDialogBoxExplicit (DECOR_CLOSE | DECOR_TITLE | LAYOUT_EXPLICIT) |
design for dialog box with specift width and height (for example, additional dialogs)
Definition at line 398 of file GUIDesigns.h.
| #define GUIDesignFrameArea (FRAME_SUNKEN | LAYOUT_SIDE_TOP | LAYOUT_FIX_WIDTH | LAYOUT_FILL_Y) |
Definition at line 234 of file GUIDesigns.h.
Referenced by GNEViewParent::GNEViewParent(), and GUIGlChildWindow::GUIGlChildWindow().
| #define GUIDesignGroupBoxFrame (LAYOUT_FILL_X | FRAME_GROOVE | GROUPBOX_TITLE_CENTER) |
Group box design extended over frame.
Definition at line 221 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::GNEAdditionalFrame(), GNEConnectorFrame::GNEConnectorFrame(), GNECrossingFrame::GNECrossingFrame(), GNEDeleteFrame::GNEDeleteFrame(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNEInspectorFrame::GNEInspectorFrame(), GNEPolygonFrame::GNEPolygonFrame(), GNESelectorFrame::GNESelectorFrame(), and GNETLSEditorFrame::GNETLSEditorFrame().
| #define GUIDesignHorizontalFrame (LAYOUT_FILL_X) |
Definition at line 206 of file GUIDesigns.h.
Referenced by GNEAdditionalDialog::GNEAdditionalDialog(), GNEDialog_About::GNEDialog_About(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions(), and GUIDialog_AboutSUMO::GUIDialog_AboutSUMO().
| #define GUIDesignHorizontalFrameIcons (LAYOUT_FILL_X | FRAME_THICK), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
Horizontal frame used for pack icons.
Definition at line 212 of file GUIDesigns.h.
Referenced by GUIDialog_EditViewport::GUIDialog_EditViewport().
| #define GUIDesignHorizontalFrameStatusBar (LAYOUT_FIX_WIDTH | LAYOUT_FILL_Y | LAYOUT_RIGHT | FRAME_SUNKEN), 0, 0, 20, 0, 0, 0, 0, 0, 0, 0 |
Horizontal frame used in status bar.
Definition at line 215 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::dependentBuild(), and GNEApplicationWindow::dependentBuild().
| #define GUIDesignHorizontalSeparator (SEPARATOR_GROOVE | LAYOUT_FILL_X) |
Definition at line 283 of file GUIDesigns.h.
Referenced by GNEFrame::GNEFrame(), GUIDialog_Breakpoints::GUIDialog_Breakpoints(), GUIDialog_EditViewport::GUIDialog_EditViewport(), GUIDialog_GLChosenEditor::GUIDialog_GLChosenEditor(), GUIDialog_GLObjChooser::GUIDialog_GLObjChooser(), GUIDialog_ViewSettings::GUIDialog_ViewSettings(), and GUIDialog_ViewSettings::onCmdSaveSetting().
| #define GUIDesignLabelAboutInfo (JUSTIFY_NORMAL | LAYOUT_FILL_X | ICON_BEFORE_TEXT), 0, 0, 0, 0, 2, 2, 0, 0 |
label extended over over frame without thickand with text justify to center and withouht vertical spaces
Definition at line 167 of file GUIDesigns.h.
Referenced by GNEDialog_About::GNEDialog_About(), and GUIDialog_AboutSUMO::GUIDialog_AboutSUMO().
| #define GUIDesignLabelAttribute (FRAME_THICK | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT | ICON_BEFORE_TEXT), 0, 0, 100, 23, 2, 2, 2, 2 |
label extended over the matrix column with thick frame and height of 23
Definition at line 164 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::AdditionalAttributeList::AdditionalAttributeList(), GNEAdditionalFrame::AdditionalAttributeSingle::AdditionalAttributeSingle(), GNEInspectorFrame::AttributeInput::AttributeInput(), GNECrossingFrame::crossingParameters::crossingParameters(), GNEFrame::GEOAttributes::GEOAttributes(), GNETLSEditorFrame::GNETLSEditorFrame(), GNEFrame::NeteditAttributes::NeteditAttributes(), GNEAdditionalFrame::NeteditAttributes::NeteditAttributes(), GNEInspectorFrame::NeteditParameters::NeteditParameters(), GNEPolygonFrame::ShapeAttributeSingle::ShapeAttributeSingle(), and GNETLSEditorFrame::TLSAttributes::TLSAttributes().
| #define GUIDesignLabelCenter (JUSTIFY_NORMAL | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
label extended over frame without thickand with text justify to center and height of 23
Definition at line 149 of file GUIDesigns.h.
Referenced by GNEDialog_About::GNEDialog_About(), and GUIDialog_AboutSUMO::GUIDialog_AboutSUMO().
| #define GUIDesignLabelCenterThick (FRAME_THICK | JUSTIFY_NORMAL | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
label extended over frame with thick and with text justify to center and height of 23
Definition at line 161 of file GUIDesigns.h.
Referenced by GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions().
| #define GUIDesignLabelFrameInformation (JUSTIFY_LEFT | LAYOUT_FILL_X | ICON_BEFORE_TEXT), 0, 0, 0, 0, 2, 2, 2, 2 |
label extended over frame without thick and with text justify to left, used to show information in frames
Definition at line 182 of file GUIDesigns.h.
Referenced by GNEFrame::DrawingMode::DrawingMode(), GNEConnectorFrame::GNEConnectorFrame(), GNEDeleteFrame::GNEDeleteFrame(), GNEFrame::GNEFrame(), GNESelectorFrame::GNESelectorFrame(), GNESelectorFrame::onCmdHelp(), GNEFrame::GEOAttributes::onCmdHelp(), and GNEAdditionalFrame::NeteditAttributes::onCmdHelp().
| #define GUIDesignLabelIcon32x32Thicked (FRAME_THICK | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT | LAYOUT_FIX_WIDTH), 0, 0, 24, 23, 2, 2, 2, 2 |
label ticked filled only with an icon of 32x32
Definition at line 170 of file GUIDesigns.h.
Referenced by GNERerouterIntervalDialog::GNERerouterIntervalDialog().
| #define GUIDesignLabelIcon64x32Thicked (FRAME_THICK | ICON_BEFORE_TEXT | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT), 0, 0, 94, 46, 2, 2, 2, 2 |
label ticked filled used for VClasses. It uses icons of 64x32 pixels
Definition at line 173 of file GUIDesigns.h.
Referenced by GNEDialog_AllowDisallow::buildVClass().
| #define GUIDesignLabelIcon64x64noSpacing (LAYOUT_CENTER_Y | LAYOUT_CENTER_X | LAYOUT_FIX_WIDTH | LAYOUT_FIX_HEIGHT ), 0, 0, 64, 64, 0, 0, 0, 0 |
design for label with icon of 64x64 px
Definition at line 176 of file GUIDesigns.h.
Referenced by GNEDialog_About::GNEDialog_About(), and GUIDialog_AboutSUMO::GUIDialog_AboutSUMO().
| #define GUIDesignLabelIconExtendedx46Ticked (FRAME_THICK | ICON_BEFORE_TEXT | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 46, 2, 2, 2, 2 |
label ticked filled extended over frame used for VClasses. can be used by icons of 64x32 pixels
Definition at line 179 of file GUIDesigns.h.
Referenced by GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog().
| #define GUIDesignLabelLeft (JUSTIFY_LEFT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
Definition at line 143 of file GUIDesigns.h.
Referenced by GNEConnectorFrame::GNEConnectorFrame(), GNECrossingFrame::GNECrossingFrame(), GNETLSEditorFrame::GNETLSEditorFrame(), and GNESelectorFrame::ObjectTypeEntry::ObjectTypeEntry().
| #define GUIDesignLabelLeftThick (FRAME_THICK | JUSTIFY_LEFT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
label extended over frame with thick and with text justify to left and height of 23
Definition at line 155 of file GUIDesigns.h.
Referenced by GNEDialog_AllowDisallow::buildVClass(), GNECalibratorRouteDialog::GNECalibratorRouteDialog(), GNEDialog_AllowDisallow::GNEDialog_AllowDisallow(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), GUIDialog_EditViewport::GUIDialog_EditViewport(), and GNEAdditionalFrame::SelectorParentAdditional::SelectorParentAdditional().
| #define GUIDesignLabelRight (JUSTIFY_RIGHT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
label extended over frame without thick and with text justify to right and height of 23
Definition at line 146 of file GUIDesigns.h.
| #define GUIDesignLabelRightThick (FRAME_THICK | JUSTIFY_RIGHT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
label extended over frame with thick and with text justify to right and height of 23
Definition at line 158 of file GUIDesigns.h.
| #define GUIDesignLabelThick (FRAME_THICK | LAYOUT_FILL_X | ICON_BEFORE_TEXT | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
label extended over frame with thick and with text justify to left and height of 23
Definition at line 152 of file GUIDesigns.h.
Referenced by GNECalibratorDialog::GNECalibratorDialog(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), GNERerouterDialog::GNERerouterDialog(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), and GNEVariableSpeedSignDialog::GNEVariableSpeedSignDialog().
| #define GUIDesignList (FRAME_NORMAL | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT | LIST_NORMAL) |
design for FXLists
Definition at line 421 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::SelectorParentAdditional::SelectorParentAdditional(), GNEAdditionalFrame::SelectorParentEdges::SelectorParentEdges(), and GNEAdditionalFrame::SelectorParentLanes::SelectorParentLanes().
| #define GUIDesignListExtended (LIST_NORMAL | FRAME_SUNKEN | FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FILL_Y) |
design for FXLists
Definition at line 424 of file GUIDesigns.h.
| #define GUIDesignMatrix (LAYOUT_FILL_X | LAYOUT_FILL_Y | MATRIX_BY_COLUMNS | PACK_UNIFORM_WIDTH) |
Matrix design extended over Frame packed by columns.
Definition at line 218 of file GUIDesigns.h.
| #define GUIDesignMatrixAttributes (LAYOUT_FILL_X | MATRIX_BY_COLUMNS | PACK_UNIFORM_WIDTH) |
Matrix design extended over Frame and used for represent attributes and their values (Deprecated)
Definition at line 227 of file GUIDesigns.h.
| #define GUIDesignMatrixViewSettings (LAYOUT_FILL_X | LAYOUT_BOTTOM | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 10, 10, 5, 5 |
FXMatrix used to pack values in Viewsettings.
Definition at line 224 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignMDIButtonLeft (LAYOUT_LEFT) |
Definition at line 123 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::dependentBuild().
| #define GUIDesignMDIButtonRight (FRAME_RAISED | LAYOUT_RIGHT) |
MDIButton oriented to right.
Definition at line 126 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::dependentBuild().
| #define GUIDesignRadioButton (LAYOUT_LEFT | LAYOUT_FILL_X | ICON_BEFORE_TEXT | JUSTIFY_LEFT) |
Definition at line 133 of file GUIDesigns.h.
Referenced by GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions(), and GNESelectorFrame::GNESelectorFrame().
| #define GUIDesignRadioButtonAttribute (LAYOUT_LEFT | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT | JUSTIFY_LEFT | JUSTIFY_CENTER_Y | ICON_BEFORE_TEXT), 0, 0, 0, 23, 2, 2, 2, 2 |
design for radio button with fixed height
Definition at line 136 of file GUIDesigns.h.
Referenced by GNECalibratorFlowDialog::GNECalibratorFlowDialog().
| #define GUIDesignSpinDial (FRAME_THICK | FRAME_SUNKEN | LAYOUT_TOP | LAYOUT_CENTER_Y) |
Definition at line 303 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::buildToolBars(), GNESelectorFrame::GNESelectorFrame(), GUIDialog_EditViewport::GUIDialog_EditViewport(), GUIDialog_ViewSettings::rebuildColorMatrix(), and GUIDialog_ViewSettings::rebuildScaleMatrix().
| #define GUIDesignSplitter (LAYOUT_FILL_X | LAYOUT_FILL_Y | FRAME_RAISED | FRAME_THICK | SPLITTER_TRACKING) |
Definition at line 293 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::dependentBuild(), GNEApplicationWindow::dependentBuild(), and GNEViewParent::GNEViewParent().
| #define GUIDesignSplitterMDI (LAYOUT_FILL_X | LAYOUT_FILL_Y | FRAME_SUNKEN | FRAME_THICK) |
MDI Splitter.
Definition at line 296 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::dependentBuild(), and GNEApplicationWindow::dependentBuild().
| #define GUIDesignStatusBar (LAYOUT_SIDE_BOTTOM | LAYOUT_FILL_X | FRAME_RAISED) |
design used in status bar
Definition at line 265 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::dependentBuild(), and GNEApplicationWindow::dependentBuild().
| #define GUIDesignTabBook (TABBOOK_LEFTTABS | PACK_UNIFORM_WIDTH | PACK_UNIFORM_HEIGHT | LAYOUT_FILL_X | LAYOUT_FILL_Y | LAYOUT_RIGHT) |
desgin for TabBooks
Definition at line 427 of file GUIDesigns.h.
Referenced by GNEDialog_Wizard::GNEDialog_Wizard().
| #define GUIDesignTable (LAYOUT_FILL_X | LAYOUT_FILL_Y) |
Definition at line 405 of file GUIDesigns.h.
Referenced by GUIDialog_Breakpoints::GUIDialog_Breakpoints().
| #define GUIDesignTableAdditionals (LAYOUT_FILL_X | LAYOUT_FILL_Y | VSCROLLER_ALWAYS | HSCROLLER_NEVER | TABLE_NO_ROWSELECT | TABLE_NO_COLSELECT), 0, 0, 0, 0, 2, 2, 2, 2 |
design for tables used in additional dialogs
Definition at line 411 of file GUIDesigns.h.
Referenced by GNECalibratorDialog::GNECalibratorDialog(), GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions(), GNERerouterDialog::GNERerouterDialog(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), and GNEVariableSpeedSignDialog::GNEVariableSpeedSignDialog().
| #define GUIDesignTableIconCellWidth 23 |
width of cells that only contains an Icon
Definition at line 414 of file GUIDesigns.h.
Referenced by GNEDialog_FixAdditionalPositions::GNEDialog_FixAdditionalPositions(), GNERerouterIntervalDialog::updateClosingLaneReroutesTable(), GNERerouterIntervalDialog::updateClosingReroutesTable(), GNERerouterIntervalDialog::updateDestProbReroutesTable(), GNECalibratorDialog::updateFlowTable(), GNERerouterDialog::updateIntervalTable(), GNERerouterIntervalDialog::updateRouteProbReroutesTable(), GNECalibratorDialog::updateRouteTable(), GNEVariableSpeedSignDialog::updateTableSteps(), and GNECalibratorDialog::updateVehicleTypeTable().
| #define GUIDesignTableLimitedHeight (LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT) |
design for table extended over frame but with limited Height
Definition at line 408 of file GUIDesigns.h.
Referenced by GNETLSEditorFrame::GNETLSEditorFrame().
| #define GUIDesignTextField (FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 23, 2, 2, 2, 2 |
Definition at line 40 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::AdditionalAttributeList::AdditionalAttributeList(), GNEAdditionalFrame::AdditionalAttributeSingle::AdditionalAttributeSingle(), GNEInspectorFrame::AttributeInput::AttributeInput(), GNECrossingFrame::crossingParameters::crossingParameters(), GNEFrame::GEOAttributes::GEOAttributes(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorRouteDialog::GNECalibratorRouteDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), GNESelectorFrame::GNESelectorFrame(), GNETLSEditorFrame::GNETLSEditorFrame(), GNEAdditionalFrame::NeteditAttributes::NeteditAttributes(), GNEInspectorFrame::NeteditParameters::NeteditParameters(), GNEAdditionalFrame::SelectorParentEdges::SelectorParentEdges(), GNEAdditionalFrame::SelectorParentLanes::SelectorParentLanes(), GNEPolygonFrame::ShapeAttributeSingle::ShapeAttributeSingle(), and GNETLSEditorFrame::TLSAttributes::TLSAttributes().
| #define GUIDesignTextFieldInt (FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT | TEXTFIELD_INTEGER), 0, 0, 0, 23, 2, 2, 2, 2 |
text field extended over Frame with thick frame and limited to Integers
Definition at line 43 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::AdditionalAttributeSingle::AdditionalAttributeSingle(), GNEInspectorFrame::AttributeInput::AttributeInput(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), and GNEPolygonFrame::ShapeAttributeSingle::ShapeAttributeSingle().
| #define GUIDesignTextFieldNCol 1 |
Num of column of text field.
Definition at line 49 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::AdditionalAttributeList::AdditionalAttributeList(), GNEAdditionalFrame::AdditionalAttributeSingle::AdditionalAttributeSingle(), GNEInspectorFrame::AttributeInput::AttributeInput(), GNECrossingFrame::crossingParameters::crossingParameters(), GNEFrame::GEOAttributes::GEOAttributes(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorRouteDialog::GNECalibratorRouteDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), GNESelectorFrame::GNESelectorFrame(), GNETLSEditorFrame::GNETLSEditorFrame(), GNEAdditionalFrame::NeteditAttributes::NeteditAttributes(), GNEInspectorFrame::NeteditParameters::NeteditParameters(), GNEAdditionalFrame::SelectorParentEdges::SelectorParentEdges(), GNEAdditionalFrame::SelectorParentLanes::SelectorParentLanes(), GNEPolygonFrame::ShapeAttributeSingle::ShapeAttributeSingle(), and GNETLSEditorFrame::TLSAttributes::TLSAttributes().
| #define GUIDesignTextFieldReal (FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT | TEXTFIELD_REAL), 0, 0, 0, 23, 2, 2, 2, 2 |
text field extended over Frame with thick frame and limited to Doubles/doubles
Definition at line 46 of file GUIDesigns.h.
Referenced by GNEAdditionalFrame::AdditionalAttributeSingle::AdditionalAttributeSingle(), GNEInspectorFrame::AttributeInput::AttributeInput(), GNECrossingFrame::crossingParameters::crossingParameters(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), GNERerouterIntervalDialog::GNERerouterIntervalDialog(), GNEPolygonFrame::ShapeAttributeSingle::ShapeAttributeSingle(), and GNETLSEditorFrame::TLSAttributes::TLSAttributes().
| #define GUIDesignToolBarGrip (TOOLBARGRIP_DOUBLE) |
design for toolbar grip (used to change the position of toolbar with mouse)
Definition at line 268 of file GUIDesigns.h.
Referenced by GUIParameterTracker::buildToolBar(), GUIApplicationWindow::buildToolBars(), GUIApplicationWindow::dependentBuild(), GNEApplicationWindow::dependentBuild(), and GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow().
| #define GUIDesignToolBarShell1 (LAYOUT_DOCK_NEXT | LAYOUT_SIDE_TOP | FRAME_RAISED) |
design for first toolbar shell positioned in the next position of dock
Definition at line 271 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::buildToolBars().
| #define GUIDesignToolBarShell2 (LAYOUT_DOCK_SAME | LAYOUT_SIDE_TOP | FRAME_RAISED) |
design for first toolbar shell positioned in the same position of dock
Definition at line 274 of file GUIDesigns.h.
Referenced by GUIApplicationWindow::buildToolBars().
| #define GUIDesignToolBarShell3 (FRAME_NORMAL) |
Definition at line 276 of file GUIDesigns.h.
Referenced by GUIParameterTracker::buildToolBar(), GUIApplicationWindow::buildToolBars(), GUIApplicationWindow::dependentBuild(), GNEApplicationWindow::dependentBuild(), and GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerWindow().
| #define GUIDesignTreeListFrame (TREELIST_SHOWS_LINES | TREELIST_SHOWS_BOXES | TREELIST_SINGLESELECT | FRAME_SUNKEN | FRAME_THICK | LAYOUT_FILL_X | LAYOUT_FIX_HEIGHT), 0, 0, 0, 200 |
Tree list used in frames to represent childs of elements.
Definition at line 418 of file GUIDesigns.h.
Referenced by GNEDeleteFrame::GNEDeleteFrame(), and GNEInspectorFrame::GNEInspectorFrame().
| #define GUIDesignUniformHorizontalFrame (LAYOUT_FILL_X | LAYOUT_FILL_Y | PACK_UNIFORM_WIDTH) |
design for horizontal frame used to pack another frames with a uniform width
Definition at line 252 of file GUIDesigns.h.
Referenced by GNECalibratorDialog::GNECalibratorDialog(), GNECalibratorFlowDialog::GNECalibratorFlowDialog(), GNECalibratorRouteDialog::GNECalibratorRouteDialog(), GNECalibratorVehicleTypeDialog::GNECalibratorVehicleTypeDialog(), and GNERerouterIntervalDialog::GNERerouterIntervalDialog().
| #define GUIDesignVerticalFrame (LAYOUT_FILL_Y) |
Vertical frame extended over frame parent.
Definition at line 209 of file GUIDesigns.h.
| #define GUIDesignVerticalSeparator (SEPARATOR_GROOVE | LAYOUT_FILL_Y) |
vertical separator
Definition at line 286 of file GUIDesigns.h.
Referenced by GUIGlChildWindow::buildColoringToolBar(), GUIGlChildWindow::buildScreenshotToolBar(), and GNEViewParent::GNEViewParent().
| #define GUIDesignViewnArea (FRAME_SUNKEN | LAYOUT_SIDE_TOP | LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0 |
design for viewn area
Definition at line 237 of file GUIDesigns.h.
Referenced by GNEViewParent::GNEViewParent().
| #define GUIDesignViewSettingsButton1 (BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_CENTER_X), 0, 0, 0, 0, 20, 20, 4, 4 |
Buttons.
Definition at line 370 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings(), GUIDialog_ViewSettings::rebuildColorMatrix(), and GUIDialog_ViewSettings::rebuildScaleMatrix().
| #define GUIDesignViewSettingsButton2 (BUTTON_INITIAL | BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_CENTER_X), 0, 0, 0, 0, 30, 30, 4, 4 |
Definition at line 372 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsButton3 (BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_CENTER_X), 0, 0, 0, 0, 30, 30, 4, 4 |
Definition at line 374 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsButton4 (BUTTON_INITIAL | BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_RIGHT) |
Definition at line 376 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::onCmdSaveSetting().
| #define GUIDesignViewSettingsButton5 (BUTTON_DEFAULT | FRAME_RAISED | FRAME_THICK | LAYOUT_RIGHT), 0, 0, 0, 0, 20, 20 |
Definition at line 378 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::onCmdSaveSetting().
| #define GUIDesignViewSettingsColorWell (LAYOUT_FIX_WIDTH | LAYOUT_CENTER_Y | LAYOUT_SIDE_TOP | FRAME_SUNKEN | FRAME_THICK | ICON_AFTER_TEXT), 0, 0, 100, 0, 0, 0, 0, 0 |
ColorWell.
Definition at line 350 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsColorWell1 (LAYOUT_FIX_WIDTH | LAYOUT_CENTER_Y | FRAME_SUNKEN | FRAME_THICK | ICON_AFTER_TEXT), 0, 0, 100, 0, 0, 0, 0, 0 |
Color wells.
Definition at line 381 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::rebuildColorMatrix().
| #define GUIDesignViewSettingsColorWell2 (LAYOUT_FIX_WIDTH | LAYOUT_CENTER_Y | LAYOUT_SIDE_TOP | FRAME_SUNKEN | FRAME_THICK | ICON_AFTER_TEXT), 0, 0, 100, 0, 0, 0, 0, 0 |
Definition at line 383 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::NamePanel::NamePanel().
| #define GUIDesignViewSettingsComboBox1 (COMBOBOX_INSERT_LAST | FRAME_SUNKEN | LAYOUT_LEFT | LAYOUT_CENTER_Y | COMBOBOX_STATIC) |
Combo boxs.
Definition at line 347 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsDialog (DECOR_TITLE | DECOR_BORDER) |
Definition at line 312 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::onCmdSaveSetting().
| #define GUIDesignViewSettingsHorizontalFrame1 (FRAME_THICK), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
Horizontal frames.
Definition at line 328 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsHorizontalFrame2 (LAYOUT_TOP | LAYOUT_LEFT | LAYOUT_FILL_X | PACK_UNIFORM_WIDTH), 0, 0, 0, 0, 10, 10, 5, 5 |
Definition at line 330 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsHorizontalFrame3 (LAYOUT_FILL_X | PACK_UNIFORM_WIDTH), 0, 0, 0, 0, 0, 0, 0, 0 |
Definition at line 332 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::onCmdSaveSetting().
| #define GUIDesignViewSettingsLabel1 (LAYOUT_CENTER_Y) |
Label.
Definition at line 362 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings(), GUIDialog_ViewSettings::NamePanel::NamePanel(), and GUIDialog_ViewSettings::SizePanel::SizePanel().
| #define GUIDesignViewSettingsLabel2 (LAYOUT_FILL_X | JUSTIFY_LEFT) |
Definition at line 364 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::onCmdSaveSetting().
| #define GUIDesignViewSettingsMainDialog (DECOR_TITLE | DECOR_BORDER | DECOR_RESIZE), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
Definition at line 310 of file GUIDesigns.h.
| #define GUIDesignViewSettingsMatrix1 (LAYOUT_FILL_X | LAYOUT_BOTTOM | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 10, 10, 5, 5 |
Matrix.
Definition at line 335 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsMatrix2 (LAYOUT_FILL_X | LAYOUT_CENTER_Y | LAYOUT_BOTTOM | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 0, 0, 5, 5 |
Definition at line 337 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsMatrix3 (LAYOUT_FILL_X | LAYOUT_TOP | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 10, 2, 5, 5 |
Definition at line 339 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsMatrix4 (LAYOUT_FILL_X | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 0, 0, 5, 3 |
Definition at line 341 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::rebuildColorMatrix(), and GUIDialog_ViewSettings::rebuildScaleMatrix().
| #define GUIDesignViewSettingsMatrix5 (LAYOUT_FILL_X | LAYOUT_BOTTOM | LAYOUT_LEFT | MATRIX_BY_COLUMNS), 0, 0, 0, 0, 10, 10, 0, 0, 5, 5 |
Definition at line 343 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::NamePanel::NamePanel(), and GUIDialog_ViewSettings::SizePanel::SizePanel().
| #define GUIDesignViewSettingsMFXTable (LAYOUT_FILL_Y | LAYOUT_FIX_WIDTH) /*|LAYOUT_FIX_HEIGHT*/, 0, 0, 470, 0 |
MFX Add/Edit Typed Table.
Definition at line 386 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::rebuildColorMatrices().
| #define GUIDesignViewSettingsMFXTableJustify (JUSTIFY_CENTER_X | JUSTIFY_TOP) |
Definition at line 388 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::rebuildList().
| #define GUIDesignViewSettingsSpinDial1 (LAYOUT_CENTER_Y | LAYOUT_TOP | FRAME_SUNKEN | FRAME_THICK) |
Definition at line 352 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings(), GUIDialog_ViewSettings::NamePanel::NamePanel(), and GUIDialog_ViewSettings::SizePanel::SizePanel().
| #define GUIDesignViewSettingsSpinDial2 (LAYOUT_TOP | FRAME_SUNKEN | FRAME_THICK) |
Definition at line 354 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings(), and GUIDialog_ViewSettings::SizePanel::SizePanel().
| #define GUIDesignViewSettingsTabBook1 (TABBOOK_LEFTTABS | PACK_UNIFORM_WIDTH | PACK_UNIFORM_HEIGHT | LAYOUT_FILL_X | LAYOUT_FILL_Y | LAYOUT_RIGHT), 0, 0, 0, 0, 0, 0, 0, 0 |
Tab books.
Definition at line 357 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsTabItemBook1 (TAB_LEFT_NORMAL), 0, 0, 0, 0, 4, 8, 4, 4 |
Definition at line 359 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsTextField1 (TEXTFIELD_ENTER_ONLY | FRAME_SUNKEN | FRAME_THICK | LAYOUT_FILL_X) |
textFields
Definition at line 367 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::onCmdSaveSetting().
| #define GUIDesignViewSettingsVerticalFrame1 (LAYOUT_FILL_X | LAYOUT_SIDE_TOP | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
vertical frames
Definition at line 315 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsVerticalFrame2 (LAYOUT_FILL_X | FRAME_THICK | FRAME_RAISED | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
Definition at line 317 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsVerticalFrame3 (LAYOUT_FILL_Y), 0, 0, 0, 0, 10, 10, 10, 10, 5, 5 |
Definition at line 319 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsVerticalFrame4 (LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 10, 10, 2, 8, 5, 2 |
Definition at line 321 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().
| #define GUIDesignViewSettingsVerticalFrame5 (LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 10, 10, 10, 10, 10, 10 |
Definition at line 323 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::onCmdSaveSetting().
| #define GUIDesignViewSettingsVerticalFrame6 (LAYOUT_FILL_X | LAYOUT_FILL_Y), 0, 0, 0, 0, 0, 0, 0, 0, 2, 2 |
Definition at line 325 of file GUIDesigns.h.
Referenced by GUIDialog_ViewSettings::GUIDialog_ViewSettings().