MGUI::CTRL_EDIT_TEXT Member List

This is the complete list of members for MGUI::CTRL_EDIT_TEXT, including all inherited members.
AddDestroyCallback()MGUI::CTRL [protected]
CanUndo() const MGUI::CTRL_EDIT_TEXT
CheckValidChars(MISTRING &string) const MGUI::CTRL_EDIT_BASE [protected]
ClearSelection()MGUI::CTRL_EDIT_BASE
ClearValue(bool notify=true)MGUI::CTRL_EDIT_TEXT
CopySelection()MGUI::CTRL_EDIT_BASE
Create(MGUI::LAYOUT_PANE_BASE &ParentPane, int width=0, int height=0, FLAGS flags=FLAG_Default, MGUI::LAYOUT_SIZEALIGN sizealign=MGUI::LAYOUT_SIZEALIGN_FixedHeight)MGUI::CTRL_EDIT_TEXT
CreateCtrl(LAYOUT_PANE_BASE &ParentPane, int width, int height, CREATEFLAGS flags, LAYOUT_SIZEALIGN sizealign)MGUI::CTRL_EDIT_BASE [protected]
CREATEFLAG_HeightInPixels enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAG_MASK enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAG_None enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAG_Opaque enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAG_ReadOnly enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAG_RightAlign enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAG_SizeInPixels enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAG_UseFixedWidthFont enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAG_WidthInPixels enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAG_WordWrap enum valueMGUI::CTRL_EDIT_BASE
CREATEFLAGS enum nameMGUI::CTRL_EDIT_BASE
CTRL()MGUI::CTRL [inline, protected]
CTRL_EDIT_BASE()MGUI::CTRL_EDIT_BASE
CTRL_EDIT_TEXT()MGUI::CTRL_EDIT_TEXT
CutSelection()MGUI::CTRL_EDIT_BASE
DELEGATE_ONCURSORMOTION typedefMGUI::CTRL_EDIT_TEXT
DELEGATE_ONSIZE typedefMGUI::CTRL
Find(const MISTRING &SearchString, bool bCaseSensitive=true, bool bNext=false)MGUI::CTRL_EDIT_TEXT
FLAG_Default enum valueMGUI::CTRL_EDIT_TEXT
FLAG_NoWordWrap enum valueMGUI::CTRL_EDIT_TEXT
FLAG_Opaque enum valueMGUI::CTRL_EDIT_TEXT
FLAG_ReadOnly enum valueMGUI::CTRL_EDIT_TEXT
FLAG_RightJustify enum valueMGUI::CTRL_EDIT_TEXT
FLAG_SizeInPixels enum valueMGUI::CTRL_EDIT_TEXT
FLAG_UseFixedWidthFont enum valueMGUI::CTRL_EDIT_TEXT
FLAG_WidthInPixels enum valueMGUI::CTRL_EDIT_TEXT
FLAG_WYSIWYG enum valueMGUI::CTRL_EDIT_TEXT
FLAGS enum nameMGUI::CTRL_EDIT_TEXT
GetBackgroundColor()MGUI::CTRL [static]
GetBackgroundColor(COLOR &color) const MGUI::CTRL
GetCaretPos(int &caretrow, int &caretcolumn) const MGUI::CTRL_EDIT_TEXT
GetCursorPos() const MGUI::CTRL_EDIT_BASE
GetDimensions(MGUI::POINT &dimensions) const MGUI::CTRL
GetDlgParent() const MGUI::CTRL
GetEditStr(MISTRING &str) const MGUI::CTRL_EDIT_BASE [protected]
GetFirstVisibleLine() const MGUI::CTRL_EDIT_TEXT
GetLineCount() const MGUI::CTRL_EDIT_TEXT
GetLineFromChar(int nIndex=-1) const MGUI::CTRL_EDIT_TEXT
GetLineIndex(int nLine=-1)MGUI::CTRL_EDIT_TEXT
GetLineLength(int nLine=-1)MGUI::CTRL_EDIT_TEXT
GetModify() const MGUI::CTRL_EDIT_BASE [inline]
GetSelection(int &nStartChar, int &nEndChar) const MGUI::CTRL_EDIT_BASE
GetShell() const MGUI::CTRL
GetStyle(TEXTSTYLE &style, int offset=-1) const MGUI::CTRL_EDIT_TEXT
GetToolTip() const MGUI::CTRL
GetValue()MGUI::CTRL_EDIT_TEXT
GetWidget() const MGUI::CTRL [inline]
HandleKey(MGUI::KEYCODE keycode, MGUI::KEYSTATE keystate)MGUI::CTRL_EDIT_TEXT
HasValue() const MGUI::CTRL_EDIT_BASE
HideCursor()MGUI::CTRL_EDIT_TEXT
Insert(const MISTRING &text)MGUI::CTRL_EDIT_BASE
Invalidate(bool erase=true)MGUI::CTRL
IsCreated() const MGUI::CTRL [virtual]
IsEnabled() const MGUI::CTRL [virtual]
IsVisible() const MGUI::CTRL
LineScroll(int nLines, int nChars=0)MGUI::CTRL_EDIT_TEXT
m_HasValueMGUI::CTRL_EDIT_BASE [protected]
m_UserEditedMGUI::CTRL_EDIT_BASE [protected]
m_widgetMGUI::CTRL [protected]
NotifyChanged()MGUI::CTRL_EDIT_BASE [inline, protected]
Paste()MGUI::CTRL_EDIT_BASE
ProcessWidgetEvents(Widget widget)MGUI::CTRL [static]
ReplaceSelection(const MISTRING &NewText)MGUI::CTRL_EDIT_BASE
SetANSIColor(INT32 indx, const COLOR &color)MGUI::CTRL_EDIT_BASE
SetBackgroundColor(const COLOR &color)MGUI::CTRL
SetCursorPos(int nCharIndex, bool bScroll=true)MGUI::CTRL_EDIT_TEXT
SetCursorPos(int line, int col, bool bScroll=true)MGUI::CTRL_EDIT_TEXT
SetDelegateOnActivate(DELEGATE_VOID_NOPARMS delegate)MGUI::CTRL_EDIT_BASE [inline]
SetDelegateOnChangeValue(DELEGATE_VOID_NOPARMS delegate)MGUI::CTRL_EDIT_BASE [inline]
SetDelegateOnCursorMotion(DELEGATE_ONCURSORMOTION delegate)MGUI::CTRL_EDIT_TEXT [inline]
SetDelegateOnGainFocus(DELEGATE_VOID_NOPARMS delegate)MGUI::CTRL_EDIT_BASE [inline]
SetDelegateOnHyperLink(DELEGATE_VOID_MISTRING delegate)MGUI::CTRL_EDIT_TEXT [inline]
SetDelegateOnLoseFocus(DELEGATE_VOID_NOPARMS delegate)MGUI::CTRL_EDIT_BASE [inline]
SetDelegateOnSelection(DELEGATE_VOID_NOPARMS delegate)MGUI::CTRL_EDIT_BASE [inline]
SetDelegateOnUserEdit(DELEGATE_VOID_NOPARMS delegate)MGUI::CTRL_EDIT_BASE [inline]
SetDimensions(MGUI::POINT dimensions)MGUI::CTRL
SetDisplayNoValue(const MISTRING &string)MGUI::CTRL_EDIT_BASE
SetEnabled(bool enabled=true)MGUI::CTRL [virtual]
SetFocus() const MGUI::FORM [inline]
SetForegroundColor(const COLOR &color)MGUI::CTRL
SetMaxLength(int length)MGUI::CTRL_EDIT_BASE
SetMinimumSize(int width, int height)MGUI::CTRL
SetModify(bool modified=true)MGUI::CTRL_EDIT_BASE [inline]
SetReadOnly(bool ReadOnly=true)MGUI::CTRL_EDIT_BASE
SetSelection(int StartChar=0, int EndChar=-1, bool NoScroll=true)MGUI::CTRL_EDIT_BASE
SetShadowArgs(XTARGS &args, SHADOW shadow)MGUI::CTRL [protected, static]
SetSizeByKey(const char *SizeKey)MGUI::CTRL
SetStyle(const TEXTSTYLE &style)MGUI::CTRL_EDIT_TEXT
SetStyle(const TEXTSTYLE &style, int start, int end)MGUI::CTRL_EDIT_TEXT
SetTabStops(int cxEachStop)MGUI::CTRL_EDIT_TEXT
SetToolTipString(const MISTRING &string)MGUI::CTRL
SetValidChars(const MIUNICODE *string, bool invert=false)MGUI::CTRL_EDIT_BASE
SetValue(const MIUNICODE *string, bool notify=true)MGUI::CTRL_EDIT_TEXT
SetVisible(bool visible=true)MGUI::CTRL [virtual]
SetWidgetShadow(Widget widget, SHADOW shadow)MGUI::CTRL [static]
SHADOW enum nameMGUI::CTRL
SHADOW_Black enum valueMGUI::CTRL
SHADOW_In enum valueMGUI::CTRL
SHADOW_None enum valueMGUI::CTRL
SHADOW_Out enum valueMGUI::CTRL
SHADOW_White enum valueMGUI::CTRL
ShowCursor()MGUI::CTRL_EDIT_TEXT
Undo()MGUI::CTRL_EDIT_TEXT
UpdateCtrl(const MISTRING &string)MGUI::CTRL_EDIT_BASE [protected]
UpdateValue(bool notify)MGUI::CTRL_EDIT_BASE [protected]
UpdateWindow()MGUI::CTRL
v_OnDestroyWidget()MGUI::CTRL [protected, virtual]
~CTRL()=0MGUI::CTRL [pure virtual]
~CTRL_EDIT_BASE()MGUI::CTRL_EDIT_BASE
~CTRL_EDIT_TEXT()MGUI::CTRL_EDIT_TEXT [virtual]
~FORM()=0MGUI::FORM [pure virtual]

Generated on Sun Oct 7 21:35:31 2012 for TNTsdk 2012 by  doxygen 1.6.1