ItemClient for text items.
More...
#include <text-client.h>
Detailed Description
ItemClient for text items.
A specialized ItemClient class for Text items. This class is virtual.
Definition at line 40 of file text-client.h.
Constructor & Destructor Documentation
gccv::TextClient::TextClient |
( |
| ) |
|
virtual gccv::TextClient::~TextClient |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual void gccv::TextClient::InterlineChanged |
( |
G_GNUC_UNUSED double |
interline | ) |
|
|
inlinevirtual |
- Parameters
-
interline | the new interline spacing. |
Notifies the client that the interline has been changed.
Definition at line 70 of file text-client.h.
virtual void gccv::TextClient::JustificationChanged |
( |
G_GNUC_UNUSED GtkJustification |
justification | ) |
|
|
inlinevirtual |
- Parameters
-
justification | the new justification. |
Notifies the client that the justification has been changed.
Definition at line 76 of file text-client.h.
virtual void gccv::TextClient::SelectionChanged |
( |
unsigned |
start, |
|
|
unsigned |
end |
|
) |
| |
|
pure virtual |
- Parameters
-
start | new selection start index. |
end | new selection end index. |
Notifies the client that the selection position has changed.
Implemented in gcp::TextObject.
virtual void gccv::TextClient::TextChanged |
( |
unsigned |
pos | ) |
|
|
pure virtual |
- Parameters
-
pos | the new cursor position. |
Notifies the client that the text has been changed.
Implemented in gcp::TextObject.
The documentation for this class was generated from the following file: