![]() |
Eclipse SUMO - Simulation of Urban MObility
|
class for common frames More...
#include <GNEViewParent.h>
Public Member Functions | |
| void | buildCommonFrames (GNEViewParent *viewParent, GNEViewNet *viewNet) |
| build common frames | |
| CommonFrames () | |
| constructor | |
| GNEFrame * | getCurrentShownFrame () const |
| get current common frame show | |
| void | hideCommonFrames () |
| hide common frames | |
| bool | isCommonFrameShown () const |
| return true if at least there is a common frame shown | |
| void | setCommonFramesWidth (int frameWidth) |
| set new width in all common frames | |
Data Fields | |
| GNEDeleteFrame * | deleteFrame = nullptr |
| frame for delete elements | |
| GNEInspectorFrame * | inspectorFrame = nullptr |
| frame for inspect elements | |
| GNEMoveFrame * | moveFrame = nullptr |
| frame for move elements | |
| GNESelectorFrame * | selectorFrame = nullptr |
| frame for select elements | |
class for common frames
Definition at line 260 of file GNEViewParent.h.
| GNEViewParent::CommonFrames::CommonFrames | ( | ) |
constructor
Definition at line 684 of file GNEViewParent.cpp.
| void GNEViewParent::CommonFrames::buildCommonFrames | ( | GNEViewParent * | viewParent, |
| GNEViewNet * | viewNet | ||
| ) |
build common frames
Definition at line 689 of file GNEViewParent.cpp.
| GNEFrame * GNEViewParent::CommonFrames::getCurrentShownFrame | ( | ) | const |
get current common frame show
Definition at line 734 of file GNEViewParent.cpp.
Referenced by GNEViewParent::getCurrentShownFrame().
| void GNEViewParent::CommonFrames::hideCommonFrames | ( | ) |
hide common frames
Definition at line 698 of file GNEViewParent.cpp.
Referenced by GNEViewParent::hideAllFrames().
| bool GNEViewParent::CommonFrames::isCommonFrameShown | ( | ) | const |
return true if at least there is a common frame shown
Definition at line 717 of file GNEViewParent.cpp.
Referenced by GNEViewParent::getCurrentShownFrame(), GNEViewParent::hideFramesArea(), and GNEViewParent::showFramesArea().
| void GNEViewParent::CommonFrames::setCommonFramesWidth | ( | int | frameWidth | ) |
set new width in all common frames
Definition at line 707 of file GNEViewParent.cpp.
Referenced by GNEViewParent::onCmdUpdateFrameAreaWidth().
| GNEDeleteFrame* GNEViewParent::CommonFrames::deleteFrame = nullptr |
frame for delete elements
Definition at line 285 of file GNEViewParent.h.
Referenced by GNEViewParent::getDeleteFrame().
| GNEInspectorFrame* GNEViewParent::CommonFrames::inspectorFrame = nullptr |
frame for inspect elements
Definition at line 282 of file GNEViewParent.h.
Referenced by GNEViewParent::getInspectorFrame().
| GNEMoveFrame* GNEViewParent::CommonFrames::moveFrame = nullptr |
frame for move elements
Definition at line 291 of file GNEViewParent.h.
Referenced by GNEViewParent::getMoveFrame().
| GNESelectorFrame* GNEViewParent::CommonFrames::selectorFrame = nullptr |
frame for select elements
Definition at line 288 of file GNEViewParent.h.
Referenced by GNEViewParent::getSelectorFrame().