![]() |
SUMO - Simulation of Urban MObility
|
Spinner control. More...
#include <FXRealSpinDial.h>
Public Types | |
enum | { ID_DIAL = FXPacker::ID_LAST, ID_INCREMENT, ID_DECREMENT, ID_ENTRY, ID_LAST } |
Public Member Functions | |
virtual void | create () |
Create server-side resources. More... | |
void | decrement (FXint incMode=SPINDIAL_INC_NORMAL) |
Decrement spinner. More... | |
virtual void | disable () |
Disable spinner. More... | |
virtual void | enable () |
Enable spinner. More... | |
FXRealSpinDial (FXComposite *p, FXint cols, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=SPINDIAL_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) | |
Construct a spinner. More... | |
FXdouble | getCoarseIncrement () const |
Return spinner increment. More... | |
FXColor | getCursorColor () const |
Return the cursor color. More... | |
virtual FXint | getDefaultHeight () |
Return default height. More... | |
virtual FXint | getDefaultWidth () |
Return default width. More... | |
const FXDial & | getDial () const |
FXColor | getDialColor () const |
Return color of the dial. More... | |
FXColor | getDownArrowColor () const |
Return color of the the down arrow. More... | |
FXdouble | getFineIncrement () const |
Return spinner increment. More... | |
FXFont * | getFont () const |
Get the text font. More... | |
FXString | getHelpText () const |
Get the status line help text for this spinner. More... | |
FXdouble | getIncrement () const |
Return spinner increment. More... | |
FXbool | getNumberFormatExponent () const |
Return whether the exponent is used in number display. More... | |
FXint | getNumberFormatPrecision () const |
Return the digits of precision used to display numbers. More... | |
FXString | getNumberFormatString () const |
Return the format string for number display. More... | |
void | getRange (FXdouble &lo, FXdouble &hi) const |
Get the spinner's current range. More... | |
FXColor | getSelBackColor () const |
Return selected background color. More... | |
FXColor | getSelTextColor () const |
Return selected text color. More... | |
FXuint | getSpinnerStyle () const |
Return current spinner style. More... | |
FXColor | getTextColor () const |
Return text color. More... | |
FXString | getTipText () const |
Get the tool tip message for this spinner. More... | |
FXColor | getUpArrowColor () const |
Return color of the up arrow. More... | |
FXdouble | getValue () const |
Return current value. More... | |
void | increment (FXint incMode=SPINDIAL_INC_NORMAL) |
Increment spinner. More... | |
FXbool | isCyclic () const |
Return TRUE if in cyclic mode. More... | |
FXbool | isDialVisible () const |
Return TRUE if dial is visible. More... | |
FXbool | isEditable () const |
Return TRUE if text field is editable. More... | |
FXbool | isTextVisible () const |
Return TRUE if text is visible. More... | |
virtual void | layout () |
Perform layout. More... | |
virtual void | load (FXStream &store) |
Load spinner from a stream. More... | |
long | onChgDial (FXObject *, FXSelector, void *) |
long | onChgEntry (FXObject *, FXSelector, void *) |
long | onCmdDecrement (FXObject *, FXSelector, void *) |
long | onCmdDial (FXObject *, FXSelector, void *) |
long | onCmdEntry (FXObject *, FXSelector, void *) |
long | onCmdGetIntRange (FXObject *, FXSelector, void *) |
long | onCmdGetIntValue (FXObject *, FXSelector, void *) |
long | onCmdGetRealRange (FXObject *, FXSelector, void *) |
long | onCmdGetRealValue (FXObject *, FXSelector, void *) |
long | onCmdIncrement (FXObject *, FXSelector, void *) |
long | onCmdSetIntRange (FXObject *, FXSelector, void *) |
long | onCmdSetIntValue (FXObject *, FXSelector, void *) |
long | onCmdSetRealRange (FXObject *, FXSelector, void *) |
long | onCmdSetRealValue (FXObject *, FXSelector, void *) |
long | onCmdSetValue (FXObject *, FXSelector, void *) |
long | onKeyPress (FXObject *, FXSelector, void *) |
long | onKeyRelease (FXObject *, FXSelector, void *) |
long | onMotion (FXObject *, FXSelector, void *) |
long | onMouseWheel (FXObject *, FXSelector, void *) |
long | onUpdDecrement (FXObject *, FXSelector, void *) |
long | onUpdDial (FXObject *, FXSelector, void *) |
long | onUpdEntry (FXObject *, FXSelector, void *) |
long | onUpdIncrement (FXObject *, FXSelector, void *) |
virtual void | save (FXStream &store) const |
Save spinner to a stream. More... | |
void | selectAll () |
Mark the text entry as selected. More... | |
void | setCoarseIncrement (FXdouble increment) |
Change spinner coarse adjustment increment (when SHIFT key held down) More... | |
void | setCursorColor (FXColor clr) |
Changes the cursor color. More... | |
void | setCyclic (FXbool cyclic) |
Set to cyclic mode, i.e. wrap around at maximum/minimum. More... | |
void | setDialColor (FXColor clr) |
Change color of the dial. More... | |
void | setDialVisible (FXbool shown) |
Set dial visible flag. More... | |
void | setDownArrowColor (FXColor clr) |
Change color of the down arrow. More... | |
void | setEditable (FXbool edit=TRUE) |
Allow editing of the text field. More... | |
void | setFineIncrement (FXdouble increment) |
Change spinner fine adjustment increment (when CTRL key held down) More... | |
void | setFont (FXFont *fnt) |
Set the text font. More... | |
void | setFormatString (const FXchar *fmt) |
void | setHelpText (const FXString &text) |
Set the status line help text for this spinner. More... | |
void | setIncrement (FXdouble increment) |
Change spinner increment. More... | |
void | setIncrements (FXdouble fine, FXdouble norm, FXdouble coarse) |
Change all spinner increment. More... | |
void | setNumberFormat (FXint prec, FXbool bExp=FALSE) |
void | setRange (FXdouble lo, FXdouble hi) |
Change the spinner's range. More... | |
void | setSelBackColor (FXColor clr) |
Change selected background color. More... | |
void | setSelTextColor (FXColor clr) |
Change selected text color. More... | |
void | setSpinnerStyle (FXuint style) |
Change spinner style. More... | |
void | setTextColor (FXColor clr) |
Change text color. More... | |
void | setTextVisible (FXbool shown) |
Set text visible flag. More... | |
void | setTipText (const FXString &text) |
Set the tool tip message for this spinner. More... | |
void | setUpArrowColor (FXColor clr) |
Change color of the up arrow. More... | |
virtual void | setValue (FXdouble value) |
Change current value. More... | |
virtual | ~FXRealSpinDial () |
Destructor. More... | |
Protected Member Functions | |
FXRealSpinDial () | |
Protected Attributes | |
FXDial * | dial |
FXint | dialpos |
FXArrowButton * | downButton |
FXdouble | incr [3] |
FXint | keystate |
FXdouble | pos |
FXdouble | range [2] |
FXRealSpinDialText * | textField |
FXArrowButton * | upButton |
Private Member Functions | |
FXRealSpinDial (const FXRealSpinDial &) | |
FXRealSpinDial & | operator= (const FXRealSpinDial &) |
Spinner control.
Definition at line 68 of file FXRealSpinDial.h.
anonymous enum |
Enumerator | |
---|---|
ID_DIAL | |
ID_INCREMENT | |
ID_DECREMENT | |
ID_ENTRY | |
ID_LAST |
Definition at line 111 of file FXRealSpinDial.h.
|
protected |
Definition at line 460 of file FXRealSpinDial.cpp.
|
private |
FX::FXRealSpinDial::FXRealSpinDial | ( | FXComposite * | p, |
FXint | cols, | ||
FXObject * | tgt = NULL , |
||
FXSelector | sel = 0 , |
||
FXuint | opts = SPINDIAL_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 |
||
) |
Construct a spinner.
Definition at line 477 of file FXRealSpinDial.cpp.
References dial, DIALINCR, dialpos, downButton, ID_DECREMENT, ID_DIAL, ID_ENTRY, ID_INCREMENT, incr, INTMAX, INTMIN, keystate, pos, range, FX::SPINDIAL_NOMAX, FX::SPINDIAL_NOMIN, textField, and upButton.
|
virtual |
Destructor.
Definition at line 1257 of file FXRealSpinDial.cpp.
References dial, downButton, textField, and upButton.
Referenced by getCoarseIncrement().
|
virtual |
Create server-side resources.
Definition at line 520 of file FXRealSpinDial.cpp.
void FX::FXRealSpinDial::decrement | ( | FXint | incMode = SPINDIAL_INC_NORMAL | ) |
Decrement spinner.
Definition at line 952 of file FXRealSpinDial.cpp.
References incr, pos, range, setValue(), FX::SPINDIAL_CYCLIC, and FX::SPINDIAL_LOG.
Referenced by onCmdDecrement(), onKeyPress(), and onMouseWheel().
|
virtual |
|
virtual |
|
inline |
Return spinner increment.
Definition at line 204 of file FXRealSpinDial.h.
References getCursorColor(), getDial(), getDialColor(), getDownArrowColor(), getFont(), getHelpText(), getNumberFormatExponent(), getNumberFormatPrecision(), getNumberFormatString(), getSelBackColor(), getSelTextColor(), getSpinnerStyle(), getTextColor(), getTipText(), getUpArrowColor(), isEditable(), load(), save(), selectAll(), setCursorColor(), setDialColor(), setDownArrowColor(), setEditable(), setFont(), setFormatString(), setHelpText(), setNumberFormat(), setSelBackColor(), setSelTextColor(), setSpinnerStyle(), setTextColor(), setTipText(), setUpArrowColor(), and ~FXRealSpinDial().
FXColor FX::FXRealSpinDial::getCursorColor | ( | ) | const |
Return the cursor color.
Definition at line 1206 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
|
virtual |
|
virtual |
Return default width.
Definition at line 504 of file FXRealSpinDial.cpp.
References DIALWIDTH, GAPWIDTH, FX::SPINDIAL_NOTEXT, and textField.
const FXDial & FXRealSpinDial::getDial | ( | ) | const |
Definition at line 1275 of file FXRealSpinDial.cpp.
References dial.
Referenced by getCoarseIncrement().
FXColor FX::FXRealSpinDial::getDialColor | ( | ) | const |
Return color of the dial.
Definition at line 1145 of file FXRealSpinDial.cpp.
References dial.
Referenced by getCoarseIncrement().
FXColor FX::FXRealSpinDial::getDownArrowColor | ( | ) | const |
Return color of the the down arrow.
Definition at line 1165 of file FXRealSpinDial.cpp.
References downButton.
Referenced by getCoarseIncrement().
|
inline |
Return spinner increment.
Definition at line 200 of file FXRealSpinDial.h.
FXFont * FX::FXRealSpinDial::getFont | ( | ) | const |
Get the text font.
Definition at line 1070 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
FXString FX::FXRealSpinDial::getHelpText | ( | ) | const |
Get the status line help text for this spinner.
Definition at line 1085 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
|
inline |
Return spinner increment.
Definition at line 196 of file FXRealSpinDial.h.
FXbool FX::FXRealSpinDial::getNumberFormatExponent | ( | ) | const |
Return whether the exponent is used in number display.
Definition at line 1218 of file FXRealSpinDial.cpp.
References FX::FXRealSpinDialText::getNumberFormatExponent(), and textField.
Referenced by getCoarseIncrement().
FXint FX::FXRealSpinDial::getNumberFormatPrecision | ( | ) | const |
Return the digits of precision used to display numbers.
Definition at line 1214 of file FXRealSpinDial.cpp.
References FX::FXRealSpinDialText::getNumberFormatPrecision(), and textField.
Referenced by getCoarseIncrement().
FXString FX::FXRealSpinDial::getNumberFormatString | ( | ) | const |
Return the format string for number display.
Definition at line 1226 of file FXRealSpinDial.cpp.
References FX::FXRealSpinDialText::getNumberFormatString(), and textField.
Referenced by getCoarseIncrement().
|
inline |
Get the spinner's current range.
Definition at line 181 of file FXRealSpinDial.h.
References increment(), setCoarseIncrement(), setFineIncrement(), setIncrement(), and setIncrements().
Referenced by onCmdGetRealRange().
FXColor FX::FXRealSpinDial::getSelBackColor | ( | ) | const |
Return selected background color.
Definition at line 1186 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
FXColor FX::FXRealSpinDial::getSelTextColor | ( | ) | const |
Return selected text color.
Definition at line 1196 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
FXuint FX::FXRealSpinDial::getSpinnerStyle | ( | ) | const |
Return current spinner style.
Definition at line 1123 of file FXRealSpinDial.cpp.
References SPINDIAL_MASK.
Referenced by getCoarseIncrement().
FXColor FX::FXRealSpinDial::getTextColor | ( | ) | const |
Return text color.
Definition at line 1176 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
FXString FX::FXRealSpinDial::getTipText | ( | ) | const |
Get the tool tip message for this spinner.
Definition at line 1101 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
FXColor FX::FXRealSpinDial::getUpArrowColor | ( | ) | const |
Return color of the up arrow.
Definition at line 1155 of file FXRealSpinDial.cpp.
References upButton.
Referenced by getCoarseIncrement().
|
inline |
Return current value.
Definition at line 173 of file FXRealSpinDial.h.
References pos, and setRange().
Referenced by GUIApplicationWindow::getDelay(), GUILaneSpeedTrigger::GUIManip_LaneSpeedTrigger::onCmdChangeOption(), GUIApplicationWindow::onCmdDelayToggle(), onCmdGetIntValue(), onCmdGetRealValue(), GNESelector::onCmdScaleSelection(), GUILaneSpeedTrigger::GUIManip_LaneSpeedTrigger::onCmdUserDef(), GUITriggeredRerouter::GUIManip_TriggeredRerouter::onCmdUserDef(), and GUIRunThread::run().
void FX::FXRealSpinDial::increment | ( | FXint | incMode = SPINDIAL_INC_NORMAL | ) |
Increment spinner.
Definition at line 929 of file FXRealSpinDial.cpp.
References incr, pos, range, setValue(), FX::SPINDIAL_CYCLIC, and FX::SPINDIAL_LOG.
Referenced by getRange(), onCmdIncrement(), onKeyPress(), and onMouseWheel().
FXbool FX::FXRealSpinDial::isCyclic | ( | ) | const |
Return TRUE if in cyclic mode.
Definition at line 975 of file FXRealSpinDial.cpp.
References FX::SPINDIAL_CYCLIC.
FXbool FX::FXRealSpinDial::isDialVisible | ( | ) | const |
Return TRUE if dial is visible.
FXbool FX::FXRealSpinDial::isEditable | ( | ) | const |
Return TRUE if text field is editable.
Definition at line 1135 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
FXbool FX::FXRealSpinDial::isTextVisible | ( | ) | const |
Return TRUE if text is visible.
Definition at line 1048 of file FXRealSpinDial.cpp.
References textField.
|
virtual |
Perform layout.
Definition at line 546 of file FXRealSpinDial.cpp.
References BUTTONWIDTH, dial, DIALWIDTH, downButton, GAPWIDTH, FX::SPINDIAL_NOBUTTONS, FX::SPINDIAL_NODIAL, FX::SPINDIAL_NOTEXT, textField, and upButton.
|
virtual |
Load spinner from a stream.
Definition at line 1244 of file FXRealSpinDial.cpp.
References dial, downButton, incr, load(), pos, range, textField, and upButton.
Referenced by getCoarseIncrement().
long FX::FXRealSpinDial::onChgDial | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 608 of file FXRealSpinDial.cpp.
References dial, DIALINCR, DIALMULT, dialpos, incr, pos, range, setValue(), FX::SPINDIAL_CYCLIC, and FX::SPINDIAL_LOG.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onChgEntry | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 764 of file FXRealSpinDial.cpp.
References pos, range, and textField.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdDecrement | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 716 of file FXRealSpinDial.cpp.
References decrement(), keystate, pos, FX::SPINDIAL_INC_COARSE, FX::SPINDIAL_INC_FINE, and FX::SPINDIAL_INC_NORMAL.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdDial | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 661 of file FXRealSpinDial.cpp.
long FX::FXRealSpinDial::onCmdEntry | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 783 of file FXRealSpinDial.cpp.
References pos, and textField.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdGetIntRange | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 892 of file FXRealSpinDial.cpp.
References range.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdGetIntValue | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 876 of file FXRealSpinDial.cpp.
References getValue().
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdGetRealRange | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 921 of file FXRealSpinDial.cpp.
References getRange().
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdGetRealValue | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 907 of file FXRealSpinDial.cpp.
References getValue().
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdIncrement | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 684 of file FXRealSpinDial.cpp.
References increment(), keystate, pos, FX::SPINDIAL_INC_COARSE, FX::SPINDIAL_INC_FINE, and FX::SPINDIAL_INC_NORMAL.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdSetIntRange | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 883 of file FXRealSpinDial.cpp.
References setRange().
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdSetIntValue | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 869 of file FXRealSpinDial.cpp.
References setValue().
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdSetRealRange | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 914 of file FXRealSpinDial.cpp.
References setRange().
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdSetRealValue | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 900 of file FXRealSpinDial.cpp.
References setValue().
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onCmdSetValue | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 862 of file FXRealSpinDial.cpp.
References setValue().
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onKeyPress | ( | FXObject * | sender, |
FXSelector | sel, | ||
void * | ptr | ||
) |
Definition at line 793 of file FXRealSpinDial.cpp.
References decrement(), increment(), keystate, pos, FX::SPINDIAL_INC_COARSE, FX::SPINDIAL_INC_FINE, FX::SPINDIAL_INC_NORMAL, and textField.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onKeyRelease | ( | FXObject * | sender, |
FXSelector | sel, | ||
void * | ptr | ||
) |
Definition at line 832 of file FXRealSpinDial.cpp.
References keystate, and textField.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onMotion | ( | FXObject * | , |
FXSelector | , | ||
void * | ptr | ||
) |
Definition at line 853 of file FXRealSpinDial.cpp.
References keystate.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onMouseWheel | ( | FXObject * | , |
FXSelector | , | ||
void * | p | ||
) |
Definition at line 742 of file FXRealSpinDial.cpp.
References decrement(), increment(), keystate, pos, FX::SPINDIAL_INC_COARSE, FX::SPINDIAL_INC_FINE, and FX::SPINDIAL_INC_NORMAL.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onUpdDecrement | ( | FXObject * | sender, |
FXSelector | , | ||
void * | |||
) |
Definition at line 705 of file FXRealSpinDial.cpp.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onUpdDial | ( | FXObject * | sender, |
FXSelector | , | ||
void * | |||
) |
Definition at line 597 of file FXRealSpinDial.cpp.
References pos, range, and FX::SPINDIAL_CYCLIC.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onUpdEntry | ( | FXObject * | , |
FXSelector | , | ||
void * | |||
) |
Definition at line 738 of file FXRealSpinDial.cpp.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
long FX::FXRealSpinDial::onUpdIncrement | ( | FXObject * | sender, |
FXSelector | , | ||
void * | |||
) |
Definition at line 673 of file FXRealSpinDial.cpp.
Referenced by FX::FXRealSpinDialText::onCmdSetRealValue().
|
private |
|
virtual |
Save spinner to a stream.
Definition at line 1231 of file FXRealSpinDial.cpp.
References dial, downButton, incr, pos, range, textField, and upButton.
Referenced by getCoarseIncrement().
void FXRealSpinDial::selectAll | ( | ) |
Mark the text entry as selected.
Definition at line 1268 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setCoarseIncrement | ( | FXdouble | increment | ) |
Change spinner coarse adjustment increment (when SHIFT key held down)
Definition at line 1031 of file FXRealSpinDial.cpp.
References incr.
Referenced by getRange().
void FX::FXRealSpinDial::setCursorColor | ( | FXColor | clr | ) |
Changes the cursor color.
Definition at line 1201 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setCyclic | ( | FXbool | cyclic | ) |
Set to cyclic mode, i.e. wrap around at maximum/minimum.
Definition at line 981 of file FXRealSpinDial.cpp.
References FX::SPINDIAL_CYCLIC.
void FX::FXRealSpinDial::setDialColor | ( | FXColor | clr | ) |
Change color of the dial.
Definition at line 1140 of file FXRealSpinDial.cpp.
References dial.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setDialVisible | ( | FXbool | shown | ) |
Set dial visible flag.
void FX::FXRealSpinDial::setDownArrowColor | ( | FXColor | clr | ) |
Change color of the down arrow.
Definition at line 1160 of file FXRealSpinDial.cpp.
References downButton.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setEditable | ( | FXbool | edit = TRUE | ) |
Allow editing of the text field.
Definition at line 1129 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setFineIncrement | ( | FXdouble | increment | ) |
Change spinner fine adjustment increment (when CTRL key held down)
Definition at line 1025 of file FXRealSpinDial.cpp.
References incr.
Referenced by getRange().
void FX::FXRealSpinDial::setFont | ( | FXFont * | fnt | ) |
Set the text font.
Definition at line 1064 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setFormatString | ( | const FXchar * | fmt | ) |
Set a format string for number display, using printf syntax. Format must contain no more than one fmt pattern. Calling this overrides the simple precision/exponent number format.
Definition at line 1222 of file FXRealSpinDial.cpp.
References FX::FXRealSpinDialText::setFormatString(), and textField.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setHelpText | ( | const FXString & | text | ) |
Set the status line help text for this spinner.
Definition at line 1076 of file FXRealSpinDial.cpp.
References dial, downButton, textField, and upButton.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setIncrement | ( | FXdouble | increment | ) |
Change spinner increment.
Definition at line 1019 of file FXRealSpinDial.cpp.
References incr.
Referenced by getRange().
void FX::FXRealSpinDial::setIncrements | ( | FXdouble | fine, |
FXdouble | norm, | ||
FXdouble | coarse | ||
) |
Change all spinner increment.
Definition at line 1037 of file FXRealSpinDial.cpp.
References incr.
Referenced by GUIApplicationWindow::buildToolBars(), and getRange().
void FX::FXRealSpinDial::setNumberFormat | ( | FXint | prec, |
FXbool | bExp = FALSE |
||
) |
Set the precision and exponent display for numbers Calling this overrides the number format string.
Definition at line 1210 of file FXRealSpinDial.cpp.
References FX::FXRealSpinDialText::setNumberFormat(), and textField.
Referenced by GUIApplicationWindow::buildToolBars(), and getCoarseIncrement().
void FX::FXRealSpinDial::setRange | ( | FXdouble | lo, |
FXdouble | hi | ||
) |
Change the spinner's range.
Definition at line 991 of file FXRealSpinDial.cpp.
References pos, range, and setValue().
Referenced by GUIApplicationWindow::buildToolBars(), getValue(), onCmdSetIntRange(), and onCmdSetRealRange().
void FX::FXRealSpinDial::setSelBackColor | ( | FXColor | clr | ) |
Change selected background color.
Definition at line 1181 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setSelTextColor | ( | FXColor | clr | ) |
Change selected text color.
Definition at line 1191 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setSpinnerStyle | ( | FXuint | style | ) |
Change spinner style.
Definition at line 1107 of file FXRealSpinDial.cpp.
References range, SPINDIAL_MASK, FX::SPINDIAL_NOMAX, and FX::SPINDIAL_NOMIN.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setTextColor | ( | FXColor | clr | ) |
Change text color.
Definition at line 1171 of file FXRealSpinDial.cpp.
References textField.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setTextVisible | ( | FXbool | shown | ) |
Set text visible flag.
Definition at line 1054 of file FXRealSpinDial.cpp.
References FX::SPINDIAL_NOTEXT.
void FX::FXRealSpinDial::setTipText | ( | const FXString & | text | ) |
Set the tool tip message for this spinner.
Definition at line 1091 of file FXRealSpinDial.cpp.
References dial, downButton, textField, and upButton.
Referenced by getCoarseIncrement().
void FX::FXRealSpinDial::setUpArrowColor | ( | FXColor | clr | ) |
Change color of the up arrow.
Definition at line 1150 of file FXRealSpinDial.cpp.
References upButton.
Referenced by getCoarseIncrement().
|
virtual |
Change current value.
Definition at line 1004 of file FXRealSpinDial.cpp.
References pos, range, and textField.
Referenced by GUIApplicationWindow::buildToolBars(), decrement(), GUIApplicationWindow::handleEvent_SimulationLoaded(), increment(), onChgDial(), GUIApplicationWindow::onCmdDelayToggle(), onCmdSetIntValue(), onCmdSetRealValue(), onCmdSetValue(), GUIApplicationWindow::setDelay(), and setRange().
|
protected |
Definition at line 74 of file FXRealSpinDial.h.
Referenced by disable(), enable(), FXRealSpinDial(), getDial(), getDialColor(), layout(), load(), onChgDial(), onCmdDial(), save(), setDialColor(), setHelpText(), setTipText(), and ~FXRealSpinDial().
|
protected |
Definition at line 78 of file FXRealSpinDial.h.
Referenced by FXRealSpinDial(), onChgDial(), and onCmdDial().
|
protected |
Definition at line 73 of file FXRealSpinDial.h.
Referenced by FXRealSpinDial(), getDownArrowColor(), layout(), load(), save(), setDownArrowColor(), setHelpText(), setTipText(), and ~FXRealSpinDial().
|
protected |
Definition at line 76 of file FXRealSpinDial.h.
Referenced by decrement(), FXRealSpinDial(), increment(), load(), onChgDial(), save(), setCoarseIncrement(), setFineIncrement(), setIncrement(), and setIncrements().
|
protected |
Definition at line 79 of file FXRealSpinDial.h.
Referenced by FXRealSpinDial(), onCmdDecrement(), onCmdIncrement(), onKeyPress(), onKeyRelease(), onMotion(), and onMouseWheel().
|
protected |
Definition at line 77 of file FXRealSpinDial.h.
Referenced by decrement(), FXRealSpinDial(), getValue(), increment(), load(), onChgDial(), onChgEntry(), onCmdDecrement(), onCmdEntry(), onCmdIncrement(), onKeyPress(), onMouseWheel(), onUpdDecrement(), onUpdDial(), onUpdIncrement(), save(), setRange(), and setValue().
|
protected |
Definition at line 75 of file FXRealSpinDial.h.
Referenced by decrement(), FXRealSpinDial(), increment(), load(), onChgDial(), onChgEntry(), onCmdGetIntRange(), onUpdDecrement(), onUpdDial(), onUpdIncrement(), save(), setRange(), setSpinnerStyle(), and setValue().
|
protected |
Definition at line 71 of file FXRealSpinDial.h.
Referenced by disable(), enable(), FXRealSpinDial(), getCursorColor(), getDefaultHeight(), getDefaultWidth(), getFont(), getHelpText(), getNumberFormatExponent(), getNumberFormatPrecision(), getNumberFormatString(), getSelBackColor(), getSelTextColor(), getTextColor(), getTipText(), isEditable(), isTextVisible(), layout(), load(), onChgEntry(), onCmdEntry(), onKeyPress(), onKeyRelease(), save(), selectAll(), setCursorColor(), setEditable(), setFont(), setFormatString(), setHelpText(), setNumberFormat(), setSelBackColor(), setSelTextColor(), setTextColor(), setTipText(), setValue(), and ~FXRealSpinDial().
|
protected |
Definition at line 72 of file FXRealSpinDial.h.
Referenced by FXRealSpinDial(), getUpArrowColor(), layout(), load(), save(), setHelpText(), setTipText(), setUpArrowColor(), and ~FXRealSpinDial().