|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::ComboBox Class Reference#include <ComboBox.h>
Inheritance diagram for acdk::wx::ComboBox:
List of all members.
Detailed Description
see wxComboBox
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.7
- Date:
- Date
- 2005/02/05 10:45:34
|
Public Member Functions |
| ComboBox (IN(RWindow) parent, int id, IN(RString) value=, IN(RPoint) pos=Point::defaultPosition(), IN(RSize) size=Size::defaultSize(), int style=0, IN(RStringArray) choices=Nil, IN(RValidator) validator=Validator::defaultValidator(), IN(RString) name=ComboBox) |
void | append (IN(RString) item) |
void | deleteItem (int n) |
void | clear () |
int | getCount () const |
int | getSelection () const |
int | findString (IN(RString) s) |
RString | getString (int n) const |
RString | getStringSelection () const |
void | setStringSelection (IN(RString) s) |
RString | getValue () const |
void | setValue (IN(RString) value) |
void | copy () |
void | cut () |
void | paste () |
void | setInsertionPoint (int pos) |
void | setInsertionPointEnd () |
int | getInsertionPoint () const |
int | getLastPosition () const |
void | replace (int from, int to, IN(RString) value) |
void | remove (int from, int to) |
void | setSelection (int n) |
void | setSelection (int from, int to) |
void | setEditable (bool editable) |
Constructor & Destructor Documentation
Member Function Documentation
void acdk::wx::ComboBox::append |
( |
IN(RString) |
item |
) |
[inline] |
|
void acdk::wx::ComboBox::clear |
( |
|
) |
[inline] |
|
void acdk::wx::ComboBox::copy |
( |
|
) |
[inline] |
|
void acdk::wx::ComboBox::cut |
( |
|
) |
[inline] |
|
void acdk::wx::ComboBox::deleteItem |
( |
int |
n |
) |
[inline] |
|
int acdk::wx::ComboBox::findString |
( |
IN(RString) |
s |
) |
[inline] |
|
int acdk::wx::ComboBox::getCount |
( |
|
) |
const [inline] |
|
int acdk::wx::ComboBox::getInsertionPoint |
( |
|
) |
const [inline] |
|
int acdk::wx::ComboBox::getLastPosition |
( |
|
) |
const [inline] |
|
int acdk::wx::ComboBox::getSelection |
( |
|
) |
const [inline] |
|
RString acdk::wx::ComboBox::getString |
( |
int |
n |
) |
const [inline] |
|
RString acdk::wx::ComboBox::getStringSelection |
( |
|
) |
const [inline] |
|
RString acdk::wx::ComboBox::getValue |
( |
|
) |
const [inline] |
|
void acdk::wx::ComboBox::paste |
( |
|
) |
[inline] |
|
void acdk::wx::ComboBox::remove |
( |
int |
from, |
|
|
int |
to |
|
) |
[inline] |
|
void acdk::wx::ComboBox::replace |
( |
int |
from, |
|
|
int |
to, |
|
|
IN(RString) |
value |
|
) |
[inline] |
|
void acdk::wx::ComboBox::setEditable |
( |
bool |
editable |
) |
[inline] |
|
void acdk::wx::ComboBox::setInsertionPoint |
( |
int |
pos |
) |
[inline] |
|
void acdk::wx::ComboBox::setInsertionPointEnd |
( |
|
) |
[inline] |
|
void acdk::wx::ComboBox::setSelection |
( |
int |
from, |
|
|
int |
to |
|
) |
[inline] |
|
void acdk::wx::ComboBox::setSelection |
( |
int |
n |
) |
[inline] |
|
void acdk::wx::ComboBox::setStringSelection |
( |
IN(RString) |
s |
) |
[inline] |
|
void acdk::wx::ComboBox::setValue |
( |
IN(RString) |
value |
) |
[inline] |
|
|
|