Eclipse SUMO - Simulation of Urban MObility
|
table column More...
#include <MFXDecalsTable.h>
Public Member Functions | |
Column (MFXDecalsTable *table, const int index, const char type) | |
constructor | |
FXString | getColumnLabel () const |
get column label | |
char | getType () const |
get column type | |
FXVerticalFrame * | getVerticalCellFrame () const |
get vertical cell frame | |
void | setColumnLabel (const std::string &text, const std::string &tooltip) |
set column label | |
~Column () | |
destructor | |
Private Member Functions | |
void | adjustColumnWidth () |
adjust column width | |
Column () | |
default constructor | |
Private Attributes | |
const int | myIndex |
column index | |
MFXDecalsTable * | myTable = nullptr |
pointer to table | |
MFXLabelTooltip * | myTopLabel = nullptr |
column top tooltip label | |
const char | myType |
column type | |
FXVerticalFrame * | myVerticalCellFrame = nullptr |
vertical frame | |
FXVerticalFrame * | myVerticalFrame = nullptr |
vertical frame | |
table column
Definition at line 202 of file MFXDecalsTable.h.
MFXDecalsTable::Column::Column | ( | MFXDecalsTable * | table, |
const int | index, | ||
const char | type | ||
) |
constructor
Definition at line 620 of file MFXDecalsTable.cpp.
References adjustColumnWidth(), GUISUMOAbstractView::getGUIGlChildWindow(), GUIGlChildWindow::getGUIMainWindowParent(), GUIMainWindow::getStaticTooltipMenu(), GUIDialog_ViewSettings::getSUMOAbstractView(), GUIDesignAuxiliarFrame, GUIDesignAuxiliarFrameFixWidth, GUIDesignLabelFixed, GUIDesignLabelThick, GUIDesignLabelThickedFixed, MFXDecalsTable::myColumnsFrame, MFXDecalsTable::myDialogViewSettings, myTopLabel, myType, myVerticalCellFrame, and myVerticalFrame.
MFXDecalsTable::Column::~Column | ( | ) |
destructor
Definition at line 676 of file MFXDecalsTable.cpp.
|
private |
default constructor
Definition at line 738 of file MFXDecalsTable.cpp.
|
private |
adjust column width
Definition at line 710 of file MFXDecalsTable.cpp.
References EXTRAMARGIN, and GUIDesignHeight.
Referenced by Column().
FXString MFXDecalsTable::Column::getColumnLabel | ( | ) | const |
get column label
Definition at line 695 of file MFXDecalsTable.cpp.
char MFXDecalsTable::Column::getType | ( | ) | const |
get column type
Definition at line 689 of file MFXDecalsTable.cpp.
FXVerticalFrame * MFXDecalsTable::Column::getVerticalCellFrame | ( | ) | const |
get vertical cell frame
Definition at line 683 of file MFXDecalsTable.cpp.
void MFXDecalsTable::Column::setColumnLabel | ( | const std::string & | text, |
const std::string & | tooltip | ||
) |
set column label
Definition at line 701 of file MFXDecalsTable.cpp.
|
private |
column index
Definition at line 237 of file MFXDecalsTable.h.
|
private |
pointer to table
Definition at line 225 of file MFXDecalsTable.h.
|
private |
|
private |
|
private |
|
private |