#include <fv_UnixSelectionHandles.h>
Public Member Functions | |
FV_UnixSelectionHandles (FV_View *pView, FV_Selection selection) | |
virtual | ~FV_UnixSelectionHandles () |
virtual void | hide (void) |
virtual void | setCursorCoords (UT_sint32 x, UT_sint32 y, UT_uint32 height, bool visible) |
virtual void | setSelectionCoords (UT_sint32 start_x, UT_sint32 start_y, UT_uint32 start_height, bool start_visible, UT_sint32 end_x, UT_sint32 end_y, UT_uint32 end_height, bool end_visible) |
Private Attributes | |
FvTextHandle * | m_text_handle |
Friends | |
class | fv_View |
FV_UnixSelectionHandles::FV_UnixSelectionHandles | ( | FV_View * | pView, | |
FV_Selection | selection | |||
) |
FV_UnixSelectionHandles::~FV_UnixSelectionHandles | ( | ) | [virtual] |
References m_text_handle.
void FV_UnixSelectionHandles::hide | ( | void | ) | [virtual] |
Reimplemented from FV_SelectionHandles.
References _fv_text_handle_set_mode(), FV_TEXT_HANDLE_MODE_NONE, and m_text_handle.
void FV_UnixSelectionHandles::setCursorCoords | ( | UT_sint32 | x, | |
UT_sint32 | y, | |||
UT_uint32 | height, | |||
bool | visible | |||
) | [virtual] |
Reimplemented from FV_SelectionHandles.
References _fv_text_handle_set_mode(), _fv_text_handle_set_position(), _fv_text_handle_set_visible(), FV_TEXT_HANDLE_MODE_CURSOR, FV_TEXT_HANDLE_POSITION_CURSOR, and m_text_handle.
friend class fv_View [friend] |
Referenced by FV_UnixSelectionHandles(), hide(), setCursorCoords(), setSelectionCoords(), and ~FV_UnixSelectionHandles().