Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
GNEViewParent::CommonFrames Class Reference

class for common frames More...

#include <GNEViewParent.h>

Collaboration diagram for GNEViewParent::CommonFrames:
[legend]

Public Member Functions

void buildCommonFrames (GNEViewParent *viewParent, GNEViewNet *viewNet)
 build common frames
 CommonFrames ()
 constructor
GNEFramegetCurrentShownFrame () 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

GNEDeleteFramedeleteFrame = nullptr
 frame for delete elements
GNEInspectorFrameinspectorFrame = nullptr
 frame for inspect elements
GNEMoveFramemoveFrame = nullptr
 frame for move elements
GNESelectorFrameselectorFrame = nullptr
 frame for select elements

Detailed Description

class for common frames

Definition at line 260 of file GNEViewParent.h.

Constructor & Destructor Documentation

◆ CommonFrames()

GNEViewParent::CommonFrames::CommonFrames ( )

constructor

Definition at line 684 of file GNEViewParent.cpp.

Member Function Documentation

◆ buildCommonFrames()

void GNEViewParent::CommonFrames::buildCommonFrames ( GNEViewParent * viewParent,
GNEViewNet * viewNet )

build common frames

Definition at line 689 of file GNEViewParent.cpp.

References deleteFrame, GNEViewParent::GNEViewParent(), inspectorFrame, moveFrame, and selectorFrame.

◆ getCurrentShownFrame()

GNEFrame * GNEViewParent::CommonFrames::getCurrentShownFrame ( ) const

get current common frame show

Definition at line 734 of file GNEViewParent.cpp.

References deleteFrame, inspectorFrame, moveFrame, and selectorFrame.

◆ hideCommonFrames()

void GNEViewParent::CommonFrames::hideCommonFrames ( )

hide common frames

Definition at line 698 of file GNEViewParent.cpp.

References deleteFrame, inspectorFrame, moveFrame, and selectorFrame.

◆ isCommonFrameShown()

bool GNEViewParent::CommonFrames::isCommonFrameShown ( ) const

return true if at least there is a common frame shown

Definition at line 717 of file GNEViewParent.cpp.

References deleteFrame, inspectorFrame, moveFrame, and selectorFrame.

◆ setCommonFramesWidth()

void GNEViewParent::CommonFrames::setCommonFramesWidth ( int frameWidth)

set new width in all common frames

Definition at line 707 of file GNEViewParent.cpp.

References deleteFrame, inspectorFrame, moveFrame, and selectorFrame.

Field Documentation

◆ deleteFrame

GNEDeleteFrame* GNEViewParent::CommonFrames::deleteFrame = nullptr

frame for delete elements

Definition at line 285 of file GNEViewParent.h.

Referenced by buildCommonFrames(), getCurrentShownFrame(), hideCommonFrames(), isCommonFrameShown(), and setCommonFramesWidth().

◆ inspectorFrame

GNEInspectorFrame* GNEViewParent::CommonFrames::inspectorFrame = nullptr

frame for inspect elements

Definition at line 282 of file GNEViewParent.h.

Referenced by buildCommonFrames(), getCurrentShownFrame(), hideCommonFrames(), isCommonFrameShown(), and setCommonFramesWidth().

◆ moveFrame

GNEMoveFrame* GNEViewParent::CommonFrames::moveFrame = nullptr

frame for move elements

Definition at line 291 of file GNEViewParent.h.

Referenced by buildCommonFrames(), getCurrentShownFrame(), hideCommonFrames(), isCommonFrameShown(), and setCommonFramesWidth().

◆ selectorFrame

GNESelectorFrame* GNEViewParent::CommonFrames::selectorFrame = nullptr

frame for select elements

Definition at line 288 of file GNEViewParent.h.

Referenced by buildCommonFrames(), getCurrentShownFrame(), hideCommonFrames(), isCommonFrameShown(), and setCommonFramesWidth().


The documentation for this class was generated from the following files: