|
Code::Blocks
SVN r11506
|
#include <wx/dynarray.h>#include <wx/hashmap.h>#include <wx/intl.h>#include <wx/wxscintilla.h>#include "settings.h"#include "globals.h"#include <set>Go to the source code of this file.
Classes | |
| struct | OptionColour |
| struct | CommentToken |
| struct | OptionSet |
| class | EditorColourSet |
Macros | |
| #define | COLORSET_DEFAULT _T("default") |
Functions | |
| WX_DEFINE_ARRAY (OptionColour *, OptionColours) | |
| WX_DECLARE_STRING_HASH_MAP (OptionSet, OptionSetsMap) | |
Variables | |
| const int | cbHIGHLIGHT_LINE = -98 |
| const int | cbSELECTION = -99 |
| struct OptionColour |
Definition at line 27 of file editorcolourset.h.
| Class Members | ||
|---|---|---|
| wxColour | back | |
| bool | bold | |
| wxColour | fore | |
| bool | isStyle | |
| bool | italics | |
| wxString | name | |
| wxColour | originalback | |
| bool | originalbold | |
| wxColour | originalfore | |
| bool | originalisStyle | |
| bool | originalitalics | |
| bool | originalunderlined | |
| bool | underlined | |
| int | value | |
| struct CommentToken |
Definition at line 47 of file editorcolourset.h.
| Class Members | ||
|---|---|---|
| wxString | boxCommentEnd | |
| wxString | boxCommentMid | |
| wxString | boxCommentStart | |
| wxString | doxygenLineComment | |
| wxString | doxygenStreamCommentEnd | |
| wxString | doxygenStreamCommentStart | |
| wxString | lineComment | |
| wxString | streamCommentEnd | |
| wxString | streamCommentStart | |
| struct OptionSet |
Definition at line 59 of file editorcolourset.h.
| Class Members | ||
|---|---|---|
| CommentToken | comment | |
| int | m_BreakLine | |
| bool | m_CaseSensitive | |
| OptionColours | m_Colours | |
| int | m_DebugLine | |
| int | m_ErrorLine | |
| wxArrayString | m_FileMasks | |
| wxString | m_Keywords[wxSCI_KEYWORDSET_MAX+1] | |
| wxString | m_Langs | |
| int | m_Lexers | |
| wxArrayString | m_originalFileMasks | |
| wxString | m_originalKeywords[wxSCI_KEYWORDSET_MAX+1] | |
| wxString | m_SampleCode | |
| #define COLORSET_DEFAULT _T("default") |
Definition at line 22 of file editorcolourset.h.
Referenced by EditorConfigurationDlg::ChangeTheme(), EditorColourSet::EditorColourSet(), EditorManager::EditorManager(), and EditorConfigurationDlg::LoadThemes().
| WX_DECLARE_STRING_HASH_MAP | ( | OptionSet | , |
| OptionSetsMap | |||
| ) |
| WX_DEFINE_ARRAY | ( | OptionColour * | , |
| OptionColours | |||
| ) |
| const int cbHIGHLIGHT_LINE = -98 |
Definition at line 24 of file editorcolourset.h.
Referenced by EditorColourSet::Apply(), EditorLexerLoader::DoStyles(), and EditorColourSet::LoadAvailableSets().
| const int cbSELECTION = -99 |
Definition at line 25 of file editorcolourset.h.
Referenced by EditorColourSet::Apply(), EditorLexerLoader::DoStyles(), and EditorColourSet::LoadAvailableSets().
1.8.13