Eclipse SUMO - Simulation of Urban MObility
GUIDialog_Options::InputFloat Class Reference

#include <GUIDialog_Options.h>

Inheritance diagram for GUIDialog_Options::InputFloat:
Collaboration diagram for GUIDialog_Options::InputFloat:

Public Member Functions

 InputFloat (FXComposite *parent, const std::string &name)
 FOX-declaration. More...
 
long onCmdSetOption (FXObject *, FXSelector, void *)
 try to set new attribute value More...
 

Private Attributes

std::string myName
 name More...
 
FXTextField * myTextField
 text field More...
 

Detailed Description

Definition at line 118 of file GUIDialog_Options.h.

Constructor & Destructor Documentation

◆ InputFloat()

GUIDialog_Options::InputFloat::InputFloat ( FXComposite *  parent,
const std::string &  name 
)

Member Function Documentation

◆ onCmdSetOption()

long GUIDialog_Options::InputFloat::onCmdSetOption ( FXObject *  ,
FXSelector  ,
void *   
)

try to set new attribute value

Definition at line 179 of file GUIDialog_Options.cpp.

References OptionsCont::getOptions(), OptionsCont::resetWritable(), and OptionsCont::set().

Field Documentation

◆ myName

std::string GUIDialog_Options::InputFloat::myName
private

name

Definition at line 134 of file GUIDialog_Options.h.

◆ myTextField

FXTextField* GUIDialog_Options::InputFloat::myTextField
private

text field

Definition at line 137 of file GUIDialog_Options.h.

Referenced by InputFloat().


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