started with the doxygen docs
This commit is contained in:
parent
abca458a2e
commit
794d9e6955
2
.gitignore
vendored
2
.gitignore
vendored
@ -12,6 +12,4 @@ fontconfig
|
|||||||
qskinny.pro.user
|
qskinny.pro.user
|
||||||
*.o
|
*.o
|
||||||
*.log
|
*.log
|
||||||
Doxyfile
|
|
||||||
html
|
html
|
||||||
parser
|
|
||||||
|
203
doc/Doxyfile
203
doc/Doxyfile
@ -1,4 +1,4 @@
|
|||||||
# Doxyfile 1.8.16
|
# Doxyfile 1.8.20
|
||||||
|
|
||||||
# This file describes the settings to be used by the documentation system
|
# This file describes the settings to be used by the documentation system
|
||||||
# doxygen (www.doxygen.org) for a project.
|
# doxygen (www.doxygen.org) for a project.
|
||||||
@ -217,6 +217,14 @@ QT_AUTOBRIEF = NO
|
|||||||
|
|
||||||
MULTILINE_CPP_IS_BRIEF = NO
|
MULTILINE_CPP_IS_BRIEF = NO
|
||||||
|
|
||||||
|
# By default Python docstrings are displayed as preformatted text and doxygen's
|
||||||
|
# special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
|
||||||
|
# doxygen's special commands can be used and the contents of the docstring
|
||||||
|
# documentation blocks is shown as doxygen documentation.
|
||||||
|
# The default value is: YES.
|
||||||
|
|
||||||
|
PYTHON_DOCSTRING = YES
|
||||||
|
|
||||||
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
|
# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
|
||||||
# documentation from any documented member that it re-implements.
|
# documentation from any documented member that it re-implements.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
@ -251,13 +259,10 @@ TAB_SIZE = 4
|
|||||||
# commands \{ and \} for these it is advised to use the version @{ and @} or use
|
# commands \{ and \} for these it is advised to use the version @{ and @} or use
|
||||||
# a double escape (\\{ and \\})
|
# a double escape (\\{ and \\})
|
||||||
|
|
||||||
ALIASES = "accessors=\par Access functions:\n"
|
ALIASES = "accessors=\par Access functions:^^" \
|
||||||
|
"subcontrols=\par Subcontrols:^^" \
|
||||||
# This tag can be used to specify a number of word-keyword mappings (TCL only).
|
"states=\par States:^^" \
|
||||||
# A mapping has the form "name=value". For example adding "class=itcl::class"
|
"skinlet=\par Default Skinlet:^^"
|
||||||
# will allow you to use the command class in the itcl::class meaning.
|
|
||||||
|
|
||||||
TCL_SUBST =
|
|
||||||
|
|
||||||
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
|
||||||
# only. Doxygen will then generate output that is more tailored for C. For
|
# only. Doxygen will then generate output that is more tailored for C. For
|
||||||
@ -299,21 +304,21 @@ OPTIMIZE_OUTPUT_SLICE = NO
|
|||||||
# parses. With this tag you can assign which parser to use for a given
|
# parses. With this tag you can assign which parser to use for a given
|
||||||
# extension. Doxygen has a built-in mapping, but you can override or extend it
|
# extension. Doxygen has a built-in mapping, but you can override or extend it
|
||||||
# using this tag. The format is ext=language, where ext is a file extension, and
|
# using this tag. The format is ext=language, where ext is a file extension, and
|
||||||
# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
|
# language is one of the parsers supported by doxygen: IDL, Java, JavaScript,
|
||||||
# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice,
|
# Csharp (C#), C, C++, D, PHP, md (Markdown), Objective-C, Python, Slice, VHDL,
|
||||||
# Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
|
# Fortran (fixed format Fortran: FortranFixed, free formatted Fortran:
|
||||||
# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
|
# FortranFree, unknown formatted Fortran: Fortran. In the later case the parser
|
||||||
# tries to guess whether the code is fixed or free formatted code, this is the
|
# tries to guess whether the code is fixed or free formatted code, this is the
|
||||||
# default for Fortran type files), VHDL, tcl. For instance to make doxygen treat
|
# default for Fortran type files). For instance to make doxygen treat .inc files
|
||||||
# .inc files as Fortran files (default is PHP), and .f files as C (default is
|
# as Fortran files (default is PHP), and .f files as C (default is Fortran),
|
||||||
# Fortran), use: inc=Fortran f=C.
|
# use: inc=Fortran f=C.
|
||||||
#
|
#
|
||||||
# Note: For files without extension you can use no_extension as a placeholder.
|
# Note: For files without extension you can use no_extension as a placeholder.
|
||||||
#
|
#
|
||||||
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
|
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
|
||||||
# the files are not read by doxygen.
|
# the files are not read by doxygen.
|
||||||
|
|
||||||
EXTENSION_MAPPING = metadox=C++
|
EXTENSION_MAPPING =
|
||||||
|
|
||||||
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
|
# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
|
||||||
# according to the Markdown format, which allows for more readable
|
# according to the Markdown format, which allows for more readable
|
||||||
@ -350,7 +355,7 @@ AUTOLINK_SUPPORT = YES
|
|||||||
# diagrams that involve STL classes more complete and accurate.
|
# diagrams that involve STL classes more complete and accurate.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
BUILTIN_STL_SUPPORT = NO
|
BUILTIN_STL_SUPPORT = YES
|
||||||
|
|
||||||
# If you use Microsoft's C++/CLI language, you should set this option to YES to
|
# If you use Microsoft's C++/CLI language, you should set this option to YES to
|
||||||
# enable parsing support.
|
# enable parsing support.
|
||||||
@ -445,6 +450,19 @@ TYPEDEF_HIDES_STRUCT = NO
|
|||||||
|
|
||||||
LOOKUP_CACHE_SIZE = 0
|
LOOKUP_CACHE_SIZE = 0
|
||||||
|
|
||||||
|
# The NUM_PROC_THREADS specifies the number threads doxygen is allowed to use
|
||||||
|
# during processing. When set to 0 doxygen will based this on the number of
|
||||||
|
# cores available in the system. You can set it explicitly to a value larger
|
||||||
|
# than 0 to get more control over the balance between CPU load and processing
|
||||||
|
# speed. At this moment only the input processing can be done using multiple
|
||||||
|
# threads. Since this is still an experimental feature the default is set to 1,
|
||||||
|
# which efficively disables parallel processing. Please report any issues you
|
||||||
|
# encounter. Generating dot graphs in parallel is controlled by the
|
||||||
|
# DOT_NUM_THREADS setting.
|
||||||
|
# Minimum value: 0, maximum value: 32, default value: 1.
|
||||||
|
|
||||||
|
NUM_PROC_THREADS = 1
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Build related configuration options
|
# Build related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
@ -469,7 +487,7 @@ EXTRACT_PRIVATE = NO
|
|||||||
# methods of a class will be included in the documentation.
|
# methods of a class will be included in the documentation.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
EXTRACT_PRIV_VIRTUAL = NO
|
EXTRACT_PRIV_VIRTUAL = YES
|
||||||
|
|
||||||
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
|
# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
|
||||||
# scope will be included in the documentation.
|
# scope will be included in the documentation.
|
||||||
@ -525,8 +543,8 @@ HIDE_UNDOC_MEMBERS = NO
|
|||||||
HIDE_UNDOC_CLASSES = NO
|
HIDE_UNDOC_CLASSES = NO
|
||||||
|
|
||||||
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|
# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
|
||||||
# (class|struct|union) declarations. If set to NO, these declarations will be
|
# declarations. If set to NO, these declarations will be included in the
|
||||||
# included in the documentation.
|
# documentation.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
HIDE_FRIEND_COMPOUNDS = YES
|
HIDE_FRIEND_COMPOUNDS = YES
|
||||||
@ -549,7 +567,7 @@ INTERNAL_DOCS = NO
|
|||||||
# names in lower-case letters. If set to YES, upper-case letters are also
|
# names in lower-case letters. If set to YES, upper-case letters are also
|
||||||
# allowed. This is useful if you have classes or files whose names only differ
|
# allowed. This is useful if you have classes or files whose names only differ
|
||||||
# in case and if your file system supports case sensitive file names. Windows
|
# in case and if your file system supports case sensitive file names. Windows
|
||||||
# (including Cygwin) ands Mac users are advised to set this option to NO.
|
# (including Cygwin) and Mac users are advised to set this option to NO.
|
||||||
# The default value is: system dependent.
|
# The default value is: system dependent.
|
||||||
|
|
||||||
CASE_SENSE_NAMES = NO
|
CASE_SENSE_NAMES = NO
|
||||||
@ -731,7 +749,7 @@ FILE_VERSION_FILTER =
|
|||||||
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
|
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
|
||||||
# tag is left empty.
|
# tag is left empty.
|
||||||
|
|
||||||
LAYOUT_FILE = DoxygenLayout.xml
|
LAYOUT_FILE =
|
||||||
|
|
||||||
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
|
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
|
||||||
# the reference definitions. This must be a list of .bib files. The .bib
|
# the reference definitions. This must be a list of .bib files. The .bib
|
||||||
@ -785,7 +803,7 @@ WARN_IF_DOC_ERROR = YES
|
|||||||
# EXTRACT_ALL is set to YES then this flag will automatically be disabled.
|
# EXTRACT_ALL is set to YES then this flag will automatically be disabled.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
WARN_NO_PARAMDOC = YES
|
WARN_NO_PARAMDOC = NO
|
||||||
|
|
||||||
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
# If the WARN_AS_ERROR tag is set to YES then doxygen will immediately stop when
|
||||||
# a warning is encountered.
|
# a warning is encountered.
|
||||||
@ -819,15 +837,7 @@ WARN_LOGFILE = Doxygen.log
|
|||||||
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
|
||||||
# Note: If this tag is empty the current directory is searched.
|
# Note: If this tag is empty the current directory is searched.
|
||||||
|
|
||||||
INPUT = . \
|
INPUT = . classes ../src
|
||||||
classes \
|
|
||||||
../src/common \
|
|
||||||
../src/controls \
|
|
||||||
../src/dialogs \
|
|
||||||
../src/graphic \
|
|
||||||
../src/inputpanel \
|
|
||||||
../src/layouts \
|
|
||||||
../src/nodes
|
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
|
||||||
@ -849,19 +859,64 @@ INPUT_ENCODING = UTF-8
|
|||||||
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
|
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
|
||||||
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
|
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
|
||||||
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
|
||||||
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08,
|
# *.m, *.markdown, *.md, *.mm, *.dox (to be provided as doxygen C comment),
|
||||||
# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf, *.qsf and *.ice.
|
# *.doc (to be provided as doxygen C comment), *.txt (to be provided as doxygen
|
||||||
|
# C comment), *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, *.f18, *.f, *.for, *.vhd,
|
||||||
|
# *.vhdl, *.ucf, *.qsf and *.ice.
|
||||||
|
|
||||||
FILE_PATTERNS = *.h \
|
FILE_PATTERNS = *.c \
|
||||||
|
*.cc \
|
||||||
|
*.cxx \
|
||||||
*.cpp \
|
*.cpp \
|
||||||
|
*.c++ \
|
||||||
|
*.java \
|
||||||
|
*.ii \
|
||||||
|
*.ixx \
|
||||||
|
*.ipp \
|
||||||
|
*.i++ \
|
||||||
|
*.inl \
|
||||||
|
*.idl \
|
||||||
|
*.ddl \
|
||||||
|
*.odl \
|
||||||
|
*.h \
|
||||||
|
*.hh \
|
||||||
|
*.hxx \
|
||||||
|
*.hpp \
|
||||||
|
*.h++ \
|
||||||
|
*.cs \
|
||||||
|
*.d \
|
||||||
|
*.php \
|
||||||
|
*.php4 \
|
||||||
|
*.php5 \
|
||||||
|
*.phtml \
|
||||||
|
*.inc \
|
||||||
|
*.m \
|
||||||
|
*.markdown \
|
||||||
|
*.md \
|
||||||
|
*.mm \
|
||||||
*.dox \
|
*.dox \
|
||||||
*.metadox
|
*.doc \
|
||||||
|
*.txt \
|
||||||
|
*.py \
|
||||||
|
*.pyw \
|
||||||
|
*.f90 \
|
||||||
|
*.f95 \
|
||||||
|
*.f03 \
|
||||||
|
*.f08 \
|
||||||
|
*.f18 \
|
||||||
|
*.f \
|
||||||
|
*.for \
|
||||||
|
*.vhd \
|
||||||
|
*.vhdl \
|
||||||
|
*.ucf \
|
||||||
|
*.qsf \
|
||||||
|
*.ice
|
||||||
|
|
||||||
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
# The RECURSIVE tag can be used to specify whether or not subdirectories should
|
||||||
# be searched for input files as well.
|
# be searched for input files as well.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
RECURSIVE = NO
|
RECURSIVE = YES
|
||||||
|
|
||||||
# The EXCLUDE tag can be used to specify files and/or directories that should be
|
# The EXCLUDE tag can be used to specify files and/or directories that should be
|
||||||
# excluded from the INPUT source files. This way you can easily exclude a
|
# excluded from the INPUT source files. This way you can easily exclude a
|
||||||
@ -959,7 +1014,7 @@ INPUT_FILTER =
|
|||||||
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
|
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
|
||||||
# properly processed by doxygen.
|
# properly processed by doxygen.
|
||||||
|
|
||||||
FILTER_PATTERNS = *.metadox=metadoxfilter
|
FILTER_PATTERNS =
|
||||||
|
|
||||||
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
|
# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
|
||||||
# INPUT_FILTER) will also be used to filter the input files that are used for
|
# INPUT_FILTER) will also be used to filter the input files that are used for
|
||||||
@ -994,7 +1049,7 @@ USE_MDFILE_AS_MAINPAGE =
|
|||||||
# also VERBATIM_HEADERS is set to NO.
|
# also VERBATIM_HEADERS is set to NO.
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
|
|
||||||
SOURCE_BROWSER = NO
|
SOURCE_BROWSER = YES
|
||||||
|
|
||||||
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
||||||
# classes and enums directly into the documentation.
|
# classes and enums directly into the documentation.
|
||||||
@ -1093,8 +1148,7 @@ COLS_IN_ALPHA_INDEX = 5
|
|||||||
# while generating the index headers.
|
# while generating the index headers.
|
||||||
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.
|
||||||
|
|
||||||
IGNORE_PREFIX = Qsk \
|
IGNORE_PREFIX = Qsk Q
|
||||||
Q
|
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to the HTML output
|
# Configuration options related to the HTML output
|
||||||
@ -1194,7 +1248,7 @@ HTML_EXTRA_FILES =
|
|||||||
# Minimum value: 0, maximum value: 359, default value: 220.
|
# Minimum value: 0, maximum value: 359, default value: 220.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_COLORSTYLE_HUE = 220
|
HTML_COLORSTYLE_HUE = 30
|
||||||
|
|
||||||
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|
# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
|
||||||
# in the HTML output. For a value of 0 the output will use grayscales only. A
|
# in the HTML output. For a value of 0 the output will use grayscales only. A
|
||||||
@ -1213,7 +1267,7 @@ HTML_COLORSTYLE_SAT = 100
|
|||||||
# Minimum value: 40, maximum value: 240, default value: 80.
|
# Minimum value: 40, maximum value: 240, default value: 80.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_COLORSTYLE_GAMMA = 80
|
HTML_COLORSTYLE_GAMMA = 130
|
||||||
|
|
||||||
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|
# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
|
||||||
# page will contain the date and time when the page was generated. Setting this
|
# page will contain the date and time when the page was generated. Setting this
|
||||||
@ -1226,9 +1280,9 @@ HTML_TIMESTAMP = NO
|
|||||||
|
|
||||||
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
# If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML
|
||||||
# documentation will contain a main index with vertical navigation menus that
|
# documentation will contain a main index with vertical navigation menus that
|
||||||
# are dynamically created via Javascript. If disabled, the navigation index will
|
# are dynamically created via JavaScript. If disabled, the navigation index will
|
||||||
# consists of multiple levels of tabs that are statically embedded in every HTML
|
# consists of multiple levels of tabs that are statically embedded in every HTML
|
||||||
# page. Disable this option to support browsers that do not have Javascript,
|
# page. Disable this option to support browsers that do not have JavaScript,
|
||||||
# like the Qt help browser.
|
# like the Qt help browser.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
@ -1241,7 +1295,7 @@ HTML_DYNAMIC_MENUS = YES
|
|||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_DYNAMIC_SECTIONS = NO
|
HTML_DYNAMIC_SECTIONS = YES
|
||||||
|
|
||||||
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|
# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
|
||||||
# shown in the various tree structured indices initially; the user can expand
|
# shown in the various tree structured indices initially; the user can expand
|
||||||
@ -1334,7 +1388,7 @@ CHM_FILE =
|
|||||||
HHC_LOCATION =
|
HHC_LOCATION =
|
||||||
|
|
||||||
# The GENERATE_CHI flag controls if a separate .chi index file is generated
|
# The GENERATE_CHI flag controls if a separate .chi index file is generated
|
||||||
# (YES) or that it should be included in the master .chm file (NO).
|
# (YES) or that it should be included in the main .chm file (NO).
|
||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
|
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.
|
||||||
|
|
||||||
@ -1422,7 +1476,7 @@ QHP_SECT_FILTER_ATTRS =
|
|||||||
# generated .qhp file.
|
# generated .qhp file.
|
||||||
# This tag requires that the tag GENERATE_QHP is set to YES.
|
# This tag requires that the tag GENERATE_QHP is set to YES.
|
||||||
|
|
||||||
QHG_LOCATION = qhelpgenerator
|
QHG_LOCATION =
|
||||||
|
|
||||||
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
|
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
|
||||||
# generated, together with the HTML files, they form an Eclipse help plugin. To
|
# generated, together with the HTML files, they form an Eclipse help plugin. To
|
||||||
@ -1496,6 +1550,17 @@ TREEVIEW_WIDTH = 250
|
|||||||
|
|
||||||
EXT_LINKS_IN_WINDOW = NO
|
EXT_LINKS_IN_WINDOW = NO
|
||||||
|
|
||||||
|
# If the HTML_FORMULA_FORMAT option is set to svg, doxygen will use the pdf2svg
|
||||||
|
# tool (see https://github.com/dawbarton/pdf2svg) or inkscape (see
|
||||||
|
# https://inkscape.org) to generate formulas as SVG images instead of PNGs for
|
||||||
|
# the HTML output. These images will generally look nicer at scaled resolutions.
|
||||||
|
# Possible values are: png (the default) and svg (looks nicer but requires the
|
||||||
|
# pdf2svg or inkscape tool).
|
||||||
|
# The default value is: png.
|
||||||
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
|
HTML_FORMULA_FORMAT = svg
|
||||||
|
|
||||||
# Use this tag to change the font size of LaTeX formulas included as images in
|
# Use this tag to change the font size of LaTeX formulas included as images in
|
||||||
# the HTML documentation. When you change the font size after a successful
|
# the HTML documentation. When you change the font size after a successful
|
||||||
# doxygen run you need to manually remove any form_*.png images from the HTML
|
# doxygen run you need to manually remove any form_*.png images from the HTML
|
||||||
@ -1516,8 +1581,14 @@ FORMULA_FONTSIZE = 10
|
|||||||
|
|
||||||
FORMULA_TRANSPARENT = YES
|
FORMULA_TRANSPARENT = YES
|
||||||
|
|
||||||
|
# The FORMULA_MACROFILE can contain LaTeX \newcommand and \renewcommand commands
|
||||||
|
# to create new LaTeX commands to be used in formulas as building blocks. See
|
||||||
|
# the section "Including formulas" for details.
|
||||||
|
|
||||||
|
FORMULA_MACROFILE =
|
||||||
|
|
||||||
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
|
# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
|
||||||
# https://www.mathjax.org) which uses client side Javascript for the rendering
|
# https://www.mathjax.org) which uses client side JavaScript for the rendering
|
||||||
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
|
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
|
||||||
# installed or if you want to formulas look prettier in the HTML output. When
|
# installed or if you want to formulas look prettier in the HTML output. When
|
||||||
# enabled you may also need to install MathJax separately and configure the path
|
# enabled you may also need to install MathJax separately and configure the path
|
||||||
@ -1545,10 +1616,10 @@ MATHJAX_FORMAT = HTML-CSS
|
|||||||
# Content Delivery Network so you can quickly see the result without installing
|
# Content Delivery Network so you can quickly see the result without installing
|
||||||
# MathJax. However, it is strongly recommended to install a local copy of
|
# MathJax. However, it is strongly recommended to install a local copy of
|
||||||
# MathJax from https://www.mathjax.org before deployment.
|
# MathJax from https://www.mathjax.org before deployment.
|
||||||
# The default value is: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/.
|
# The default value is: https://cdn.jsdelivr.net/npm/mathjax@2.
|
||||||
# This tag requires that the tag USE_MATHJAX is set to YES.
|
# This tag requires that the tag USE_MATHJAX is set to YES.
|
||||||
|
|
||||||
MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
|
MATHJAX_RELPATH = https://cdn.jsdelivr.net/npm/mathjax@2
|
||||||
|
|
||||||
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
|
# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
|
||||||
# extension names that should be enabled during MathJax rendering. For example
|
# extension names that should be enabled during MathJax rendering. For example
|
||||||
@ -1587,7 +1658,7 @@ MATHJAX_CODEFILE =
|
|||||||
SEARCHENGINE = YES
|
SEARCHENGINE = YES
|
||||||
|
|
||||||
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
|
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
|
||||||
# implemented using a web server instead of a web client using Javascript. There
|
# implemented using a web server instead of a web client using JavaScript. There
|
||||||
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
|
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
|
||||||
# setting. When disabled, doxygen will generate a PHP script for searching and
|
# setting. When disabled, doxygen will generate a PHP script for searching and
|
||||||
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
|
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
|
||||||
@ -1678,7 +1749,7 @@ LATEX_OUTPUT = latex
|
|||||||
# the output language.
|
# the output language.
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
||||||
|
|
||||||
LATEX_CMD_NAME = latex
|
LATEX_CMD_NAME =
|
||||||
|
|
||||||
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
|
# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
|
||||||
# index for LaTeX.
|
# index for LaTeX.
|
||||||
@ -1706,7 +1777,7 @@ LATEX_MAKEINDEX_CMD = makeindex
|
|||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
||||||
|
|
||||||
COMPACT_LATEX = YES
|
COMPACT_LATEX = NO
|
||||||
|
|
||||||
# The PAPER_TYPE tag can be used to set the paper type that is used by the
|
# The PAPER_TYPE tag can be used to set the paper type that is used by the
|
||||||
# printer.
|
# printer.
|
||||||
@ -1715,7 +1786,7 @@ COMPACT_LATEX = YES
|
|||||||
# The default value is: a4.
|
# The default value is: a4.
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
||||||
|
|
||||||
PAPER_TYPE = a4wide
|
PAPER_TYPE = a4
|
||||||
|
|
||||||
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
|
# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
|
||||||
# that should be included in the LaTeX output. The package can be specified just
|
# that should be included in the LaTeX output. The package can be specified just
|
||||||
@ -1784,9 +1855,11 @@ LATEX_EXTRA_FILES =
|
|||||||
|
|
||||||
PDF_HYPERLINKS = YES
|
PDF_HYPERLINKS = YES
|
||||||
|
|
||||||
# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
|
# If the USE_PDFLATEX tag is set to YES, doxygen will use the engine as
|
||||||
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
|
# specified with LATEX_CMD_NAME to generate the PDF file directly from the LaTeX
|
||||||
# higher quality PDF documentation.
|
# files. Set this option to YES, to get a higher quality PDF documentation.
|
||||||
|
#
|
||||||
|
# See also section LATEX_CMD_NAME for selecting the engine.
|
||||||
# The default value is: YES.
|
# The default value is: YES.
|
||||||
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
# This tag requires that the tag GENERATE_LATEX is set to YES.
|
||||||
|
|
||||||
@ -2120,7 +2193,9 @@ INCLUDE_FILE_PATTERNS =
|
|||||||
# recursively expanded use the := operator instead of the = operator.
|
# recursively expanded use the := operator instead of the = operator.
|
||||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||||
|
|
||||||
PREDEFINED =
|
PREDEFINED = \
|
||||||
|
Q_GADGET= \
|
||||||
|
|
||||||
|
|
||||||
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
|
||||||
# tag can be used to specify a list of macro names that should be expanded. The
|
# tag can be used to specify a list of macro names that should be expanded. The
|
||||||
@ -2129,7 +2204,7 @@ PREDEFINED =
|
|||||||
# definition found in the source code.
|
# definition found in the source code.
|
||||||
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
|
||||||
|
|
||||||
EXPAND_AS_DEFINED = QSK_DECLARE_DELEGATE
|
EXPAND_AS_DEFINED = QSK_EXPORT
|
||||||
|
|
||||||
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
|
# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
|
||||||
# remove all references to function-like macros that are alone on a line, have
|
# remove all references to function-like macros that are alone on a line, have
|
||||||
@ -2158,13 +2233,7 @@ SKIP_FUNCTION_MACROS = YES
|
|||||||
# the path). If a tag file is not located in the directory in which doxygen is
|
# the path). If a tag file is not located in the directory in which doxygen is
|
||||||
# run, you must also specify the path to the tagfile here.
|
# run, you must also specify the path to the tagfile here.
|
||||||
|
|
||||||
TAGFILES = /usr/share/doc/qt/qtcore/qtcore.tags=https://doc.qt.io/qt-5/ \
|
TAGFILES = # TODO: see https://www.qt.io/blog/2014/08/13/qt-weekly-17-linking-qt-classes-in-documentation-generated-with-doxygen
|
||||||
/usr/share/doc/qt/qdoc/qdoc.tags=https://doc.qt.io/qt-5/ \
|
|
||||||
/usr/share/doc/qt/qtgui/qtgui.tags=https://doc.qt.io/qt-5/ \
|
|
||||||
/usr/share/doc/qt/qtqml/qtqml.tags=https://doc.qt.io/qt-5/ \
|
|
||||||
/usr/share/doc/qt/qtquick/qtquick.tags=https://doc.qt.io/qt-5/ \
|
|
||||||
/usr/share/doc/qt/qtsvg/qtsvg.tags=https://doc.qt.io/qt-5/ \
|
|
||||||
/usr/share/doc/qt/qtwidgets/qtwidgets.tags=https://doc.qt.io/qt-5/
|
|
||||||
|
|
||||||
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
|
# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
|
||||||
# tag file that is based on the input files it reads. See section "Linking to
|
# tag file that is based on the input files it reads. See section "Linking to
|
||||||
@ -2386,7 +2455,7 @@ DIRECTORY_GRAPH = YES
|
|||||||
# The default value is: png.
|
# The default value is: png.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
DOT_IMAGE_FORMAT = png
|
DOT_IMAGE_FORMAT = svg
|
||||||
|
|
||||||
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
|
# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
|
||||||
# enable generation of interactive SVG images that allow zooming and panning.
|
# enable generation of interactive SVG images that allow zooming and panning.
|
||||||
@ -2398,7 +2467,7 @@ DOT_IMAGE_FORMAT = png
|
|||||||
# The default value is: NO.
|
# The default value is: NO.
|
||||||
# This tag requires that the tag HAVE_DOT is set to YES.
|
# This tag requires that the tag HAVE_DOT is set to YES.
|
||||||
|
|
||||||
INTERACTIVE_SVG = NO
|
INTERACTIVE_SVG = YES
|
||||||
|
|
||||||
# The DOT_PATH tag can be used to specify the path where the dot tool can be
|
# The DOT_PATH tag can be used to specify the path where the dot tool can be
|
||||||
# found. If left blank, it is assumed the dot tool can be found in the path.
|
# found. If left blank, it is assumed the dot tool can be found in the path.
|
||||||
|
@ -1,39 +1,39 @@
|
|||||||
<doxygenlayout version="1.0">
|
<doxygenlayout version="1.0">
|
||||||
<!-- Generated by doxygen 1.8.16 -->
|
<!-- Generated by doxygen 1.8.20 -->
|
||||||
<!-- Navigation index tabs for HTML output -->
|
<!-- Navigation index tabs for HTML output -->
|
||||||
<navindex>
|
<navindex>
|
||||||
<tab type="mainpage" visible="yes" title=""/>
|
<tab type="mainpage" visible="yes" title="Home"/>
|
||||||
<tab type="pages" visible="no" title="" intro=""/>
|
<tab type="pages" visible="no" title="" intro=""/>
|
||||||
<tab type="modules" visible="no" title="Grouped Classes" intro=""/>
|
|
||||||
<tab type="namespaces" visible="yes" title="">
|
<tab type="namespaces" visible="yes" title="">
|
||||||
<tab type="namespacelist" visible="yes" title="" intro=""/>
|
<tab type="namespacelist" visible="yes" title="" intro=""/>
|
||||||
<tab type="namespacemembers" visible="yes" title="" intro=""/>
|
<tab type="namespacemembers" visible="no" title="" intro=""/>
|
||||||
</tab>
|
</tab>
|
||||||
<tab type="interfaces" visible="yes" title="">
|
<tab type="interfaces" visible="yes" title="">
|
||||||
<tab type="interfacelist" visible="yes" title="" intro=""/>
|
<tab type="interfacelist" visible="yes" title="" intro=""/>
|
||||||
<tab type="interfaceindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
<tab type="interfaceindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
||||||
<tab type="interfacehierarchy" visible="yes" title="" intro=""/>
|
<tab type="interfacehierarchy" visible="no" title="" intro=""/>
|
||||||
</tab>
|
</tab>
|
||||||
<tab type="classes" visible="yes" title="">
|
<tab type="classes" visible="yes" title="">
|
||||||
|
<tab type="modules" visible="yes" title="Groups" intro=""/>
|
||||||
<tab type="classlist" visible="yes" title="" intro=""/>
|
<tab type="classlist" visible="yes" title="" intro=""/>
|
||||||
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
<tab type="classindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
||||||
<tab type="hierarchy" visible="yes" title="" intro=""/>
|
<tab type="hierarchy" visible="no" title="" intro=""/>
|
||||||
<tab type="classmembers" visible="yes" title="" intro=""/>
|
<tab type="classmembers" visible="no" title="" intro=""/>
|
||||||
</tab>
|
</tab>
|
||||||
<tab type="structs" visible="yes" title="">
|
<tab type="structs" visible="yes" title="">
|
||||||
<tab type="structlist" visible="yes" title="" intro=""/>
|
<tab type="structlist" visible="yes" title="" intro=""/>
|
||||||
<tab type="structindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
<tab type="structindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
||||||
</tab>
|
</tab>
|
||||||
<tab type="exceptions" visible="yes" title="">
|
<tab type="exceptions" visible="no" title="">
|
||||||
<tab type="exceptionlist" visible="yes" title="" intro=""/>
|
<tab type="exceptionlist" visible="no" title="" intro=""/>
|
||||||
<tab type="exceptionindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
<tab type="exceptionindex" visible="$ALPHABETICAL_INDEX" title=""/>
|
||||||
<tab type="exceptionhierarchy" visible="yes" title="" intro=""/>
|
<tab type="exceptionhierarchy" visible="no" title="" intro=""/>
|
||||||
</tab>
|
</tab>
|
||||||
<tab type="files" visible="no" title="">
|
<tab type="files" visible="no" title="">
|
||||||
<tab type="filelist" visible="no" title="" intro=""/>
|
<tab type="filelist" visible="no" title="" intro=""/>
|
||||||
<tab type="globals" visible="no" title="" intro=""/>
|
<tab type="globals" visible="no" title="" intro=""/>
|
||||||
</tab>
|
</tab>
|
||||||
<tab type="examples" visible="yes" title="" intro=""/>
|
<tab type="examples" visible="no" title="" intro=""/>
|
||||||
</navindex>
|
</navindex>
|
||||||
|
|
||||||
<!-- Layout definition for a class page -->
|
<!-- Layout definition for a class page -->
|
||||||
@ -46,13 +46,15 @@
|
|||||||
<nestedclasses visible="yes" title=""/>
|
<nestedclasses visible="yes" title=""/>
|
||||||
<publictypes title=""/>
|
<publictypes title=""/>
|
||||||
<services title=""/>
|
<services title=""/>
|
||||||
|
<related title="" subtitle=""/>
|
||||||
<interfaces title=""/>
|
<interfaces title=""/>
|
||||||
<publicslots title=""/>
|
<properties title=""/>
|
||||||
<signals title=""/>
|
|
||||||
<publicmethods title=""/>
|
|
||||||
<publicstaticmethods title=""/>
|
|
||||||
<publicattributes title=""/>
|
<publicattributes title=""/>
|
||||||
<publicstaticattributes title=""/>
|
<publicstaticattributes title=""/>
|
||||||
|
<publicmethods title=""/>
|
||||||
|
<publicstaticmethods title=""/>
|
||||||
|
<publicslots title=""/>
|
||||||
|
<signals title=""/>
|
||||||
<protectedtypes title=""/>
|
<protectedtypes title=""/>
|
||||||
<protectedslots title=""/>
|
<protectedslots title=""/>
|
||||||
<protectedmethods title=""/>
|
<protectedmethods title=""/>
|
||||||
@ -64,7 +66,6 @@
|
|||||||
<packagestaticmethods title=""/>
|
<packagestaticmethods title=""/>
|
||||||
<packageattributes title=""/>
|
<packageattributes title=""/>
|
||||||
<packagestaticattributes title=""/>
|
<packagestaticattributes title=""/>
|
||||||
<properties title=""/>
|
|
||||||
<events title=""/>
|
<events title=""/>
|
||||||
<privatetypes title=""/>
|
<privatetypes title=""/>
|
||||||
<privateslots title=""/>
|
<privateslots title=""/>
|
||||||
@ -73,7 +74,6 @@
|
|||||||
<privateattributes title=""/>
|
<privateattributes title=""/>
|
||||||
<privatestaticattributes title=""/>
|
<privatestaticattributes title=""/>
|
||||||
<friends title=""/>
|
<friends title=""/>
|
||||||
<related title="" subtitle=""/>
|
|
||||||
<membergroups visible="yes"/>
|
<membergroups visible="yes"/>
|
||||||
</memberdecl>
|
</memberdecl>
|
||||||
<detaileddescription title=""/>
|
<detaileddescription title=""/>
|
||||||
|
@ -3,41 +3,70 @@
|
|||||||
\{
|
\{
|
||||||
\namespace QskNamespace
|
\namespace QskNamespace
|
||||||
|
|
||||||
|
\class QskCorner
|
||||||
|
\class QskGradient
|
||||||
|
\class QskIntervalF
|
||||||
|
\class QskMargins
|
||||||
|
\class QskMetaFunction
|
||||||
|
\class QskMetaInvokable
|
||||||
|
\class QskObjectCounter
|
||||||
|
\class QskRgbPalette
|
||||||
|
\class QskRgbValue
|
||||||
|
\class QskScaleEngine
|
||||||
|
\class QskScaleTickmarks
|
||||||
|
\class QskSizePolicy
|
||||||
|
\}
|
||||||
|
|
||||||
|
\defgroup Graphic Graphic
|
||||||
|
\{
|
||||||
\class QskColorFilter
|
\class QskColorFilter
|
||||||
\class QskGraphic
|
\class QskGraphic
|
||||||
\class QskGraphicImageProvider
|
\class QskGraphicImageProvider
|
||||||
\class QskGraphicIO
|
\class QskGraphicIO
|
||||||
|
\class QskGraphicPaintEngine
|
||||||
\class QskGraphicProvider
|
\class QskGraphicProvider
|
||||||
\class QskGraphicProviderMap
|
\class QskGraphicProviderMap
|
||||||
\class QskGraphicTextureFactory
|
\class QskGraphicTextureFactory
|
||||||
\class QskGradient
|
\class QskPainterCommand
|
||||||
\class QskMargins
|
\class QskStandardSymbol
|
||||||
\class QskObjectCounter
|
\}
|
||||||
\class QskSetup
|
|
||||||
\class QskSkinManager
|
\defgroup Framework Framework
|
||||||
\class QskVariantAnimator
|
\{
|
||||||
\class QskAnimator
|
|
||||||
\class QskHintAnimator
|
|
||||||
\class QskFlickAnimator
|
|
||||||
\class QskQuickItem
|
|
||||||
\class QskControl
|
\class QskControl
|
||||||
\class QskShortcutMap
|
\class QskEvent
|
||||||
\class QskSizePolicy
|
|
||||||
\class QskGesture
|
\class QskGesture
|
||||||
\class QskGestureRecognizer
|
\class QskGestureRecognizer
|
||||||
\class QskPanGestureRecognizer
|
\class QskPanGestureRecognizer
|
||||||
\class QskSkinHintTable
|
\class QskQuick
|
||||||
\class QskSkinlet
|
\class QskQuickItem
|
||||||
\class QskAnimationHint
|
\class QskSetup
|
||||||
\class QskAspect
|
\class QskShortcutMap
|
||||||
\class QskSkinFactory
|
|
||||||
\class QskSkin
|
|
||||||
\class QskSkinnable
|
|
||||||
\class QskSkinTransition
|
|
||||||
\class QskWindow
|
\class QskWindow
|
||||||
\class QskBoxShapeMetrics
|
\}
|
||||||
|
|
||||||
|
\defgroup Animation Animation
|
||||||
|
\{
|
||||||
|
\class QskAnimator
|
||||||
|
\class QskAnimationHint
|
||||||
|
\class QskFlickAnimator
|
||||||
|
\class QskVariantAnimator
|
||||||
|
\}
|
||||||
|
|
||||||
|
\defgroup Themeing Themeing
|
||||||
|
\{
|
||||||
|
\class QskAspect
|
||||||
\class QskBoxBorderColors
|
\class QskBoxBorderColors
|
||||||
\class QskBoxBorderMetrics
|
\class QskBoxBorderMetrics
|
||||||
|
\class QskBoxShapeMetrics
|
||||||
|
\class QskShadowMetrics
|
||||||
|
\class QskSkinFactory
|
||||||
|
\class QskSkin
|
||||||
|
\class QskSkinHintTable
|
||||||
|
\class QskSkinlet
|
||||||
|
\class QskSkinManager
|
||||||
|
\class QskSkinnable
|
||||||
|
\class QskSkinTransition
|
||||||
\class QskTextColors
|
\class QskTextColors
|
||||||
\class QskTextOptions
|
\class QskTextOptions
|
||||||
\}
|
\}
|
||||||
@ -45,36 +74,77 @@
|
|||||||
\defgroup Controls Controls
|
\defgroup Controls Controls
|
||||||
\{
|
\{
|
||||||
\class QskAbstractButton
|
\class QskAbstractButton
|
||||||
|
\class QskBoundedControl
|
||||||
|
\class QskBoundedInput
|
||||||
|
\class QskBoundedRangeInput
|
||||||
|
\class QskBoundedValueInput
|
||||||
\class QskBox
|
\class QskBox
|
||||||
\class QskFocusIndicator
|
\class QskFocusIndicator
|
||||||
\class QskGraphicLabel
|
\class QskGraphicLabel
|
||||||
|
\class QskHintAnimator
|
||||||
|
\class QskInputGrabber
|
||||||
\class QskListView
|
\class QskListView
|
||||||
\class QskPageIndicator
|
\class QskPageIndicator
|
||||||
\class QskPopup
|
\class QskPopup
|
||||||
|
\class QskProgressBar
|
||||||
\class QskPushButton
|
\class QskPushButton
|
||||||
\class QskRangeControl
|
\class QskScrollBox
|
||||||
\class QskScrollArea
|
|
||||||
\class QskScrollView
|
\class QskScrollView
|
||||||
|
\class QskSeparator
|
||||||
|
\class QskSimpleListBox
|
||||||
\class QskSlider
|
\class QskSlider
|
||||||
\class QskStatusIndicator
|
\class QskStatusIndicator
|
||||||
\class QskSubWindowArea
|
|
||||||
\class QskSubWindow
|
|
||||||
\class QskTabBar
|
|
||||||
\class QskTabButton
|
\class QskTabButton
|
||||||
\class QskTabView
|
|
||||||
\class QskTextInput
|
\class QskTextInput
|
||||||
\class QskTextLabel
|
\class QskTextLabel
|
||||||
\}
|
\}
|
||||||
|
|
||||||
\defgroup Layouts
|
\defgroup Skinlets Skinlets
|
||||||
\{
|
\{
|
||||||
|
\class QskBoxSkinlet
|
||||||
|
\class QskFocusIndicatorSkinlet
|
||||||
|
\class QskGraphicLabelSkinlet
|
||||||
|
\class QskListViewSkinlet
|
||||||
|
\class QskPageIndicatorSkinlet
|
||||||
|
\class QskPopupSkinlet
|
||||||
|
\class QskProgressBarSkinlet
|
||||||
|
\class QskPushButtonSkinlet
|
||||||
|
\class QskScrollViewSkinlet
|
||||||
|
\class QskSeparatorSkinlet
|
||||||
|
\class QskSliderSkinlet
|
||||||
|
\class QskStatusIndicatorSkinlet
|
||||||
|
\class QskSubWindowAreaSkinlet
|
||||||
|
\class QskSubWindowSkinlet
|
||||||
|
\class QskTabButtonSkinlet
|
||||||
|
\class QskTabViewSkinlet
|
||||||
|
\class QskTextInputSkinlet
|
||||||
|
\class QskTextLabelSkinlet
|
||||||
|
\}
|
||||||
|
|
||||||
|
\defgroup Container Container
|
||||||
|
\{
|
||||||
|
\class QskScrollArea
|
||||||
|
\class QskSubWindowArea
|
||||||
|
\class QskSubWindow
|
||||||
|
\class QskTabBar
|
||||||
|
\class QskTabView
|
||||||
\class QskGridBox
|
\class QskGridBox
|
||||||
\class QskIndexedLayoutBox
|
\class QskIndexedLayoutBox
|
||||||
\class QskLinearBox
|
\class QskLinearBox
|
||||||
\class QskStackBox
|
\class QskStackBox
|
||||||
\}
|
\}
|
||||||
|
|
||||||
\defgroup Dialogs
|
\defgroup Layouts Layouts
|
||||||
|
\{
|
||||||
|
\class QskGridLayoutEngine
|
||||||
|
\class QskIndexedLayoutBox
|
||||||
|
\class QskLayoutChain
|
||||||
|
\class QskLayoutEngine2D
|
||||||
|
\class QskLayoutHint
|
||||||
|
\class QskLinearLayoutEngine
|
||||||
|
\}
|
||||||
|
|
||||||
|
\defgroup Dialogs Dialogs
|
||||||
\{
|
\{
|
||||||
\class QskDialogButtonBox
|
\class QskDialogButtonBox
|
||||||
\class QskDialogButton
|
\class QskDialogButton
|
||||||
@ -89,7 +159,7 @@
|
|||||||
\class QskSimpleListBox
|
\class QskSimpleListBox
|
||||||
\}
|
\}
|
||||||
|
|
||||||
\defgroup Skins
|
\defgroup Skinlets Skinlets
|
||||||
\{
|
\{
|
||||||
\class QskBoxSkinlet
|
\class QskBoxSkinlet
|
||||||
\class QskFocusIndicatorSkinlet
|
\class QskFocusIndicatorSkinlet
|
||||||
@ -111,14 +181,24 @@
|
|||||||
\class QskStandardSymbol
|
\class QskStandardSymbol
|
||||||
\}
|
\}
|
||||||
|
|
||||||
\defgroup Nodes
|
\defgroup Scenegraph Scenegraph
|
||||||
\{
|
\{
|
||||||
\class QskBoxClipNode
|
\class QskBoxClipNode
|
||||||
\class QskBoxNode
|
\class QskBoxNode
|
||||||
|
\class QskBoxRendererColorMap
|
||||||
|
\class QskBoxRenderer
|
||||||
\class QskGraphicNode
|
\class QskGraphicNode
|
||||||
\class QskPaintedNode
|
\class QskPaintedNode
|
||||||
|
\class QskPlainTextRenderer
|
||||||
|
\class QskRichTextRenderer
|
||||||
|
\class QskScaleRenderer
|
||||||
|
\class QskSGNode
|
||||||
\class QskTextNode
|
\class QskTextNode
|
||||||
|
\class QskTextRenderer
|
||||||
\class QskTextureNode
|
\class QskTextureNode
|
||||||
|
\class QskTextureRenderer
|
||||||
|
\class QskTickmarksNode
|
||||||
|
\class QskVertex
|
||||||
\}
|
\}
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
@ -5,8 +5,3 @@ qtHaveModule(svg) {
|
|||||||
SUBDIRS += \
|
SUBDIRS += \
|
||||||
svg2qvg
|
svg2qvg
|
||||||
}
|
}
|
||||||
|
|
||||||
doxygen {
|
|
||||||
SUBDIRS += \
|
|
||||||
metadoxfilter
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user