|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::RadioBox Class Reference#include <RadioBox.h>
Inheritance diagram for acdk::wx::RadioBox:
List of all members.
Detailed Description
see wxRadioBox
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.7
- Date:
- Date
- 2005/02/05 10:45:35
|
Public Member Functions |
| RadioBox (IN(RWindow) parent, int id, IN(RString) title, IN(RPoint) pos=Point::defaultPosition(), IN(RSize) size=Size::defaultSize(), int majorDim=0, int style=OrientHorizontal, IN(RStringArray) choices=Nil, IN(RValidator) validator=Validator::defaultValidator(), IN(RString) name=RadioBox) |
void | setSelection (int n) |
int | getSelection () const |
RString | getStringSelection () const |
bool | setStringSelection (IN(RString) s) |
int | getCount () const |
int | findString (IN(RString) s) const |
RString | getString (int n) const |
void | setString (int n, IN(RString) label) |
void | enable (int n, bool enable=true) |
void | show (int n, bool show=true) |
Static Private Member Functions |
int | getLengthFromStringArray (IN(RStringArray) sa) |
wxString * | getWxStringFromStringArray (IN(RStringArray) sa) |
Constructor & Destructor Documentation
acdk::wx::RadioBox::RadioBox |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
IN(RString) |
title, |
|
|
IN(RPoint) |
pos = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize(), |
|
|
int |
majorDim = 0, |
|
|
int |
style = OrientHorizontal, |
|
|
IN(RStringArray) |
choices = Nil, |
|
|
IN(RValidator) |
validator = Validator::defaultValidator(), |
|
|
IN(RString) |
name = RadioBox |
|
) |
[inline] |
|
Member Function Documentation
void acdk::wx::RadioBox::enable |
( |
int |
n, |
|
|
bool |
enable = true |
|
) |
[inline] |
|
int acdk::wx::RadioBox::findString |
( |
IN(RString) |
s |
) |
const [inline] |
|
int acdk::wx::RadioBox::getCount |
( |
|
) |
const [inline] |
|
int acdk::wx::RadioBox::getLengthFromStringArray |
( |
IN(RStringArray) |
sa |
) |
[inline, static, private] |
|
int acdk::wx::RadioBox::getSelection |
( |
|
) |
const [inline] |
|
RString acdk::wx::RadioBox::getString |
( |
int |
n |
) |
const [inline] |
|
RString acdk::wx::RadioBox::getStringSelection |
( |
|
) |
const [inline] |
|
wxString* acdk::wx::RadioBox::getWxStringFromStringArray |
( |
IN(RStringArray) |
sa |
) |
[inline, static, private] |
|
void acdk::wx::RadioBox::setSelection |
( |
int |
n |
) |
[inline] |
|
void acdk::wx::RadioBox::setString |
( |
int |
n, |
|
|
IN(RString) |
label |
|
) |
[inline] |
|
bool acdk::wx::RadioBox::setStringSelection |
( |
IN(RString) |
s |
) |
[inline] |
|
void acdk::wx::RadioBox::show |
( |
int |
n, |
|
|
bool |
show = true |
|
) |
[inline] |
|
|
|