Eclipse SUMO - Simulation of Urban MObility
GNEOptionsDialogElements::InputInt Class Reference

input int More...

#include <GNEOptionsDialogElements.h>

Inheritance diagram for GNEOptionsDialogElements::InputInt:
[legend]
Collaboration diagram for GNEOptionsDialogElements::InputInt:
[legend]

Public Member Functions

void adjustNameSize ()
 adjust input name size More...
 
const std::string getDescriptionLower () const
 get description (Lower) More...
 
const std::string getNameLower () const
 get name (Lower) More...
 
const std::string & getTopic () const
 get topic More...
 
 InputInt (GNEOptionsDialog *GUIDialogOptions, FXComposite *parent, const std::string &topic, const std::string &name, const std::string &description, const std::string &defaultValue)
 
long onCmdResetOption (FXObject *, FXSelector, void *)
 called when user press reset button More...
 
long onCmdSetOption (FXObject *, FXSelector, void *)
 called when user set value in textField/button/checkBox More...
 
long onUpdResetOption (FXObject *, FXSelector, void *)
 update reset button More...
 
void restoreOption ()
 restore option More...
 
void updateOption ()
 update option More...
 

Protected Attributes

FXHorizontalFrame * myContentFrame = nullptr
 content frame More...
 
const std::string myDefaultValue
 default value More...
 
const std::string myDescription
 description More...
 
GNEOptionsDialogmyGUIDialogOptions = nullptr
 FOX needs this. More...
 
const std::string myName
 name More...
 
const std::string myTopic
 topic More...
 

Private Member Functions

std::string getValue () const
 get value More...
 

Private Attributes

FXTextField * myIntTextField = nullptr
 text field More...
 
MFXLabelTooltipmyNameLabel = nullptr
 tooltip label for name More...
 
FXButton * myResetButton = nullptr
 

Detailed Description

input int

Definition at line 198 of file GNEOptionsDialogElements.h.

Constructor & Destructor Documentation

◆ InputInt()

GNEOptionsDialogElements::InputInt::InputInt ( GNEOptionsDialog GUIDialogOptions,
FXComposite *  parent,
const std::string &  topic,
const std::string &  name,
const std::string &  description,
const std::string &  defaultValue 
)

Member Function Documentation

◆ adjustNameSize()

void GNEOptionsDialogElements::InputOption::adjustNameSize ( )
inherited

adjust input name size

Definition at line 86 of file GNEOptionsDialogElements.cpp.

References MARGIN, MINNAMEWIDTH, and GNEOptionsDialogElements::InputOption::myNameLabel.

◆ getDescriptionLower()

const std::string GNEOptionsDialogElements::InputOption::getDescriptionLower ( ) const
inherited

get description (Lower)

Definition at line 107 of file GNEOptionsDialogElements.cpp.

References StringUtils::to_lower_case().

◆ getNameLower()

const std::string GNEOptionsDialogElements::InputOption::getNameLower ( ) const
inherited

get name (Lower)

Definition at line 101 of file GNEOptionsDialogElements.cpp.

References StringUtils::to_lower_case().

◆ getTopic()

const std::string & GNEOptionsDialogElements::InputOption::getTopic ( ) const
inherited

get topic

Definition at line 95 of file GNEOptionsDialogElements.cpp.

◆ getValue()

std::string GNEOptionsDialogElements::InputInt::getValue ( ) const
privatevirtual

get value

Implements GNEOptionsDialogElements::InputOption.

Definition at line 331 of file GNEOptionsDialogElements.cpp.

◆ onCmdResetOption()

long GNEOptionsDialogElements::InputInt::onCmdResetOption ( FXObject *  ,
FXSelector  ,
void *   
)
virtual

called when user press reset button

Implements GNEOptionsDialogElements::InputOption.

Definition at line 324 of file GNEOptionsDialogElements.cpp.

◆ onCmdSetOption()

long GNEOptionsDialogElements::InputInt::onCmdSetOption ( FXObject *  ,
FXSelector  ,
void *   
)
virtual

called when user set value in textField/button/checkBox

Implements GNEOptionsDialogElements::InputOption.

Definition at line 311 of file GNEOptionsDialogElements.cpp.

◆ onUpdResetOption()

long GNEOptionsDialogElements::InputOption::onUpdResetOption ( FXObject *  ,
FXSelector  ,
void *   
)
inherited

update reset button

Definition at line 113 of file GNEOptionsDialogElements.cpp.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

◆ restoreOption()

void GNEOptionsDialogElements::InputInt::restoreOption ( )
virtual

restore option

Implements GNEOptionsDialogElements::InputOption.

Definition at line 305 of file GNEOptionsDialogElements.cpp.

References toString().

◆ updateOption()

void GNEOptionsDialogElements::InputInt::updateOption ( )
virtual

update option

Implements GNEOptionsDialogElements::InputOption.

Definition at line 299 of file GNEOptionsDialogElements.cpp.

References toString().

Referenced by InputInt().

Here is the caller graph for this function:

Field Documentation

◆ myContentFrame

◆ myDefaultValue

const std::string GNEOptionsDialogElements::InputOption::myDefaultValue
protectedinherited

default value

Definition at line 97 of file GNEOptionsDialogElements.h.

◆ myDescription

const std::string GNEOptionsDialogElements::InputOption::myDescription
protectedinherited

description

Definition at line 94 of file GNEOptionsDialogElements.h.

◆ myGUIDialogOptions

◆ myIntTextField

FXTextField* GNEOptionsDialogElements::InputInt::myIntTextField = nullptr
private

text field

Definition at line 222 of file GNEOptionsDialogElements.h.

Referenced by InputInt().

◆ myName

const std::string GNEOptionsDialogElements::InputOption::myName
protectedinherited

name

Definition at line 91 of file GNEOptionsDialogElements.h.

◆ myNameLabel

MFXLabelTooltip* GNEOptionsDialogElements::InputOption::myNameLabel = nullptr
privateinherited

tooltip label for name

Definition at line 107 of file GNEOptionsDialogElements.h.

Referenced by GNEOptionsDialogElements::InputOption::adjustNameSize().

◆ myResetButton

FXButton* GNEOptionsDialogElements::InputOption::myResetButton = nullptr
privateinherited

Definition at line 110 of file GNEOptionsDialogElements.h.

◆ myTopic

const std::string GNEOptionsDialogElements::InputOption::myTopic
protectedinherited

topic

Definition at line 88 of file GNEOptionsDialogElements.h.


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