SUMO - Simulation of Urban MObility
GNEFrame Class Referenceabstract

#include <GNEFrame.h>

Inheritance diagram for GNEFrame:
Inheritance graph
Collaboration diagram for GNEFrame:
Collaboration graph

Public Member Functions

FXFont * getFrameHeaderFont () const
 get font of the header's frame More...
 
FXLabel * getFrameHeaderLabel () const
 get the label for the frame's header More...
 
GNEViewNetgetViewNet () const
 get view net More...
 
 GNEFrame (FXComposite *parent, GNEViewNet *viewNet, const std::string &frameLabel)
 Constructor. More...
 
virtual void hide ()=0
 hide Frame More...
 
virtual void show ()=0
 show Frame More...
 
 ~GNEFrame ()
 destructor More...
 

Protected Member Functions

 GNEFrame ()
 FOX needs this. More...
 

Protected Attributes

FXVerticalFrame * myContentFrame
 the panel to hold all member widgets More...
 
FXFont * myFrameHeaderFont
 Font for the Header. More...
 
FXLabel * myFrameHeaderLabel
 the label for the frame's header More...
 
FXHorizontalFrame * myHeaderFrame
 fame for header elements More...
 
FXHorizontalFrame * myHeaderLeftFrame
 fame for left header elements More...
 
FXHorizontalFrame * myHeaderRightFrame
 fame for right header elements More...
 
GNEViewNetmyViewNet
 the window to inform when the tls is modfied More...
 

Private Member Functions

 GNEFrame (const GNEFrame &)
 Invalidated copy constructor. More...
 
GNEFrameoperator= (const GNEFrame &)
 Invalidated assignment operator. More...
 

Detailed Description

Abstract class for lateral frames in NetEdit

Definition at line 53 of file GNEFrame.h.

Constructor & Destructor Documentation

§ GNEFrame() [1/3]

GNEFrame::GNEFrame ( FXComposite *  parent,
GNEViewNet viewNet,
const std::string &  frameLabel 
)

Constructor.

parent FXFrame in which this GNEFrame is placed viewNet viewNet that uses this GNEFrame frameLabel label of the frame

Definition at line 56 of file GNEFrame.cpp.

References myContentFrame, myFrameHeaderFont, myFrameHeaderLabel, myHeaderFrame, myHeaderLeftFrame, and myHeaderRightFrame.

§ ~GNEFrame()

GNEFrame::~GNEFrame ( )

destructor

Definition at line 87 of file GNEFrame.cpp.

References myFrameHeaderFont.

§ GNEFrame() [2/3]

GNEFrame::GNEFrame ( )
inlineprotected

FOX needs this.

Definition at line 82 of file GNEFrame.h.

§ GNEFrame() [3/3]

GNEFrame::GNEFrame ( const GNEFrame )
private

Invalidated copy constructor.

Member Function Documentation

§ getFrameHeaderFont()

FXFont * GNEFrame::getFrameHeaderFont ( ) const

get font of the header's frame

Definition at line 105 of file GNEFrame.cpp.

References myFrameHeaderFont.

§ getFrameHeaderLabel()

FXLabel * GNEFrame::getFrameHeaderLabel ( ) const

get the label for the frame's header

Definition at line 99 of file GNEFrame.cpp.

References myFrameHeaderLabel.

Referenced by GNEInspectorFrame::inspect().

§ getViewNet()

§ hide()

virtual void GNEFrame::hide ( )
pure virtual

§ operator=()

GNEFrame& GNEFrame::operator= ( const GNEFrame )
private

Invalidated assignment operator.

§ show()

virtual void GNEFrame::show ( )
pure virtual

Field Documentation

§ myContentFrame

FXVerticalFrame* GNEFrame::myContentFrame
protected

the panel to hold all member widgets

Definition at line 94 of file GNEFrame.h.

Referenced by GNEFrame().

§ myFrameHeaderFont

FXFont* GNEFrame::myFrameHeaderFont
protected

Font for the Header.

Definition at line 88 of file GNEFrame.h.

Referenced by getFrameHeaderFont(), GNEFrame(), and ~GNEFrame().

§ myFrameHeaderLabel

FXLabel* GNEFrame::myFrameHeaderLabel
protected

the label for the frame's header

Definition at line 91 of file GNEFrame.h.

Referenced by getFrameHeaderLabel(), GNEFrame(), and GNESelectorFrame::selectionUpdated().

§ myHeaderFrame

FXHorizontalFrame* GNEFrame::myHeaderFrame
protected

fame for header elements

Definition at line 97 of file GNEFrame.h.

Referenced by GNEFrame().

§ myHeaderLeftFrame

FXHorizontalFrame* GNEFrame::myHeaderLeftFrame
protected

fame for left header elements

Definition at line 100 of file GNEFrame.h.

Referenced by GNEFrame(), and GNEInspectorFrame::inspect().

§ myHeaderRightFrame

FXHorizontalFrame* GNEFrame::myHeaderRightFrame
protected

fame for right header elements

Definition at line 103 of file GNEFrame.h.

Referenced by GNEFrame().

§ myViewNet

GNEViewNet* GNEFrame::myViewNet
protected

the window to inform when the tls is modfied

Definition at line 85 of file GNEFrame.h.

Referenced by GNEAdditionalFrame::addAdditional(), GNETLSEditorFrame::buildIinternalLanes(), GNETLSEditorFrame::editJunction(), GNEAdditionalFrame::generateID(), GNESelectorFrame::getMatches(), getViewNet(), GNETLSEditorFrame::handleChange(), GNESelectorFrame::handleIDs(), GNEConnectorFrame::handleLaneClick(), GNETLSEditorFrame::handleMultiChange(), GNEConnectorFrame::hide(), GNETLSEditorFrame::hide(), GNESelectorFrame::hide(), GNEInspectorFrame::hide(), GNEAdditionalFrame::hide(), GNEConnectorFrame::initTargets(), GNEConnectorFrame::onCmdCancel(), GNETLSEditorFrame::onCmdCancel(), GNESelectorFrame::onCmdClear(), GNEConnectorFrame::onCmdClearSelectedConnections(), GNEInspectorFrame::onCmdCopyTemplate(), GNETLSEditorFrame::onCmdDefCreate(), GNETLSEditorFrame::onCmdDefDelete(), GNETLSEditorFrame::onCmdDefSwitch(), GNESelectorFrame::onCmdInvert(), GNESelectorFrame::onCmdLoad(), GNEConnectorFrame::onCmdOK(), GNETLSEditorFrame::onCmdOK(), GNETLSEditorFrame::onCmdPhaseSwitch(), GNEConnectorFrame::onCmdResetSelectedConnections(), GNESelectorFrame::onCmdScaleSelection(), GNEConnectorFrame::onCmdSelectConflicts(), GNEConnectorFrame::onCmdSelectDeadEnds(), GNEConnectorFrame::onCmdSelectDeadStarts(), GNEConnectorFrame::onCmdSelectPass(), GNEAdditionalFrame::removeAdditional(), GNEConnectorFrame::show(), GNETLSEditorFrame::show(), GNESelectorFrame::show(), GNEInspectorFrame::show(), and GNEAdditionalFrame::show().


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