Guitar
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
TextEditorTheme Class Reference

#include <TextEditorTheme.h>

Public Member Functions

 TextEditorTheme ()=default
 
QColor fgDefault () const
 
QColor bgDefault () const
 
QColor fgLineNumber () const
 
QColor bgLineNumber () const
 
QColor fgCursor () const
 
QColor bgCurrentLine () const
 
QColor bgCurrentLineNumber () const
 
QColor bgDiffUnknown () const
 
QColor bgDiffLineDel () const
 
QColor bgDiffLineAdd () const
 
QColor bgDiffCharDel () const
 
QColor bgDiffCharAdd () const
 

Static Public Member Functions

static TextEditorThemePtr Dark ()
 
static TextEditorThemePtr Light ()
 

Public Attributes

QColor fg_default
 
QColor bg_default
 
QColor fg_line_number
 
QColor bg_line_number
 
QColor fg_cursor
 
QColor bg_current
 
QColor bg_current_line
 
QColor bg_current_line_number
 
QColor bg_diff_unknown
 
QColor bg_diff_line_del
 
QColor bg_diff_char_del
 
QColor bg_diff_line_add
 
QColor bg_diff_char_add
 

Constructor & Destructor Documentation

◆ TextEditorTheme()

TextEditorTheme::TextEditorTheme ( )
default

Member Function Documentation

◆ bgCurrentLine()

QColor TextEditorTheme::bgCurrentLine ( ) const
inline

◆ bgCurrentLineNumber()

QColor TextEditorTheme::bgCurrentLineNumber ( ) const
inline

◆ bgDefault()

QColor TextEditorTheme::bgDefault ( ) const
inline

◆ bgDiffCharAdd()

QColor TextEditorTheme::bgDiffCharAdd ( ) const
inline

◆ bgDiffCharDel()

QColor TextEditorTheme::bgDiffCharDel ( ) const
inline

◆ bgDiffLineAdd()

QColor TextEditorTheme::bgDiffLineAdd ( ) const
inline

◆ bgDiffLineDel()

QColor TextEditorTheme::bgDiffLineDel ( ) const
inline

◆ bgDiffUnknown()

QColor TextEditorTheme::bgDiffUnknown ( ) const
inline

◆ bgLineNumber()

QColor TextEditorTheme::bgLineNumber ( ) const
inline

◆ Dark()

TextEditorThemePtr TextEditorTheme::Dark ( )
static

◆ fgCursor()

QColor TextEditorTheme::fgCursor ( ) const
inline

◆ fgDefault()

QColor TextEditorTheme::fgDefault ( ) const
inline

◆ fgLineNumber()

QColor TextEditorTheme::fgLineNumber ( ) const
inline

◆ Light()

TextEditorThemePtr TextEditorTheme::Light ( )
static

Member Data Documentation

◆ bg_current

QColor TextEditorTheme::bg_current

◆ bg_current_line

QColor TextEditorTheme::bg_current_line

◆ bg_current_line_number

QColor TextEditorTheme::bg_current_line_number

◆ bg_default

QColor TextEditorTheme::bg_default

◆ bg_diff_char_add

QColor TextEditorTheme::bg_diff_char_add

◆ bg_diff_char_del

QColor TextEditorTheme::bg_diff_char_del

◆ bg_diff_line_add

QColor TextEditorTheme::bg_diff_line_add

◆ bg_diff_line_del

QColor TextEditorTheme::bg_diff_line_del

◆ bg_diff_unknown

QColor TextEditorTheme::bg_diff_unknown

◆ bg_line_number

QColor TextEditorTheme::bg_line_number

◆ fg_cursor

QColor TextEditorTheme::fg_cursor

◆ fg_default

QColor TextEditorTheme::fg_default

◆ fg_line_number

QColor TextEditorTheme::fg_line_number

The documentation for this class was generated from the following files: