Code::Blocks  SVN r11506
EditorColourSet Member List

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

AddHighlightLanguage(int lexer, const wxString &name)EditorColourSet
AddOption(HighlightLanguage lang, const wxString &name, int value, wxColour fore=wxNullColour, wxColour back=wxNullColour, bool bold=false, bool italics=false, bool underlined=false, bool isStyle=true)EditorColourSet
AddOption(HighlightLanguage lang, OptionColour *option, bool checkIfExists=true)EditorColourSet
Apply(cbEditor *editor, HighlightLanguage lang, bool colourise)EditorColourSet
Apply(HighlightLanguage lang, cbStyledTextCtrl *control, bool isC, bool colourise)EditorColourSet
ClearAllOptionColours()EditorColourSetprivate
DoApplyStyle(cbStyledTextCtrl *control, int value, OptionColour *option)EditorColourSetprivate
EditorColourSet(const wxString &setName=COLORSET_DEFAULT)EditorColourSet
EditorColourSet(const EditorColourSet &other)EditorColourSet
GetAllHighlightLanguages()EditorColourSet
GetCaseSensitivity(HighlightLanguage lang)EditorColourSet
GetCommentToken(HighlightLanguage lang)EditorColourSet
GetDefaultOption(HighlightLanguage lang)EditorColourSetprivate
GetFileMasks(HighlightLanguage lang)EditorColourSet
GetHighlightLanguage(int lexer)EditorColourSet
GetHighlightLanguage(const wxString &name)EditorColourSet
GetKeywords(HighlightLanguage lang, int idx)EditorColourSet
GetLanguageForFilename(const wxString &filename)EditorColourSet
GetLanguageName(HighlightLanguage lang)EditorColourSet
GetName()EditorColourSetinline
GetOptionByIndex(HighlightLanguage lang, int index)EditorColourSet
GetOptionByName(HighlightLanguage lang, const wxString &name)EditorColourSet
GetOptionByValue(HighlightLanguage lang, int value)EditorColourSet
GetOptionCount(HighlightLanguage lang)EditorColourSet
GetSampleCode(HighlightLanguage lang, int *breakLine, int *debugLine, int *errorLine)EditorColourSet
Load()EditorColourSetprivate
LoadAvailableSets()EditorColourSetprivate
m_NameEditorColourSetprivate
m_PlainTextLexerIDEditorColourSetprivate
m_SetsEditorColourSetprivate
Reset(HighlightLanguage lang)EditorColourSet
Save()EditorColourSet
SetCaseSensitivity(HighlightLanguage lang, bool CaseSensitive)EditorColourSet
SetCharacterLexerStyles(HighlightLanguage lang, const std::set< int > &styles)EditorColourSet
SetCommentLexerStyles(HighlightLanguage lang, const std::set< int > &styles)EditorColourSet
SetCommentToken(HighlightLanguage lang, CommentToken token)EditorColourSet
SetFileMasks(HighlightLanguage lang, const wxString &masks, const wxString &=_(","))EditorColourSet
SetKeywords(HighlightLanguage lang, int idx, const wxString &keywords)EditorColourSet
SetName(const wxString &name)EditorColourSetinline
SetPreprocessorLexerStyles(HighlightLanguage lang, const std::set< int > &styles)EditorColourSet
SetSampleCode(HighlightLanguage lang, const wxString &sample, int breakLine, int debugLine, int errorLine)EditorColourSet
SetStringLexerStyles(HighlightLanguage lang, const std::set< int > &styles)EditorColourSet
UpdateOptionsWithSameName(HighlightLanguage lang, OptionColour *base)EditorColourSet
~EditorColourSet()EditorColourSet