|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Gauge Class Reference#include <Gauge.h>
Inheritance diagram for acdk::wx::Gauge:
List of all members.
Detailed Description
see wxGauge
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.5
- Date:
- Date
- 2005/02/05 10:45:35
Constructor & Destructor Documentation
acdk::wx::Gauge::Gauge |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
int |
range, |
|
|
IN(RPoint) |
pos = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize(), |
|
|
int |
style = OrientHorizontal, |
|
|
IN(RStringArray) |
choices = Nil, |
|
|
IN(RValidator) |
validator = Validator::defaultValidator(), |
|
|
IN(RString) |
name = Gauge |
|
) |
[inline] |
|
Member Function Documentation
bool acdk::wx::Gauge::acceptsFocus |
( |
|
) |
const [inline] |
|
int acdk::wx::Gauge::getBezelFace |
( |
|
) |
const [inline] |
|
int acdk::wx::Gauge::getRange |
( |
|
) |
const [inline] |
|
int acdk::wx::Gauge::getShadowWidth |
( |
|
) |
const [inline] |
|
int acdk::wx::Gauge::getValue |
( |
|
) |
const [inline] |
|
bool acdk::wx::Gauge::setBackgroundColour |
( |
IN(RColour) |
col |
) |
[inline] |
|
void acdk::wx::Gauge::setBezelFace |
( |
int |
w |
) |
[inline] |
|
bool acdk::wx::Gauge::setForegroundColour |
( |
IN(RColour) |
col |
) |
[inline] |
|
void acdk::wx::Gauge::setRange |
( |
int |
r |
) |
[inline] |
|
void acdk::wx::Gauge::setShadowWidth |
( |
int |
w |
) |
[inline] |
|
void acdk::wx::Gauge::setValue |
( |
int |
pos |
) |
[inline] |
|
|
|