.. index:: pair: class; EE::UI::Doc::SyntaxStyleTypes .. _doxid-class_e_e_1_1_u_i_1_1_doc_1_1_syntax_style_types: class EE::UI::Doc::SyntaxStyleTypes =================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class SyntaxStyleTypes { public: // fields static constexpr auto :target:`Normal` = "normal"_sst; static constexpr auto :target:`Symbol` = "symbol"_sst; static constexpr auto :target:`Comment` = "comment"_sst; static constexpr auto :target:`Keyword` = "keyword"_sst; static constexpr auto :target:`Keyword2` = "keyword2"_sst; static constexpr auto :target:`Keyword3` = "keyword3"_sst; static constexpr auto :target:`Number` = "number"_sst; static constexpr auto :target:`Literal` = "literal"_sst; static constexpr auto :target:`String` = "string"_sst; static constexpr auto :target:`Operator` = "operator"_sst; static constexpr auto :target:`Function` = "function"_sst; static constexpr auto :target:`Link` = "link"_sst; static constexpr auto :target:`LinkHover` = "link_hover"_sst; static constexpr auto :target:`Background` = "background"_sst; static constexpr auto :target:`Text` = "text"_sst; static constexpr auto :target:`Caret` = "caret"_sst; static constexpr auto :target:`Selection` = "selection"_sst; static constexpr auto :target:`LineHighlight` = "line_highlight"_sst; static constexpr auto :target:`LineNumber` = "line_number"_sst; static constexpr auto :target:`LineNumber2` = "line_number2"_sst; static constexpr auto :target:`GutterBackground` = "gutter_background"_sst; static constexpr auto :target:`Whitespace` = "whitespace"_sst; static constexpr auto :target:`LineBreakColumn` = "line_break_column"_sst; static constexpr auto :target:`MatchingBracket` = "matching_bracket"_sst; static constexpr auto :target:`MatchingSelection` = "matching_selection"_sst; static constexpr auto :target:`MatchingSearch` = "matching_search"_sst; static constexpr auto :target:`Suggestion` = "suggestion"_sst; static constexpr auto :target:`SuggestionScrollbar` = "suggestion_scrollbar"_sst; static constexpr auto :target:`SuggestionSelected` = "suggestion_selected"_sst; static constexpr auto :target:`Error` = "error"_sst; static constexpr auto :target:`Warning` = "warning"_sst; static constexpr auto :target:`Notice` = "notice"_sst; static constexpr auto :target:`SelectionRegion` = "selection_region"_sst; static constexpr auto :target:`MinimapBackground` = "minimap_background"_sst; static constexpr auto :target:`MinimapCurrentLine` = "minimap_current_line"_sst; static constexpr auto :target:`MinimapHover` = "minimap_hover"_sst; static constexpr auto :target:`MinimapSelection` = "minimap_selection"_sst; static constexpr auto :target:`MinimapHighlight` = "minimap_highlight"_sst; static constexpr auto :target:`MinimapVisibleArea` = "minimap_visible_area"_sst; // methods template static bool :target:`needsToBeCached`(const Type& style); template static std::string :target:`toString`(const Type& style); };