|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Caret Class Reference#include <Caret.h>
Inheritance diagram for acdk::wx::Caret:
List of all members.
Detailed Description
see wxCaret
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.8
- Date:
- Date
- 2005/02/05 10:45:34
|
Public Member Functions |
| Caret () |
| Caret (IN(RWindow) window, int width, int height) |
| Caret (IN(RWindow) window, IN(RSize) size) |
bool | create (IN(RWindow) window, int width, int height) |
bool | create (IN(RWindow) window, IN(RSize) size) |
bool | isOk () const |
bool | isVisible () const |
void | getPosition (OUT(int) x, OUT(int) y) |
RPoint | getPosition () const |
void | getSize (OUT(int) width, OUT(int) height) |
RSize | getSize () const |
RWindow | getWindow () const |
void | setSize (int width, int height) |
void | setSize (IN(RSize) size) |
void | move (int x, int y) |
void | move (IN(RPoint) pt) |
virtual void | show (bool show=true) |
virtual void | hide () |
Static Public Member Functions |
void | setBlinkTime (int milliseconds) |
Private Types |
typedef WxNonCopyStruct< wxCaret > | Super |
Member Typedef Documentation
Constructor & Destructor Documentation
acdk::wx::Caret::Caret |
( |
|
) |
[inline] |
|
acdk::wx::Caret::Caret |
( |
IN(RWindow) |
window, |
|
|
int |
width, |
|
|
int |
height |
|
) |
[inline] |
|
acdk::wx::Caret::Caret |
( |
IN(RWindow) |
window, |
|
|
IN(RSize) |
size |
|
) |
[inline] |
|
Member Function Documentation
bool acdk::wx::Caret::create |
( |
IN(RWindow) |
window, |
|
|
IN(RSize) |
size |
|
) |
[inline] |
|
bool acdk::wx::Caret::create |
( |
IN(RWindow) |
window, |
|
|
int |
width, |
|
|
int |
height |
|
) |
[inline] |
|
RPoint acdk::wx::Caret::getPosition |
( |
|
) |
const [inline] |
|
void acdk::wx::Caret::getPosition |
( |
OUT(int) |
x, |
|
|
OUT(int) |
y |
|
) |
[inline] |
|
RSize acdk::wx::Caret::getSize |
( |
|
) |
const [inline] |
|
void acdk::wx::Caret::getSize |
( |
OUT(int) |
width, |
|
|
OUT(int) |
height |
|
) |
[inline] |
|
RWindow acdk::wx::Caret::getWindow |
( |
|
) |
const [inline] |
|
virtual void acdk::wx::Caret::hide |
( |
|
) |
[inline, virtual] |
|
bool acdk::wx::Caret::isOk |
( |
|
) |
const [inline] |
|
bool acdk::wx::Caret::isVisible |
( |
|
) |
const [inline] |
|
void acdk::wx::Caret::move |
( |
IN(RPoint) |
pt |
) |
[inline] |
|
void acdk::wx::Caret::move |
( |
int |
x, |
|
|
int |
y |
|
) |
[inline] |
|
void acdk::wx::Caret::setBlinkTime |
( |
int |
milliseconds |
) |
[inline, static] |
|
void acdk::wx::Caret::setSize |
( |
IN(RSize) |
size |
) |
[inline] |
|
void acdk::wx::Caret::setSize |
( |
int |
width, |
|
|
int |
height |
|
) |
[inline] |
|
virtual void acdk::wx::Caret::show |
( |
bool |
show = true |
) |
[inline, virtual] |
|
|
|