Eclipse SUMO - Simulation of Urban MObility
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 More...
 
 CommonFrames ()
 constructor More...
 
GNEFramegetCurrentShownFrame () const
 get current common frame show More...
 
void hideCommonFrames ()
 hide common frames More...
 
bool isCommonFrameShown () const
 return true if at least there is a common frame shown More...
 
void setCommonFramesWidth (int frameWidth)
 set new width in all common frames More...
 

Data Fields

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

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 692 of file GNEViewParent.cpp.

Member Function Documentation

◆ buildCommonFrames()

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

build common frames

Definition at line 697 of file GNEViewParent.cpp.

◆ getCurrentShownFrame()

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

get current common frame show

Definition at line 742 of file GNEViewParent.cpp.

Referenced by GNEViewParent::getCurrentShownFrame().

Here is the caller graph for this function:

◆ hideCommonFrames()

void GNEViewParent::CommonFrames::hideCommonFrames ( )

hide common frames

Definition at line 706 of file GNEViewParent.cpp.

Referenced by GNEViewParent::hideAllFrames().

Here is the caller graph for this function:

◆ isCommonFrameShown()

bool GNEViewParent::CommonFrames::isCommonFrameShown ( ) const

return true if at least there is a common frame shown

Definition at line 725 of file GNEViewParent.cpp.

Referenced by GNEViewParent::getCurrentShownFrame(), GNEViewParent::hideFramesArea(), and GNEViewParent::showFramesArea().

Here is the caller graph for this function:

◆ setCommonFramesWidth()

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

set new width in all common frames

Definition at line 715 of file GNEViewParent.cpp.

Referenced by GNEViewParent::onCmdUpdateFrameAreaWidth().

Here is the caller graph for this function:

Field Documentation

◆ deleteFrame

GNEDeleteFrame* GNEViewParent::CommonFrames::deleteFrame = nullptr

frame for delete elements

Definition at line 285 of file GNEViewParent.h.

Referenced by GNEViewParent::getDeleteFrame().

◆ inspectorFrame

GNEInspectorFrame* GNEViewParent::CommonFrames::inspectorFrame = nullptr

frame for inspect elements

Definition at line 282 of file GNEViewParent.h.

Referenced by GNEViewParent::getInspectorFrame().

◆ moveFrame

GNEMoveFrame* GNEViewParent::CommonFrames::moveFrame = nullptr

frame for move elements

Definition at line 291 of file GNEViewParent.h.

Referenced by GNEViewParent::getMoveFrame().

◆ selectorFrame

GNESelectorFrame* GNEViewParent::CommonFrames::selectorFrame = nullptr

frame for select elements

Definition at line 288 of file GNEViewParent.h.

Referenced by GNEViewParent::getSelectorFrame().


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