Code::Blocks  SVN r11506
Classes | Macros | Functions | Variables
editorcolourset.h File Reference
#include <wx/dynarray.h>
#include <wx/hashmap.h>
#include <wx/intl.h>
#include <wx/wxscintilla.h>
#include "settings.h"
#include "globals.h"
#include <set>
Include dependency graph for editorcolourset.h:
This graph shows which files directly or indirectly include this file:

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
 

Class Documentation

◆ OptionColour

struct OptionColour

Definition at line 27 of file editorcolourset.h.

Collaboration diagram for OptionColour:
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

◆ CommentToken

struct CommentToken

Definition at line 47 of file editorcolourset.h.

Collaboration diagram for CommentToken:
Class Members
wxString boxCommentEnd
wxString boxCommentMid
wxString boxCommentStart
wxString doxygenLineComment
wxString doxygenStreamCommentEnd
wxString doxygenStreamCommentStart
wxString lineComment
wxString streamCommentEnd
wxString streamCommentStart

◆ OptionSet

struct OptionSet

Definition at line 59 of file editorcolourset.h.

Collaboration diagram for OptionSet:
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

Macro Definition Documentation

◆ COLORSET_DEFAULT

#define COLORSET_DEFAULT   _T("default")

Function Documentation

◆ WX_DECLARE_STRING_HASH_MAP()

WX_DECLARE_STRING_HASH_MAP ( OptionSet  ,
OptionSetsMap   
)

◆ WX_DEFINE_ARRAY()

WX_DEFINE_ARRAY ( OptionColour ,
OptionColours   
)

Variable Documentation

◆ cbHIGHLIGHT_LINE

const int cbHIGHLIGHT_LINE = -98

◆ cbSELECTION

const int cbSELECTION = -99