![]() |
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... | |
bool | isGLTypeLocked () const |
check if current GLType is blocked More... | |
ObjectTypeEntry (FXMatrix *matrixParent, const std::string &label) | |
FOX-declaration. More... | |
FOX-callbacks | |
called when user change the CheckBox | |
long | onCmdSetCheckBox (FXObject *, FXSelector, void *) |
Protected Member Functions | |
ObjectTypeEntry () | |
FOX needs this. More... | |
Private Attributes | |
FXMenuCheck * | 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... | |
class for object types entries
Definition at line 45 of file GNESelectorFrame.h.
GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::ObjectTypeEntry | ( | FXMatrix * | matrixParent, |
const std::string & | label | ||
) |
FOX-declaration.
constructor
Definition at line 345 of file GNESelectorFrame.cpp.
References GUIDesignLabelLeft, MID_GNE_SET_ATTRIBUTE, myCheckBoxLocked, myLabelCounter, and myLabelTypeName.
|
inlineprotected |
FOX needs this.
Definition at line 71 of file GNESelectorFrame.h.
void GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::counterDown | ( | ) |
down count
Definition at line 363 of file GNESelectorFrame.cpp.
References myCounter, myLabelCounter, and toString().
void GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::counterUp | ( | ) |
up count
Definition at line 356 of file GNESelectorFrame.cpp.
References myCounter, myLabelCounter, and toString().
bool GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::isGLTypeLocked | ( | ) | const |
check if current GLType is blocked
Definition at line 370 of file GNESelectorFrame.cpp.
References myCheckBoxLocked.
long GNESelectorFrame::LockGLObjectTypes::ObjectTypeEntry::onCmdSetCheckBox | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 376 of file GNESelectorFrame.cpp.
References myCheckBoxLocked.
|
private |
check box to check if GLObject type is blocked
Definition at line 81 of file GNESelectorFrame.h.
Referenced by isGLTypeLocked(), ObjectTypeEntry(), and onCmdSetCheckBox().
|
private |
counter
Definition at line 84 of file GNESelectorFrame.h.
Referenced by counterDown(), and counterUp().
|
private |
label counter
Definition at line 75 of file GNESelectorFrame.h.
Referenced by counterDown(), counterUp(), and ObjectTypeEntry().
|
private |