summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/inputbool.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-10-06 09:23:02 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-10-06 09:23:02 (GMT)
commit9f68f7f9932b349d65b6af6059807af55d2e535a (patch)
tree3614f00d384d00026180e7d52b98633aa078d04b /addon/doxywizard/inputbool.h
parent2c7b7cb90091ea43b42bf4abe886631e073f639b (diff)
downloadDoxygen-9f68f7f9932b349d65b6af6059807af55d2e535a.zip
Doxygen-9f68f7f9932b349d65b6af6059807af55d2e535a.tar.gz
Doxygen-9f68f7f9932b349d65b6af6059807af55d2e535a.tar.bz2
Create possibility to show in doxywizard "condensed" settings
Doxygen has the possibility to show "condensed" (i.e. only show differences from the doxygen default)settings by means of `doxygen -x`. Creating in the doxygen wizard a button that also can show the "condensed" settings, it is already possible to show all settings.
Diffstat (limited to 'addon/doxywizard/inputbool.h')
-rw-r--r--addon/doxywizard/inputbool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/doxywizard/inputbool.h b/addon/doxywizard/inputbool.h
index 98f7f85..a527e20 100644
--- a/addon/doxywizard/inputbool.h
+++ b/addon/doxywizard/inputbool.h
@@ -38,6 +38,7 @@ class InputBool : public QObject, public Input
void addDependency(Input *option) { m_dependencies+=option; }
void setEnabled(bool);
void updateDependencies();
+ bool isDefault();
void writeValue(QTextStream &t,QTextCodec *codec);
void setTemplateDocs(const QString &docs) { m_tdocs = docs; }