|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::TextCtrl Class Reference#include <TextCtrl.h>
Inheritance diagram for acdk::wx::TextCtrl:
List of all members.
Detailed Description
see wxTextCtrl
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.16
- Date:
- Date
- 2005/02/05 10:45:35
wxEVT_COMMAND_TEXT_UPDATED
|
Public Member Functions |
| TextCtrl () |
| TextCtrl (IN(RWindow) parent, int id, IN(RString) value=, IN(RPoint) pos=Point::defaultPosition(), IN(RSize) size=Size::defaultSize(), int style=0) |
RString | getValue () const |
void | setValue (IN(RString) value) |
RString | getRange (int from, int to) const |
int | getLineLength (int lineNo) const |
RString | getLineText (int lineNo) const |
int | getNumberOfLines () const |
bool | isModified () const |
bool | isEditable () const |
void | getSelection (OUT(int) from, OUT(int) to) const |
void | clear () |
void | replace (int from, int to, IN(RString) value) |
void | remove (int from, int to) |
bool | loadFile (IN(RString) file) |
bool | saveFile (IN(RString) file) |
void | discardEdits () |
void | setMaxLength (int len) |
void | writeText (IN(RString) text) |
void | appendText (IN(RString) text) |
bool | emulateKeyPress (IN(RKeyEvent) event) |
bool | setStyle (int start, int end, IN(RTextAttr) style) |
bool | setDefaultStyle (IN(RTextAttr) style) |
bool | positionToXY (int pos, OUT(int) x, OUT(int) y) |
void | showPosition (int pos) |
void | copy () |
void | cut () |
void | paste () |
bool | canCopy () |
bool | canCut () const |
bool | canPaste () const |
void | undo () |
void | redo () |
bool | canUndo () const |
bool | canRedo () const |
void | setInsertionPoint (int pos) |
void | setInsertionPointEnd () |
int | getInsertionPoint () const |
int | getLastPosition () const |
void | setSelection (int from, int to) |
void | setEditable (bool editable) |
Constructor & Destructor Documentation
acdk::wx::TextCtrl::TextCtrl |
( |
|
) |
[inline] |
|
acdk::wx::TextCtrl::TextCtrl |
( |
IN(RWindow) |
parent, |
|
|
int |
id, |
|
|
IN(RString) |
value = , |
|
|
IN(RPoint) |
pos = Point::defaultPosition(), |
|
|
IN(RSize) |
size = Size::defaultSize(), |
|
|
int |
style = 0 |
|
) |
[inline] |
|
Member Function Documentation
void acdk::wx::TextCtrl::appendText |
( |
IN(RString) |
text |
) |
[inline] |
|
bool acdk::wx::TextCtrl::canCopy |
( |
|
) |
[inline] |
|
bool acdk::wx::TextCtrl::canCut |
( |
|
) |
const [inline] |
|
bool acdk::wx::TextCtrl::canPaste |
( |
|
) |
const [inline] |
|
bool acdk::wx::TextCtrl::canRedo |
( |
|
) |
const [inline] |
|
bool acdk::wx::TextCtrl::canUndo |
( |
|
) |
const [inline] |
|
void acdk::wx::TextCtrl::clear |
( |
|
) |
[inline] |
|
void acdk::wx::TextCtrl::copy |
( |
|
) |
[inline] |
|
void acdk::wx::TextCtrl::cut |
( |
|
) |
[inline] |
|
void acdk::wx::TextCtrl::discardEdits |
( |
|
) |
[inline] |
|
bool acdk::wx::TextCtrl::emulateKeyPress |
( |
IN(RKeyEvent) |
event |
) |
[inline] |
|
int acdk::wx::TextCtrl::getInsertionPoint |
( |
|
) |
const [inline] |
|
int acdk::wx::TextCtrl::getLastPosition |
( |
|
) |
const [inline] |
|
int acdk::wx::TextCtrl::getLineLength |
( |
int |
lineNo |
) |
const [inline] |
|
RString acdk::wx::TextCtrl::getLineText |
( |
int |
lineNo |
) |
const [inline] |
|
int acdk::wx::TextCtrl::getNumberOfLines |
( |
|
) |
const [inline] |
|
RString acdk::wx::TextCtrl::getRange |
( |
int |
from, |
|
|
int |
to |
|
) |
const [inline] |
|
void acdk::wx::TextCtrl::getSelection |
( |
OUT(int) |
from, |
|
|
OUT(int) |
to |
|
) |
const [inline] |
|
RString acdk::wx::TextCtrl::getValue |
( |
|
) |
const [inline] |
|
bool acdk::wx::TextCtrl::isEditable |
( |
|
) |
const [inline] |
|
bool acdk::wx::TextCtrl::isModified |
( |
|
) |
const [inline] |
|
bool acdk::wx::TextCtrl::loadFile |
( |
IN(RString) |
file |
) |
[inline] |
|
void acdk::wx::TextCtrl::paste |
( |
|
) |
[inline] |
|
bool acdk::wx::TextCtrl::positionToXY |
( |
int |
pos, |
|
|
OUT(int) |
x, |
|
|
OUT(int) |
y |
|
) |
[inline] |
|
void acdk::wx::TextCtrl::redo |
( |
|
) |
[inline] |
|
void acdk::wx::TextCtrl::remove |
( |
int |
from, |
|
|
int |
to |
|
) |
[inline] |
|
void acdk::wx::TextCtrl::replace |
( |
int |
from, |
|
|
int |
to, |
|
|
IN(RString) |
value |
|
) |
[inline] |
|
bool acdk::wx::TextCtrl::saveFile |
( |
IN(RString) |
file |
) |
[inline] |
|
bool acdk::wx::TextCtrl::setDefaultStyle |
( |
IN(RTextAttr) |
style |
) |
[inline] |
|
void acdk::wx::TextCtrl::setEditable |
( |
bool |
editable |
) |
[inline] |
|
void acdk::wx::TextCtrl::setInsertionPoint |
( |
int |
pos |
) |
[inline] |
|
void acdk::wx::TextCtrl::setInsertionPointEnd |
( |
|
) |
[inline] |
|
void acdk::wx::TextCtrl::setMaxLength |
( |
int |
len |
) |
[inline] |
|
void acdk::wx::TextCtrl::setSelection |
( |
int |
from, |
|
|
int |
to |
|
) |
[inline] |
|
bool acdk::wx::TextCtrl::setStyle |
( |
int |
start, |
|
|
int |
end, |
|
|
IN(RTextAttr) |
style |
|
) |
[inline] |
|
void acdk::wx::TextCtrl::setValue |
( |
IN(RString) |
value |
) |
[inline] |
|
void acdk::wx::TextCtrl::showPosition |
( |
int |
pos |
) |
[inline] |
|
void acdk::wx::TextCtrl::undo |
( |
|
) |
[inline] |
|
void acdk::wx::TextCtrl::writeText |
( |
IN(RString) |
text |
) |
[inline] |
|
|
|