![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXRealSpinner.h>
See also:
FX::FXRealSpinner::FXRealSpinner | ( | 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 | |||
) |
Construct a spinner.
virtual FX::FXRealSpinner::~FXRealSpinner | ( | ) | [virtual] |
Destructor.
virtual void FX::FXRealSpinner::layout | ( | ) | [virtual] |
virtual void FX::FXRealSpinner::disable | ( | ) | [virtual] |
virtual void FX::FXRealSpinner::enable | ( | ) | [virtual] |
virtual FXint FX::FXRealSpinner::getDefaultWidth | ( | ) | [virtual] |
virtual FXint FX::FXRealSpinner::getDefaultHeight | ( | ) | [virtual] |
void FX::FXRealSpinner::increment | ( | FXbool | notify = FALSE |
) |
Increment spinner.
Increment spinner by certain amount.
void FX::FXRealSpinner::decrement | ( | FXbool | notify = FALSE |
) |
Decrement spinner.
Decrement spinner by certain amount.
FXbool FX::FXRealSpinner::isCyclic | ( | ) | const |
Return TRUE if in cyclic mode.
void FX::FXRealSpinner::setCyclic | ( | FXbool | cyclic | ) |
Set to cyclic mode, i.e. wrap around at maximum/minimum.
FXbool FX::FXRealSpinner::isTextVisible | ( | ) | const |
Return TRUE if text is visible.
void FX::FXRealSpinner::setTextVisible | ( | FXbool | shown | ) |
Set text visible flag.
Change current value.
FXdouble FX::FXRealSpinner::getValue | ( | ) | const [inline] |
Return current value.
Change the spinner's range.
Get the spinner's current range.
void FX::FXRealSpinner::setIncrement | ( | FXdouble | increment | ) |
Change spinner increment.
FXdouble FX::FXRealSpinner::getIncrement | ( | ) | const [inline] |
Return spinner increment.
void FX::FXRealSpinner::setGranularity | ( | FXdouble | gr | ) |
Change spinner granularity.
FXdouble FX::FXRealSpinner::getGranularity | ( | ) | const [inline] |
Return spinner granularity.
void FX::FXRealSpinner::setFont | ( | FXFont * | fnt | ) |
Set the text font.
FXFont* FX::FXRealSpinner::getFont | ( | ) | const |
Get the text font.
void FX::FXRealSpinner::setHelpText | ( | const FXString & | text | ) |
Set the status line help text for this spinner.
const FXString& FX::FXRealSpinner::getHelpText | ( | ) | const |
Get the status line help text for this spinner.
void FX::FXRealSpinner::setTipText | ( | const FXString & | text | ) |
Set the tool tip message for this spinner.
const FXString& FX::FXRealSpinner::getTipText | ( | ) | const |
Get the tool tip message for this spinner.
void FX::FXRealSpinner::setSpinnerStyle | ( | FXuint | style | ) |
Change spinner style.
FXuint FX::FXRealSpinner::getSpinnerStyle | ( | ) | const |
Return current spinner style.
void FX::FXRealSpinner::setEditable | ( | FXbool | edit = TRUE |
) |
Allow editing of the text field.
FXbool FX::FXRealSpinner::isEditable | ( | ) | const |
Return TRUE if text field is editable.
void FX::FXRealSpinner::setUpArrowColor | ( | FXColor | clr | ) |
Change color of the up arrow.
FXColor FX::FXRealSpinner::getUpArrowColor | ( | ) | const |
Return color of the up arrow.
void FX::FXRealSpinner::setDownArrowColor | ( | FXColor | clr | ) |
Change color of the down arrow.
FXColor FX::FXRealSpinner::getDownArrowColor | ( | ) | const |
Return color of the the down arrow.
void FX::FXRealSpinner::setTextColor | ( | FXColor | clr | ) |
Change text color.
FXColor FX::FXRealSpinner::getTextColor | ( | ) | const |
Return text color.
void FX::FXRealSpinner::setSelBackColor | ( | FXColor | clr | ) |
Change selected background color.
FXColor FX::FXRealSpinner::getSelBackColor | ( | ) | const |
Return selected background color.
void FX::FXRealSpinner::setSelTextColor | ( | FXColor | clr | ) |
Change selected text color.
FXColor FX::FXRealSpinner::getSelTextColor | ( | ) | const |
Return selected text color.
void FX::FXRealSpinner::setCursorColor | ( | FXColor | clr | ) |
Changes the cursor color.
FXColor FX::FXRealSpinner::getCursorColor | ( | ) | const |
Return the cursor color.
void FX::FXRealSpinner::setNumColumns | ( | FXint | cols | ) |
Change width of text field in terms of number of columns * `m'.
FXint FX::FXRealSpinner::getNumColumns | ( | ) | const |
Return number of columns.
virtual void FX::FXRealSpinner::save | ( | FXStream & | store | ) | const [virtual] |
virtual void FX::FXRealSpinner::load | ( | FXStream & | store | ) | [virtual] |
![]() |