Eclipse SUMO - Simulation of Urban MObility
MFXRealSpinner Class Reference

#include <MFXRealSpinner.h>

Inheritance diagram for MFXRealSpinner:
[legend]
Collaboration diagram for MFXRealSpinner:
[legend]

Public Member Functions

 MFXRealSpinner (FXComposite *p, FXint cols, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=REALSPIN_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD, FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD)
 fox declaration More...
 
long onKeyPress (FXObject *o, FXSelector sel, void *data)
 called when this MFXRealSpinner is updated More...
 
 ~MFXRealSpinner ()
 destructor (Called automatically) More...
 

Detailed Description

Definition at line 28 of file MFXRealSpinner.h.

Constructor & Destructor Documentation

◆ MFXRealSpinner()

MFXRealSpinner::MFXRealSpinner ( FXComposite *  p,
FXint  cols,
FXObject *  tgt = NULL,
FXSelector  sel = 0,
FXuint  opts = REALSPIN_NORMAL,
FXint  x = 0,
FXint  y = 0,
FXint  w = 0,
FXint  h = 0,
FXint  pl = DEFAULT_PAD,
FXint  pr = DEFAULT_PAD,
FXint  pt = DEFAULT_PAD,
FXint  pb = DEFAULT_PAD 
)

fox declaration

constructor (Very similar to the FXButton constructor)

Definition at line 35 of file MFXRealSpinner.cpp.

◆ ~MFXRealSpinner()

MFXRealSpinner::~MFXRealSpinner ( )

destructor (Called automatically)

Definition at line 40 of file MFXRealSpinner.cpp.

Member Function Documentation

◆ onKeyPress()

long MFXRealSpinner::onKeyPress ( FXObject *  o,
FXSelector  sel,
void *  data 
)

called when this MFXRealSpinner is updated

Definition at line 44 of file MFXRealSpinner.cpp.

References KEY_a, and KEY_z.

Referenced by FXDEFMAP().

Here is the caller graph for this function:

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