![]() |
Eclipse SUMO - Simulation of Urban MObility
|
The canvas for the visualisation of phases. More...
#include <GUITLLogicPhasesTrackerWindow.h>
Public Member Functions | |
GUITLLogicPhasesTrackerPanel (FXComposite *c, GUIMainWindow &app, GUITLLogicPhasesTrackerWindow &parent) | |
Constructor. More... | |
~GUITLLogicPhasesTrackerPanel () | |
Destructor. More... | |
Friends | |
class | GUITLLogicPhasesTrackerWindow |
needed to update More... | |
FOX-callbacks | |
GUITLLogicPhasesTrackerWindow * | myParent |
} More... | |
long | onConfigure (FXObject *, FXSelector, void *) |
called on size change More... | |
long | onPaint (FXObject *, FXSelector, void *) |
called if the widget shall be repainted More... | |
GUITLLogicPhasesTrackerPanel () | |
protected constructor for FOX More... | |
The canvas for the visualisation of phases.
The drawing itself id done by the parent.
Definition at line 139 of file GUITLLogicPhasesTrackerWindow.h.
GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerPanel::GUITLLogicPhasesTrackerPanel | ( | FXComposite * | c, |
GUIMainWindow & | app, | ||
GUITLLogicPhasesTrackerWindow & | parent | ||
) |
Constructor.
[in] | c | The container for this panel |
[in] | app | The main application window |
[in] | parent | This panel's logial parent |
Definition at line 63 of file GUITLLogicPhasesTrackerWindow.cpp.
GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerPanel::~GUITLLogicPhasesTrackerPanel | ( | ) |
Destructor.
Definition at line 70 of file GUITLLogicPhasesTrackerWindow.cpp.
|
inlineprotected |
protected constructor for FOX
Definition at line 174 of file GUITLLogicPhasesTrackerWindow.h.
long GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerPanel::onConfigure | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called on size change
Definition at line 74 of file GUITLLogicPhasesTrackerWindow.cpp.
Referenced by FXDEFMAP(), and GUITLLogicPhasesTrackerWindow::onConfigure().
long GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerPanel::onPaint | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called if the widget shall be repainted
Definition at line 97 of file GUITLLogicPhasesTrackerWindow.cpp.
Referenced by FXDEFMAP(), and GUITLLogicPhasesTrackerWindow::onPaint().
|
friend |
needed to update
Definition at line 154 of file GUITLLogicPhasesTrackerWindow.h.
|
private |