Contents Up Previous Next

TCursorTimer

TODO:: mutex class should be used to avoid race on updates

Derived from

wxTimer

Data structures

Members

TCursorTimer::TCursorTimer
TCursorTimer::DrawCursor
wxTextEditorView::GetPagePos
TCursorTimer::GetView
TCursorTimer::HideCursor
TCursorTimer::Lock
TCursorTimer::Notify
TCursorTimer::SetIsShown
TCursorTimer::SetView
TCursorTimer::ShowCursor
TCursorTimer::Unlock


TCursorTimer::TCursorTimer

TCursorTimer()


TCursorTimer::DrawCursor

void DrawCursor()


wxTextEditorView::GetPagePos

TPosition GetPagePos()


TCursorTimer::GetView

wxTextEditorView* GetView()


TCursorTimer::HideCursor

void HideCursor(bool forceHide = FALSE)


TCursorTimer::Lock

void Lock()


TCursorTimer::Notify

void Notify()


TCursorTimer::SetIsShown

void SetIsShown(bool isShown)


TCursorTimer::SetView

void SetView(wxTextEditorView* pView)


TCursorTimer::ShowCursor

void ShowCursor(bool forceShow = FALSE)


TCursorTimer::Unlock

void Unlock()