![]() |
Eclipse SUMO - Simulation of Urban MObility
|
class for object types entries More...
#include <GNESelectorFrame.h>
Public Member Functions | |
| void | counterDown () |
| down count More... | |
| void | counterUp () |
| up count More... | |
| Supermode | getSupermode () const |
| get supermode associated to this ObjectTypeEntry More... | |
| void | hideObjectTypeEntry () |
| hide ObjectTypeEntry More... | |
| bool | isGLTypeLocked () const |
| check if current GLType is blocked More... | |
| ObjectTypeEntry (FXMatrix *matrixParent, const Supermode supermode, const std::string &label) | |
| FOX-declaration. More... | |
| void | showObjectTypeEntry () |
| show ObjectTypeEntry More... | |
FOX-callbacks | |
| long | onCmdSetCheckBox (FXObject *, FXSelector, void *) |
| called when user change the CheckBox More... | |
Protected Member Functions | |
| ObjectTypeEntry () | |
Private Member Functions | |
| ObjectTypeEntry & | operator= (const ObjectTypeEntry &)=delete |
| Invalidated assignment operator. More... | |
Private Attributes | |
| FXCheckButton * | myCheckBoxLocked |
| check box to check if GLObject type is blocked More... | |
| int | myCounter |
| counter More... | |
| FXLabel * | myLabelCounter |
| label counter More... | |
| FXLabel * | myLabelTypeName |
| label type nane More... | |
| const Supermode | mySupermode |
| supermode associated to this ObjectTypeEntry More... | |
class for object types entries
Definition at line 45 of file GNESelectorFrame.h.
| GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::ObjectTypeEntry | ( | FXMatrix * | matrixParent, |
| const Supermode | supermode, | ||
| const std::string & | label | ||
| ) |
FOX-declaration.
constructor
Definition at line 187 of file GNESelectorFrame.cpp.
References GUIDesignCheckButton, GUIDesignLabelLeft, MID_GNE_SET_ATTRIBUTE, myCheckBoxLocked, myLabelCounter, and myLabelTypeName.
|
protected |
Definition at line 254 of file GNESelectorFrame.cpp.
| void GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::counterDown | ( | ) |
| void GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::counterUp | ( | ) |
| Supermode GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::getSupermode | ( | ) | const |
get supermode associated to this ObjectTypeEntry
Definition at line 202 of file GNESelectorFrame.cpp.
| void GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::hideObjectTypeEntry | ( | ) |
hide ObjectTypeEntry
Definition at line 216 of file GNESelectorFrame.cpp.
| bool GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::isGLTypeLocked | ( | ) | const |
check if current GLType is blocked
Definition at line 238 of file GNESelectorFrame.cpp.
| long GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::onCmdSetCheckBox | ( | FXObject * | , |
| FXSelector | , | ||
| void * | |||
| ) |
called when user change the CheckBox
Definition at line 244 of file GNESelectorFrame.cpp.
Referenced by FXDEFMAP().
|
privatedelete |
Invalidated assignment operator.
| void GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::showObjectTypeEntry | ( | ) |
show ObjectTypeEntry
Definition at line 208 of file GNESelectorFrame.cpp.
|
private |
check box to check if GLObject type is blocked
Definition at line 93 of file GNESelectorFrame.h.
Referenced by ObjectTypeEntry().
|
private |
counter
Definition at line 96 of file GNESelectorFrame.h.
|
private |
|
private |
|
private |
supermode associated to this ObjectTypeEntry
Definition at line 84 of file GNESelectorFrame.h.