doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
CSyntaxRichEditCtrl Member List

This is the complete list of members for CSyntaxRichEditCtrl, including all inherited members.

allowPathNamesCSyntaxRichEditCtrlprotected
AllowPathNames(bool allow)CSyntaxRichEditCtrl
AutoCompleteHide(void)CSyntaxRichEditCtrlprotected
AutoCompleteInsertText(void)CSyntaxRichEditCtrlprotected
autoCompleteListBoxCSyntaxRichEditCtrlprotected
AutoCompleteShow(int charIndex)CSyntaxRichEditCtrlprotected
autoCompleteStartCSyntaxRichEditCtrlprotected
AutoCompleteUpdate(void)CSyntaxRichEditCtrlprotected
bracedSectionCSyntaxRichEditCtrlprotected
BracedSectionAdjustEndTabs(void)CSyntaxRichEditCtrlprotected
BracedSectionEnd(char braceStartChar, char braceEndChar)CSyntaxRichEditCtrlprotected
BracedSectionHide(void)CSyntaxRichEditCtrlprotected
BracedSectionShow(void)CSyntaxRichEditCtrlprotected
BracedSectionStart(char braceStartChar, char braceEndChar)CSyntaxRichEditCtrlprotected
braceHighlightColorCSyntaxRichEditCtrlprotected
caseSensitiveCSyntaxRichEditCtrlprotected
charTypeCSyntaxRichEditCtrlprotected
charType_t enum nameCSyntaxRichEditCtrlprotected
CSyntaxRichEditCtrl(void)CSyntaxRichEditCtrl
CT_COMMENT enum valueCSyntaxRichEditCtrlprotected
CT_LITERAL enum valueCSyntaxRichEditCtrlprotected
CT_NAME enum valueCSyntaxRichEditCtrlprotected
CT_NUMBER enum valueCSyntaxRichEditCtrlprotected
CT_PUNCTUATION enum valueCSyntaxRichEditCtrlprotected
CT_STRING enum valueCSyntaxRichEditCtrlprotected
CT_WHITESPACE enum valueCSyntaxRichEditCtrlprotected
defaultCharFormatCSyntaxRichEditCtrlprotected
defaultColorCSyntaxRichEditCtrlprotected
EnableKeyWordAutoCompletion(bool enable)CSyntaxRichEditCtrl
FindKeyWord(const char *keyWord, int length) const CSyntaxRichEditCtrlprotected
FindNext(const char *find, bool matchCase, bool matchWholeWords, bool searchForward)CSyntaxRichEditCtrl
FreeKeyWordsFromFile(void)CSyntaxRichEditCtrlprotected
funcParmToolTipCSyntaxRichEditCtrlprotected
funcParmToolTipStartCSyntaxRichEditCtrlprotected
GetBackColor(int charIndex) const CSyntaxRichEditCtrl
GetCursorPos(int &line, int &column, int &character) const CSyntaxRichEditCtrl
GetForeColor(int charIndex) const CSyntaxRichEditCtrl
GetFunctionParmsCSyntaxRichEditCtrlprotected
GetNameBeforeCurrentSelection(CString &name, int &charIndex) const CSyntaxRichEditCtrlprotected
GetNameForMousePosition(idStr &name) const CSyntaxRichEditCtrlprotected
GetObjectMembersCSyntaxRichEditCtrlprotected
GetText(idStr &text) const CSyntaxRichEditCtrl
GetText(idStr &text, int startCharIndex, int endCharIndex) const CSyntaxRichEditCtrl
GetToolTipCSyntaxRichEditCtrlprotected
GetVisibleRange(void) const CSyntaxRichEditCtrl
GoToLine(int line)CSyntaxRichEditCtrl
HighlightSyntax(int startCharIndex, int endCharIndex)CSyntaxRichEditCtrlprotected
Init(void)CSyntaxRichEditCtrl
InitFont(void)CSyntaxRichEditCtrlprotected
InitSyntaxHighlighting(void)CSyntaxRichEditCtrlprotected
keyWordAutoCompletionCSyntaxRichEditCtrlprotected
keyWordColorsCSyntaxRichEditCtrlprotected
keyWordHashCSyntaxRichEditCtrlprotected
keyWordLengthsCSyntaxRichEditCtrlprotected
keyWordsCSyntaxRichEditCtrlprotected
keyWordsFromFileCSyntaxRichEditCtrlprotected
keyWordToolTipCSyntaxRichEditCtrlprotected
literalColorCSyntaxRichEditCtrlprotected
LoadKeyWordsFromFile(const char *fileName)CSyntaxRichEditCtrl
m_DefaultFontCSyntaxRichEditCtrlprotected
m_pchTipCSyntaxRichEditCtrlprotected
m_pwchTipCSyntaxRichEditCtrlprotected
m_TextDocCSyntaxRichEditCtrlprotected
mousePointCSyntaxRichEditCtrlprotected
multiLineCommentColorCSyntaxRichEditCtrlprotected
OnAutoCompleteListBoxChange()CSyntaxRichEditCtrlprotected
OnAutoCompleteListBoxDblClk()CSyntaxRichEditCtrlprotected
OnChange()CSyntaxRichEditCtrlprotected
OnChar(UINT nChar, UINT nRepCnt, UINT nFlags)CSyntaxRichEditCtrlprotected
OnGetDlgCode()CSyntaxRichEditCtrlprotected
OnKeyDown(UINT nKey, UINT nRepCnt, UINT nFlags)CSyntaxRichEditCtrlprotected
OnLButtonDown(UINT nFlags, CPoint point)CSyntaxRichEditCtrlprotected
OnMouseMove(UINT nFlags, CPoint point)CSyntaxRichEditCtrlprotected
OnMouseWheel(UINT nFlags, short zDelta, CPoint pt)CSyntaxRichEditCtrlprotected
OnProtected(NMHDR *pNMHDR, LRESULT *pResult)CSyntaxRichEditCtrlprotected
OnSize(UINT nType, int cx, int cy)CSyntaxRichEditCtrlprotected
OnToolHitTest(CPoint point, TOOLINFO *pTI) const CSyntaxRichEditCtrlprotectedvirtual
OnToolTipNotify(UINT id, NMHDR *pNMHDR, LRESULT *pResult)CSyntaxRichEditCtrlprotected
OnVScroll(UINT nSBCode, UINT nPos, CScrollBar *pScrollBar)CSyntaxRichEditCtrlprotected
ReplaceAll(const char *find, const char *replace, bool matchCase, bool matchWholeWords)CSyntaxRichEditCtrl
ReplaceText(int startCharIndex, int endCharIndex, const char *replace)CSyntaxRichEditCtrl
SetCaseSensitive(bool caseSensitive)CSyntaxRichEditCtrl
SetCharType(int first, int last, int type)CSyntaxRichEditCtrlprotected
SetColor(int startCharIndex, int endCharIndex, COLORREF foreColor, COLORREF backColor, bool bold)CSyntaxRichEditCtrlprotected
SetCommentColor(const COLORREF color)CSyntaxRichEditCtrl
SetDefaultColor(const COLORREF color)CSyntaxRichEditCtrl
SetDefaultFont(int startCharIndex, int endCharIndex)CSyntaxRichEditCtrlprotected
SetFunctionParmCallback(toolTipCallback_t callback)CSyntaxRichEditCtrl
SetKeyWords(const keyWord_t kws[])CSyntaxRichEditCtrl
SetLiteralColor(const COLORREF color)CSyntaxRichEditCtrl
SetObjectMemberCallback(objectMemberCallback_t callback)CSyntaxRichEditCtrl
SetStringColor(const COLORREF color, const COLORREF altColor=-1)CSyntaxRichEditCtrl
SetText(const char *text)CSyntaxRichEditCtrl
SetToolTipCallback(toolTipCallback_t callback)CSyntaxRichEditCtrl
singleLineCommentColorCSyntaxRichEditCtrlprotected
stringColorCSyntaxRichEditCtrlprotected
stringColorIndexCSyntaxRichEditCtrlprotected
stringColorLineCSyntaxRichEditCtrlprotected
ToolTipHide(void)CSyntaxRichEditCtrlprotected
ToolTipShow(int charIndex, const char *string)CSyntaxRichEditCtrlprotected
updateRangeCSyntaxRichEditCtrlprotected
updateSyntaxHighlightingCSyntaxRichEditCtrlprotected
UpdateVisibleRange(void)CSyntaxRichEditCtrlprotected
~CSyntaxRichEditCtrl(void)CSyntaxRichEditCtrl