|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::SpinCtrl Class Reference#include <SpinCtrl.h>
Inheritance diagram for acdk::wx::SpinCtrl:
List of all members.
Detailed Description
see wxSpinCtrl
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.8
- Date:
- Date
- 2005/02/05 10:45:35
|
Public Member Functions |
| SpinCtrl (IN(RWindow) parent, int id, IN(RString) value=, IN(RPoint) pos=Point::defaultPosition(), IN(RSize) size=Size::defaultSize(), int style=SpArrowKeys, int min=0, int max=100, int initial=0, IN(RString) name=SpinCtrl) |
void | setValue (IN(RString) text) |
int | getValue () const |
int | getMin () const |
int | getMax () const |
void | setValue (int val) |
void | setRange (int minVal, int maxVal) |
bool | isVertical () const |
Constructor & Destructor Documentation
acdk::wx::SpinCtrl::SpinCtrl |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
IN(RString) |
value = , |
|
|
IN(RPoint) |
pos = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize(), |
|
|
int |
style = SpArrowKeys, |
|
|
int |
min = 0, |
|
|
int |
max = 100, |
|
|
int |
initial = 0, |
|
|
IN(RString) |
name = SpinCtrl |
|
) |
[inline] |
|
Member Function Documentation
int acdk::wx::SpinCtrl::getMax |
( |
|
) |
const [inline] |
|
int acdk::wx::SpinCtrl::getMin |
( |
|
) |
const [inline] |
|
int acdk::wx::SpinCtrl::getValue |
( |
|
) |
const [inline] |
|
bool acdk::wx::SpinCtrl::isVertical |
( |
|
) |
const [inline] |
|
void acdk::wx::SpinCtrl::setRange |
( |
int |
minVal, |
|
|
int |
maxVal |
|
) |
[inline] |
|
void acdk::wx::SpinCtrl::setValue |
( |
int |
val |
) |
[inline] |
|
void acdk::wx::SpinCtrl::setValue |
( |
IN(RString) |
text |
) |
[inline] |
|
|
|