▼CFormatter | |
▼Csrchiliteqt::TextFormatter | A specialization of srchilite::Formatter in order to format parts of a document, instead of outputting the formatted text |
Csrchiliteqt::Qt3TextFormatter | The implementation of TextFormatter for Qt3, relying on QTextCharFormat |
Csrchiliteqt::Qt4TextFormatter | The implementation of TextFormatter for Qt4, relying on QTextCharFormat |
▼CFormatterFactory | |
▼Csrchiliteqt::TextFormatterFactory | Specialization of FormatterFactory to create TextFormatter objects to format text in a TextEdit |
Csrchiliteqt::Qt3TextFormatterFactory | Implementation of TextFormatterFactory to create Qt3 TextFormatter objects to format text in a TextEdit |
Csrchiliteqt::Qt4TextFormatterFactory | Implementation of TextFormatterFactory to create Qt4 TextFormatter objects to format text in a TextEdit |
▼Csrchiliteqt::GNUSyntaxHighlighter | An abstract class using GNU Source-highlight library to perform syntax highlighting |
Csrchiliteqt::Qt3SyntaxHighlighter | An implementation of QSyntaxHighlighter using GNU Source-highlight library (by relying on GNUSyntaxHighlighter provided by the common part of this library) |
Csrchiliteqt::Qt4SyntaxHighlighter | An implementation of QSyntaxHighlighter using GNU Source-highlight library (by relying on GNUSyntaxHighlighter provided by the common part of this library) |
Csrchiliteqt::HighlightStateData | Utility class to deal with current highlighting state (and stack of states) |
▼Cstd::map< K, T > | STL class |
Csrchiliteqt::QtColorMap | Map for source-highlight colors into qt colors (actually, into the format #RRGGBB) |
Csrchiliteqt::QtColorMapRGB | Map for RGB colors (actually, into the format #RRGGBB) into source-highlight colors |
Csrchiliteqt::ParagraphMap | Internal class for mapping paragraph numbers to HighlightStateData |
▼CQComboBox | |
Csrchiliteqt::LanguageComboBox | A subclass of QComboBox which provides functionalities for showing and selecting the language definition files of Source-Highlight |
Csrchiliteqt::OutputFormatComboBox | A subclass of QComboBox which provides functionalities for showing and selecting the output format definition files of Source-Highlight |
Csrchiliteqt::StyleComboBox | A subclass of QComboBox which provides functionalities for showing and selecting the style files of Source-Highlight |
▼CQDialog | |
Csrchiliteqt::ColorDialog | A dialog to change the colors of the foreground and background of an editor and of the font properties and colors of the language elements to highlight |
Csrchiliteqt::SourceHighlightSettingsDialog | A dialog for source-highlight's specific settings (for instance, the data dir value) |
▼CQSyntaxHighlighter | |
Csrchiliteqt::Qt3SyntaxHighlighter | An implementation of QSyntaxHighlighter using GNU Source-highlight library (by relying on GNUSyntaxHighlighter provided by the common part of this library) |
Csrchiliteqt::Qt4SyntaxHighlighter | An implementation of QSyntaxHighlighter using GNU Source-highlight library (by relying on GNUSyntaxHighlighter provided by the common part of this library) |
Csrchiliteqt::Qt4SourceHighlightStyleGenerator | Provides functionalities to generate the contents for a source-highlight style file |
▼CQTextBlockUserData | |
Csrchiliteqt::Qt4HighlightStateData | Utility class to deal with current highlighting state (and stack of states) |
▼CQTextEdit | |
Csrchiliteqt::TextEditHighlighted | A specialized QTextEdit that uses a Qt4SyntaxHighlighter for highlighting its contents |
▼CQWidget | |
Csrchiliteqt::LanguageElemColorForm | A form that can be used to select the style of a language element to highlight (for instance, color, bold, italic, etc.) |
Csrchiliteqt::MainColorForm | A form that can be used to select the color of the main font of the editor |
Csrchiliteqt::SourceHighlightSettingsPage | A page for a dialog for source-highlight's specific settings; this particular page deals with the data dir value) |
Csrchiliteqt::SourceHighlightExceptionBox | Utility functions to show message boxes related to Source-Highlight library thrown exceptions |
▼CUi_ColorDialog | |
CUi::ColorDialog | |
▼CUi_LanguageElemColorForm | |
CUi::LanguageElemColorForm | |
▼CUi_MainColorForm | |
CUi::MainColorForm | |
▼CUi_SourceHighlightSettingsDialog | |
CUi::SourceHighlightSettingsDialog | |
▼CUi_SourceHighlightSettingsPage | |
CUi::SourceHighlightSettingsPage | |