summaryrefslogtreecommitdiffstats
path: root/src/__TODO/UiGuiHighlighter.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-03-17 22:16:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-04-01 10:58:24 +0900
commite7b18a1f57023a06ad12f5ff7d3cb2e80a254be5 (patch)
treed86a2f7b4012fdf7ebc7120317d0b3a9bd7ec135 /src/__TODO/UiGuiHighlighter.h
parentd879569fce39cb38991384a1851eeb42eca6e16f (diff)
downloaduniversal-indent-gui-tqt-e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5.tar.gz
universal-indent-gui-tqt-e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5.zip
Added first part of UiGuiSettings class.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/__TODO/UiGuiHighlighter.h')
-rw-r--r--src/__TODO/UiGuiHighlighter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/__TODO/UiGuiHighlighter.h b/src/__TODO/UiGuiHighlighter.h
index ad50849..025219e 100644
--- a/src/__TODO/UiGuiHighlighter.h
+++ b/src/__TODO/UiGuiHighlighter.h
@@ -47,15 +47,15 @@ class UiGuiHighlighter : public TQObject
TQStringList getAvailableHighlighters();
public slots:
- //! The foreground color for style number \a style is set to \a color. If
- //! \a style is -1 then the color is set for all styles.
+ // The foreground color for style number \a style is set to \a color. If
+ // \a style is -1 then the color is set for all styles.
void setColor(const TQColor &color, int style = -1);
- //! The font for style number \a style is set to \a font. If \a style is
- //! -1 then the font is set for all styles.
+ // The font for style number \a style is set to \a font. If \a style is
+ // -1 then the font is set for all styles.
void setFont(const TQFont &font, int style = -1);
- //! Sets the lexer that is responsible for the given \a extension.
+ // Sets the lexer that is responsible for the given \a extension.
int setLexerForExtension(TQString extension);
void setLexerByName(TQString lexerName);