Guitar
Public Attributes | List of all members
TextEditorView::Private Struct Reference
Collaboration diagram for TextEditorView::Private:
Collaboration graph
[legend]

Public Attributes

QPixmap reference_pixmap
 
PreEditText preedit
 
QFont text_font
 
InputMethodPopupime_popup = nullptr
 
int top_margin = 0
 
int bottom_margin = 0
 
QSize basic_character_size
 
int ascent = 0
 
int descent = 0
 
QString status_line
 
QScrollBar * scroll_bar_v = nullptr
 
QScrollBar * scroll_bar_h = nullptr
 
TextEditorView::FormattedLines formatted_lines
 
TextEditorThemePtr theme
 
int wheel_delta = 0
 
bool is_focus_frame_visible = false
 
unsigned int idle_count = 0
 
std::function< void(void)> custom_context_menu_requested
 

Member Data Documentation

◆ ascent

int TextEditorView::Private::ascent = 0

◆ basic_character_size

QSize TextEditorView::Private::basic_character_size

◆ bottom_margin

int TextEditorView::Private::bottom_margin = 0

◆ custom_context_menu_requested

std::function<void(void)> TextEditorView::Private::custom_context_menu_requested

◆ descent

int TextEditorView::Private::descent = 0

◆ formatted_lines

TextEditorView::FormattedLines TextEditorView::Private::formatted_lines

◆ idle_count

unsigned int TextEditorView::Private::idle_count = 0

◆ ime_popup

InputMethodPopup* TextEditorView::Private::ime_popup = nullptr

◆ is_focus_frame_visible

bool TextEditorView::Private::is_focus_frame_visible = false

◆ preedit

PreEditText TextEditorView::Private::preedit

◆ reference_pixmap

QPixmap TextEditorView::Private::reference_pixmap

◆ scroll_bar_h

QScrollBar* TextEditorView::Private::scroll_bar_h = nullptr

◆ scroll_bar_v

QScrollBar* TextEditorView::Private::scroll_bar_v = nullptr

◆ status_line

QString TextEditorView::Private::status_line

◆ text_font

QFont TextEditorView::Private::text_font

◆ theme

TextEditorThemePtr TextEditorView::Private::theme

◆ top_margin

int TextEditorView::Private::top_margin = 0

◆ wheel_delta

int TextEditorView::Private::wheel_delta = 0

The documentation for this struct was generated from the following file: