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. | |
~GUITLLogicPhasesTrackerPanel () | |
Destructor. | |
Friends | |
class | GUITLLogicPhasesTrackerWindow |
needed to update | |
FOX-callbacks | |
GUITLLogicPhasesTrackerWindow * | myParent |
} | |
GUIMainWindow * | myApplication |
The main application. | |
long | onConfigure (FXObject *, FXSelector, void *) |
called on size change | |
long | onPaint (FXObject *, FXSelector, void *) |
called if the widget shall be repainted | |
GUITLLogicPhasesTrackerPanel () | |
protected constructor for FOX |
The canvas for the visualisation of phases.
The drawing itself id done by the parent.
Definition at line 142 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 78 of file GUITLLogicPhasesTrackerWindow.cpp.
Destructor.
Definition at line 85 of file GUITLLogicPhasesTrackerWindow.cpp.
GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerPanel::GUITLLogicPhasesTrackerPanel | ( | ) | [inline, protected] |
protected constructor for FOX
Definition at line 180 of file GUITLLogicPhasesTrackerWindow.h.
long GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerPanel::onConfigure | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called on size change
Definition at line 89 of file GUITLLogicPhasesTrackerWindow.cpp.
Referenced by GUITLLogicPhasesTrackerWindow::onConfigure().
long GUITLLogicPhasesTrackerWindow::GUITLLogicPhasesTrackerPanel::onPaint | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
called if the widget shall be repainted
Definition at line 112 of file GUITLLogicPhasesTrackerWindow.cpp.
Referenced by GUITLLogicPhasesTrackerWindow::onPaint().
friend class GUITLLogicPhasesTrackerWindow [friend] |
needed to update
Definition at line 157 of file GUITLLogicPhasesTrackerWindow.h.
The main application.
Definition at line 176 of file GUITLLogicPhasesTrackerWindow.h.