SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
GNEInspectorFrame::AttrConnection Class Reference

#include <GNEInspectorFrame.h>

Inheritance diagram for GNEInspectorFrame::AttrConnection:
Inheritance graph
Collaboration diagram for GNEInspectorFrame::AttrConnection:
Collaboration graph

Public Member Functions

 AttrConnection (FXComposite *parent, GNEInspectorFrame *inspectorFrameParent)
 FOX-declaration. More...
 
void hideAttrConnection ()
 show attribute More...
 
long onCmdInspectConnection (FXObject *, FXSelector, void *)
 inspect connection More...
 
long onCmdSetShowConnection (FXObject *, FXSelector, void *)
 set show connection attribute More...
 
void showConnections (GNEConnection *connection)
 show attribute More...
 
 ~AttrConnection ()
 destructor More...
 

Protected Member Functions

 AttrConnection ()
 FOX needs this. More...
 

Private Member Functions

void hide ()
 set hide as private function More...
 
void show ()
 set show as private function More...
 

Private Attributes

GNEConnectionmyConnection
 pointer to current connection More...
 
FXLabel * myConnectionInfoLabel
 Label for show information of connection. More...
 
FXButton * myInspectConnection
 FXCheckBox to hide/show connection individually. More...
 
GNEInspectorFramemyInspectorFrameParent
 pointer to inspectorFrame Parent More...
 
FXCheckButton * myShowConnection
 FXCheckBox to hide/show connection individually. More...
 

Detailed Description

Definition at line 181 of file GNEInspectorFrame.h.

Constructor & Destructor Documentation

GNEInspectorFrame::AttrConnection::AttrConnection ( FXComposite *  parent,
GNEInspectorFrame inspectorFrameParent 
)
GNEInspectorFrame::AttrConnection::~AttrConnection ( )

destructor

Definition at line 725 of file GNEInspectorFrame.cpp.

GNEInspectorFrame::AttrConnection::AttrConnection ( )
inlineprotected

FOX needs this.

Definition at line 206 of file GNEInspectorFrame.h.

Member Function Documentation

void GNEInspectorFrame::AttrConnection::hide ( )
private

set hide as private function

Definition at line 789 of file GNEInspectorFrame.cpp.

void GNEInspectorFrame::AttrConnection::hideAttrConnection ( )

show attribute

Definition at line 749 of file GNEInspectorFrame.cpp.

References GNEInspectorFrame::hide().

long GNEInspectorFrame::AttrConnection::onCmdInspectConnection ( FXObject *  ,
FXSelector  ,
void *   
)

inspect connection

Definition at line 771 of file GNEInspectorFrame.cpp.

long GNEInspectorFrame::AttrConnection::onCmdSetShowConnection ( FXObject *  ,
FXSelector  ,
void *   
)

set show connection attribute

Definition at line 758 of file GNEInspectorFrame.cpp.

void GNEInspectorFrame::AttrConnection::show ( )
private

set show as private function

Definition at line 783 of file GNEInspectorFrame.cpp.

void GNEInspectorFrame::AttrConnection::showConnections ( GNEConnection connection)

Field Documentation

GNEConnection* GNEInspectorFrame::AttrConnection::myConnection
private

pointer to current connection

Definition at line 213 of file GNEInspectorFrame.h.

FXLabel* GNEInspectorFrame::AttrConnection::myConnectionInfoLabel
private

Label for show information of connection.

Definition at line 216 of file GNEInspectorFrame.h.

Referenced by AttrConnection().

FXButton* GNEInspectorFrame::AttrConnection::myInspectConnection
private

FXCheckBox to hide/show connection individually.

Definition at line 222 of file GNEInspectorFrame.h.

Referenced by AttrConnection().

GNEInspectorFrame* GNEInspectorFrame::AttrConnection::myInspectorFrameParent
private

pointer to inspectorFrame Parent

Definition at line 210 of file GNEInspectorFrame.h.

FXCheckButton* GNEInspectorFrame::AttrConnection::myShowConnection
private

FXCheckBox to hide/show connection individually.

Definition at line 219 of file GNEInspectorFrame.h.

Referenced by AttrConnection().


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