WSF
wizard::EditorPrefData Struct Reference

#include <EditorPrefObject.hpp>

Public Member Functions

 EditorPrefData ()

Public Attributes

bool mShowLineNumbers {true}
bool mShowSyntaxTips {true}
bool mAutocompleteAfterPeriod {true}
bool mEnableUndoPopups {false}
unsigned int mTabSpace {3}
bool mFoldText {true}
std::map< QString, QColor > mDarkEditorColor
std::map< QString, QColor > mLightEditorColor
std::map< TextType, TextStylemDarkStyle
std::map< TextType, TextStylemLightStyle
QString mFontType {UiResources::GetInstance().GetFont().family()}
unsigned int mFontSize {ut::safe_cast<unsigned int>(UiResources::GetInstance().GetFont().pointSize())}
std::map< QString, std::pair< size_t, size_t > > mFilePositions

Constructor & Destructor Documentation

◆ EditorPrefData()

Member Data Documentation

◆ mAutocompleteAfterPeriod

bool wizard::EditorPrefData::mAutocompleteAfterPeriod {true}

◆ mDarkEditorColor

std::map<QString, QColor> wizard::EditorPrefData::mDarkEditorColor

◆ mDarkStyle

std::map<TextType, TextStyle> wizard::EditorPrefData::mDarkStyle

◆ mEnableUndoPopups

bool wizard::EditorPrefData::mEnableUndoPopups {false}

◆ mFilePositions

std::map<QString, std::pair<size_t, size_t> > wizard::EditorPrefData::mFilePositions

◆ mFoldText

bool wizard::EditorPrefData::mFoldText {true}

◆ mFontSize

unsigned int wizard::EditorPrefData::mFontSize {ut::safe_cast<unsigned int>(UiResources::GetInstance().GetFont().pointSize())}

◆ mFontType

QString wizard::EditorPrefData::mFontType {UiResources::GetInstance().GetFont().family()}

◆ mLightEditorColor

std::map<QString, QColor> wizard::EditorPrefData::mLightEditorColor

◆ mLightStyle

std::map<TextType, TextStyle> wizard::EditorPrefData::mLightStyle

◆ mShowLineNumbers

bool wizard::EditorPrefData::mShowLineNumbers {true}

◆ mShowSyntaxTips

bool wizard::EditorPrefData::mShowSyntaxTips {true}

◆ mTabSpace

unsigned int wizard::EditorPrefData::mTabSpace {3}

The documentation for this struct was generated from the following files:
Copyrights Multiple, All Rights Reserved