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

#include <GUIDialog_Options.h>

Inheritance diagram for GUIDialog_Options::InputIntVector:
[legend]
Collaboration diagram for GUIDialog_Options::InputIntVector:
[legend]

Public Member Functions

 InputIntVector (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 140 of file GUIDialog_Options.h.

Constructor & Destructor Documentation

◆ InputIntVector()

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

Member Function Documentation

◆ onCmdSetOption()

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

try to set new attribute value

Definition at line 215 of file GUIDialog_Options.cpp.

References OptionsCont::getOptions(), StringTokenizer::getVector(), OptionsCont::resetWritable(), OptionsCont::set(), and StringUtils::toInt().

Referenced by FXDEFMAP().

Here is the caller graph for this function:

Field Documentation

◆ myName

std::string GUIDialog_Options::InputIntVector::myName
private

name

Definition at line 156 of file GUIDialog_Options.h.

◆ myTextField

FXTextField* GUIDialog_Options::InputIntVector::myTextField
private

text field

Definition at line 159 of file GUIDialog_Options.h.

Referenced by InputIntVector().


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