This is the complete list of members for TextEditHelper, including all inherited members.
Cancel(AudacityProject *project) | TextEditHelper | |
CaptureKey(int keyCode, int mods) | TextEditHelper | |
CopySelectedText(AudacityProject &project) | TextEditHelper | |
CutSelectedText(AudacityProject &project) | TextEditHelper | |
Draw(wxDC &dc, const wxRect &rect) | TextEditHelper | |
FindCursorIndex(const wxPoint &point) | TextEditHelper | protected |
Finish(AudacityProject *project) | TextEditHelper | |
GetBBox() const | TextEditHelper | |
GetCharPositionX(int index, int *outX) | TextEditHelper | |
GetSelection() const | TextEditHelper | |
HandleDragRelease(const wxMouseEvent &event, AudacityProject *project) | TextEditHelper | protected |
IsGoodEditKeyCode(int keyCode) | TextEditHelper | static |
IsSelectionEmpty() | TextEditHelper | |
mBBox | TextEditHelper | private |
mCurrentCursorPos | TextEditHelper | private |
mDelegate | TextEditHelper | private |
mFont | TextEditHelper | private |
mInitialCursorPos | TextEditHelper | private |
mOffset | TextEditHelper | private |
mRightDragging | TextEditHelper | private |
mText | TextEditHelper | private |
mTextColor | TextEditHelper | private |
mTextSelectionColor | TextEditHelper | private |
OnChar(int charCode, AudacityProject *project) | TextEditHelper | |
OnClick(const wxMouseEvent &event, AudacityProject *project) | TextEditHelper | |
OnDrag(const wxMouseEvent &event, AudacityProject *project) | TextEditHelper | |
OnKeyDown(int keyCode, int mods, AudacityProject *project) | TextEditHelper | |
OnRelease(const wxMouseEvent &event, AudacityProject *project) | TextEditHelper | |
PasteSelectedText(AudacityProject &project) | TextEditHelper | |
RemoveSelectedText(AudacityProject *project) | TextEditHelper | protected |
SelectAll() | TextEditHelper | |
SetSelection(int from, int to) | TextEditHelper | |
SetTextColor(const wxColor &textColor) | TextEditHelper | |
SetTextSelectionColor(const wxColor &textSelectionColor) | TextEditHelper | |
TextEditHelper(const std::weak_ptr< TextEditDelegate > &delegate, const wxString &text, const wxFont &font) | TextEditHelper | |
~TextEditHelper() | TextEditHelper | inline |