From 662528928286ca7af357b296e70db4923cbff88c Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 20 Dec 2010 17:00:59 +0000 Subject: [PATCH] Add Martin Steigemann's Qt based parameter GUI. git-svn-id: https://svn.dealii.org/trunk@23029 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/contrib/parameter_gui/Doxyfile | 1510 +++++++++++++++++ deal.II/contrib/parameter_gui/application.qrc | 16 + .../contrib/parameter_gui/browse_lineedit.cpp | 105 ++ .../contrib/parameter_gui/browse_lineedit.h | 92 + .../parameter_gui/dealii_parameter_gui.pro | 24 + .../contrib/parameter_gui/icons/document.png | Bin 0 -> 1085 bytes deal.II/contrib/parameter_gui/icons/exit.png | Bin 0 -> 1221 bytes .../contrib/parameter_gui/icons/fileclose.png | Bin 0 -> 1119 bytes .../contrib/parameter_gui/icons/fileopen.png | Bin 0 -> 1356 bytes .../contrib/parameter_gui/icons/filesave.png | Bin 0 -> 821 bytes .../parameter_gui/icons/filesaveas.png | Bin 0 -> 1137 bytes .../contrib/parameter_gui/icons/folder.png | Bin 0 -> 1380 bytes .../parameter_gui/icons/folder_open.png | Bin 0 -> 1349 bytes deal.II/contrib/parameter_gui/icons/idea.png | Bin 0 -> 1125 bytes .../parameter_gui/images/logo_dealii.png | Bin 0 -> 34400 bytes .../parameter_gui/images/logo_dealii_64.png | Bin 0 -> 1374 bytes .../parameter_gui/images/logo_dealii_gui.png | Bin 0 -> 24271 bytes .../images/logo_dealii_gui_128.png | Bin 0 -> 3481 bytes .../contrib/parameter_gui/info_message.cpp | 83 + deal.II/contrib/parameter_gui/info_message.h | 84 + deal.II/contrib/parameter_gui/main.cpp | 40 + deal.II/contrib/parameter_gui/mainwindow.cpp | 360 ++++ deal.II/contrib/parameter_gui/mainwindow.h | 157 ++ .../parameter_gui/parameter_delegate.cpp | 287 ++++ .../parameter_gui/parameter_delegate.h | 96 ++ deal.II/contrib/parameter_gui/parameters.xml | 502 ++++++ .../parameter_gui/xml_parameter_reader.cpp | 347 ++++ .../parameter_gui/xml_parameter_reader.h | 96 ++ .../parameter_gui/xml_parameter_writer.cpp | 83 + .../parameter_gui/xml_parameter_writer.h | 71 + 30 files changed, 3953 insertions(+) create mode 100644 deal.II/contrib/parameter_gui/Doxyfile create mode 100644 deal.II/contrib/parameter_gui/application.qrc create mode 100644 deal.II/contrib/parameter_gui/browse_lineedit.cpp create mode 100644 deal.II/contrib/parameter_gui/browse_lineedit.h create mode 100644 deal.II/contrib/parameter_gui/dealii_parameter_gui.pro create mode 100644 deal.II/contrib/parameter_gui/icons/document.png create mode 100644 deal.II/contrib/parameter_gui/icons/exit.png create mode 100644 deal.II/contrib/parameter_gui/icons/fileclose.png create mode 100644 deal.II/contrib/parameter_gui/icons/fileopen.png create mode 100644 deal.II/contrib/parameter_gui/icons/filesave.png create mode 100644 deal.II/contrib/parameter_gui/icons/filesaveas.png create mode 100644 deal.II/contrib/parameter_gui/icons/folder.png create mode 100644 deal.II/contrib/parameter_gui/icons/folder_open.png create mode 100644 deal.II/contrib/parameter_gui/icons/idea.png create mode 100644 deal.II/contrib/parameter_gui/images/logo_dealii.png create mode 100644 deal.II/contrib/parameter_gui/images/logo_dealii_64.png create mode 100644 deal.II/contrib/parameter_gui/images/logo_dealii_gui.png create mode 100644 deal.II/contrib/parameter_gui/images/logo_dealii_gui_128.png create mode 100644 deal.II/contrib/parameter_gui/info_message.cpp create mode 100644 deal.II/contrib/parameter_gui/info_message.h create mode 100644 deal.II/contrib/parameter_gui/main.cpp create mode 100644 deal.II/contrib/parameter_gui/mainwindow.cpp create mode 100644 deal.II/contrib/parameter_gui/mainwindow.h create mode 100644 deal.II/contrib/parameter_gui/parameter_delegate.cpp create mode 100644 deal.II/contrib/parameter_gui/parameter_delegate.h create mode 100644 deal.II/contrib/parameter_gui/parameters.xml create mode 100644 deal.II/contrib/parameter_gui/xml_parameter_reader.cpp create mode 100644 deal.II/contrib/parameter_gui/xml_parameter_reader.h create mode 100644 deal.II/contrib/parameter_gui/xml_parameter_writer.cpp create mode 100644 deal.II/contrib/parameter_gui/xml_parameter_writer.h diff --git a/deal.II/contrib/parameter_gui/Doxyfile b/deal.II/contrib/parameter_gui/Doxyfile new file mode 100644 index 0000000000..1238113fdd --- /dev/null +++ b/deal.II/contrib/parameter_gui/Doxyfile @@ -0,0 +1,1510 @@ +# Doxyfile 1.5.8 + +# This file describes the settings to be used by the documentation system +# doxygen (www.doxygen.org) for a project +# +# All text after a hash (#) is considered a comment and will be ignored +# The format is: +# TAG = value [value, ...] +# For lists items can also be appended using: +# TAG += value [value, ...] +# Values that contain spaces should be placed between quotes (" ") + +#--------------------------------------------------------------------------- +# Project related configuration options +#--------------------------------------------------------------------------- + +# This tag specifies the encoding used for all characters in the config file +# that follow. The default is UTF-8 which is also the encoding used for all +# text before the first occurrence of this tag. Doxygen uses libiconv (or the +# iconv built into libc) for the transcoding. See +# http://www.gnu.org/software/libiconv for the list of possible encodings. + +DOXYFILE_ENCODING = UTF-8 + +# The PROJECT_NAME tag is a single word (or a sequence of words surrounded +# by quotes) that should identify the project. + +PROJECT_NAME = parameterGUI + +# The PROJECT_NUMBER tag can be used to enter a project or revision number. +# This could be handy for archiving the generated documentation or +# if some version control system is used. + +PROJECT_NUMBER = 1.0 + +# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) +# base path where the generated documentation will be put. +# If a relative path is entered, it will be relative to the location +# where doxygen was started. If left blank the current directory will be used. + +OUTPUT_DIRECTORY = /home/masteige/projects/dealii_parameter_gui/doc + +# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create +# 4096 sub-directories (in 2 levels) under the output directory of each output +# format and will distribute the generated files over these directories. +# Enabling this option can be useful when feeding doxygen a huge amount of +# source files, where putting all generated files in the same directory would +# otherwise cause performance problems for the file system. + +CREATE_SUBDIRS = NO + +# The OUTPUT_LANGUAGE tag is used to specify the language in which all +# documentation generated by doxygen is written. Doxygen will use this +# information to generate all constant output in the proper language. +# The default language is English, other supported languages are: +# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, +# Croatian, Czech, Danish, Dutch, Farsi, Finnish, French, German, Greek, +# Hungarian, Italian, Japanese, Japanese-en (Japanese with English messages), +# Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, Polish, +# Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, Slovene, +# Spanish, Swedish, and Ukrainian. + +OUTPUT_LANGUAGE = English + +# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will +# include brief member descriptions after the members that are listed in +# the file and class documentation (similar to JavaDoc). +# Set to NO to disable this. + +BRIEF_MEMBER_DESC = YES + +# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend +# the brief description of a member or function before the detailed description. +# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the +# brief descriptions will be completely suppressed. + +REPEAT_BRIEF = YES + +# This tag implements a quasi-intelligent brief description abbreviator +# that is used to form the text in various listings. Each string +# in this list, if found as the leading text of the brief description, will be +# stripped from the text and the result after processing the whole list, is +# used as the annotated text. Otherwise, the brief description is used as-is. +# If left blank, the following values are used ("$name" is automatically +# replaced with the name of the entity): "The $name class" "The $name widget" +# "The $name file" "is" "provides" "specifies" "contains" +# "represents" "a" "an" "the" + +ABBREVIATE_BRIEF = + +# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then +# Doxygen will generate a detailed section even if there is only a brief +# description. + +ALWAYS_DETAILED_SEC = NO + +# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all +# inherited members of a class in the documentation of that class as if those +# members were ordinary class members. Constructors, destructors and assignment +# operators of the base classes will not be shown. + +INLINE_INHERITED_MEMB = NO + +# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full +# path before files name in the file list and in the header files. If set +# to NO the shortest path that makes the file name unique will be used. + +FULL_PATH_NAMES = YES + +# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag +# can be used to strip a user-defined part of the path. Stripping is +# only done if one of the specified strings matches the left-hand part of +# the path. The tag can be used to show relative paths in the file list. +# If left blank the directory from which doxygen is run is used as the +# path to strip. + +STRIP_FROM_PATH = + +# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of +# the path mentioned in the documentation of a class, which tells +# the reader which header file to include in order to use a class. +# If left blank only the name of the header file containing the class +# definition is used. Otherwise one should specify the include paths that +# are normally passed to the compiler using the -I flag. + +STRIP_FROM_INC_PATH = + +# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter +# (but less readable) file names. This can be useful is your file systems +# doesn't support long names like on DOS, Mac, or CD-ROM. + +SHORT_NAMES = NO + +# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen +# will interpret the first line (until the first dot) of a JavaDoc-style +# comment as the brief description. If set to NO, the JavaDoc +# comments will behave just like regular Qt-style comments +# (thus requiring an explicit @brief command for a brief description.) + +JAVADOC_AUTOBRIEF = YES + +# If the QT_AUTOBRIEF tag is set to YES then Doxygen will +# interpret the first line (until the first dot) of a Qt-style +# comment as the brief description. If set to NO, the comments +# will behave just like regular Qt-style comments (thus requiring +# an explicit \brief command for a brief description.) + +QT_AUTOBRIEF = NO + +# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen +# treat a multi-line C++ special comment block (i.e. a block of //! or /// +# comments) as a brief description. This used to be the default behaviour. +# The new default is to treat a multi-line C++ comment block as a detailed +# description. Set this tag to YES if you prefer the old behaviour instead. + +MULTILINE_CPP_IS_BRIEF = NO + +# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented +# member inherits the documentation from any documented member that it +# re-implements. + +INHERIT_DOCS = YES + +# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce +# a new page for each member. If set to NO, the documentation of a member will +# be part of the file/class/namespace that contains it. + +SEPARATE_MEMBER_PAGES = NO + +# The TAB_SIZE tag can be used to set the number of spaces in a tab. +# Doxygen uses this value to replace tabs by spaces in code fragments. + +TAB_SIZE = 8 + +# This tag can be used to specify a number of aliases that acts +# as commands in the documentation. An alias has the form "name=value". +# For example adding "sideeffect=\par Side Effects:\n" will allow you to +# put the command \sideeffect (or @sideeffect) in the documentation, which +# will result in a user-defined paragraph with heading "Side Effects:". +# You can put \n's in the value part of an alias to insert newlines. + +ALIASES = + +# 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 instance, some of the names that are used will be different. The list +# of all members will be omitted, etc. + +OPTIMIZE_OUTPUT_FOR_C = NO + +# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java +# sources only. Doxygen will then generate output that is more tailored for +# Java. For instance, namespaces will be presented as packages, qualified +# scopes will look different, etc. + +OPTIMIZE_OUTPUT_JAVA = NO + +# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran +# sources only. Doxygen will then generate output that is more tailored for +# Fortran. + +OPTIMIZE_FOR_FORTRAN = NO + +# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL +# sources. Doxygen will then generate output that is tailored for +# VHDL. + +OPTIMIZE_OUTPUT_VHDL = NO + +# Doxygen selects the parser to use depending on the extension of the files it 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 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, C#, C, C++, D, PHP, +# Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat +# .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran), +# use: inc=Fortran f=C + +EXTENSION_MAPPING = + +# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want +# to include (a tag file for) the STL sources as input, then you should +# set this tag to YES in order to let doxygen match functions declarations and +# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. +# func(std::string) {}). This also make the inheritance and collaboration +# diagrams that involve STL classes more complete and accurate. + +BUILTIN_STL_SUPPORT = NO + +# If you use Microsoft's C++/CLI language, you should set this option to YES to +# enable parsing support. + +CPP_CLI_SUPPORT = NO + +# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. +# Doxygen will parse them like normal C++ but will assume all classes use public +# instead of private inheritance when no explicit protection keyword is present. + +SIP_SUPPORT = NO + +# For Microsoft's IDL there are propget and propput attributes to indicate getter +# and setter methods for a property. Setting this option to YES (the default) +# will make doxygen to replace the get and set methods by a property in the +# documentation. This will only work if the methods are indeed getting or +# setting a simple type. If this is not the case, or you want to show the +# methods anyway, you should set this option to NO. + +IDL_PROPERTY_SUPPORT = YES + +# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC +# tag is set to YES, then doxygen will reuse the documentation of the first +# member in the group (if any) for the other members of the group. By default +# all members of a group must be documented explicitly. + +DISTRIBUTE_GROUP_DOC = YES + +# Set the SUBGROUPING tag to YES (the default) to allow class member groups of +# the same type (for instance a group of public functions) to be put as a +# subgroup of that type (e.g. under the Public Functions section). Set it to +# NO to prevent subgrouping. Alternatively, this can be done per class using +# the \nosubgrouping command. + +SUBGROUPING = YES + +# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum +# is documented as struct, union, or enum with the name of the typedef. So +# typedef struct TypeS {} TypeT, will appear in the documentation as a struct +# with name TypeT. When disabled the typedef will appear as a member of a file, +# namespace, or class. And the struct will be named TypeS. This can typically +# be useful for C code in case the coding convention dictates that all compound +# types are typedef'ed and only the typedef is referenced, never the tag name. + +TYPEDEF_HIDES_STRUCT = NO + +# The SYMBOL_CACHE_SIZE determines the size of the internal cache use to +# determine which symbols to keep in memory and which to flush to disk. +# When the cache is full, less often used symbols will be written to disk. +# For small to medium size projects (<1000 input files) the default value is +# probably good enough. For larger projects a too small cache size can cause +# doxygen to be busy swapping symbols to and from disk most of the time +# causing a significant performance penality. +# If the system has enough physical memory increasing the cache will improve the +# performance by keeping more symbols in memory. Note that the value works on +# a logarithmic scale so increasing the size by one will rougly double the +# memory usage. The cache size is given by this formula: +# 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0, +# corresponding to a cache size of 2^16 = 65536 symbols + +SYMBOL_CACHE_SIZE = 0 + +#--------------------------------------------------------------------------- +# Build related configuration options +#--------------------------------------------------------------------------- + +# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in +# documentation are documented, even if no documentation was available. +# Private class members and static file members will be hidden unless +# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES + +EXTRACT_ALL = YES + +# If the EXTRACT_PRIVATE tag is set to YES all private members of a class +# will be included in the documentation. + +EXTRACT_PRIVATE = YES + +# If the EXTRACT_STATIC tag is set to YES all static members of a file +# will be included in the documentation. + +EXTRACT_STATIC = YES + +# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) +# defined locally in source files will be included in the documentation. +# If set to NO only classes defined in header files are included. + +EXTRACT_LOCAL_CLASSES = YES + +# This flag is only useful for Objective-C code. When set to YES local +# methods, which are defined in the implementation section but not in +# the interface are included in the documentation. +# If set to NO (the default) only methods in the interface are included. + +EXTRACT_LOCAL_METHODS = YES + +# If this flag is set to YES, the members of anonymous namespaces will be +# extracted and appear in the documentation as a namespace called +# 'anonymous_namespace{file}', where file will be replaced with the base +# name of the file that contains the anonymous namespace. By default +# anonymous namespace are hidden. + +EXTRACT_ANON_NSPACES = NO + +# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all +# undocumented members of documented classes, files or namespaces. +# If set to NO (the default) these members will be included in the +# various overviews, but no documentation section is generated. +# This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_MEMBERS = NO + +# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all +# undocumented classes that are normally visible in the class hierarchy. +# If set to NO (the default) these classes will be included in the various +# overviews. This option has no effect if EXTRACT_ALL is enabled. + +HIDE_UNDOC_CLASSES = NO + +# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all +# friend (class|struct|union) declarations. +# If set to NO (the default) these declarations will be included in the +# documentation. + +HIDE_FRIEND_COMPOUNDS = NO + +# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any +# documentation blocks found inside the body of a function. +# If set to NO (the default) these blocks will be appended to the +# function's detailed documentation block. + +HIDE_IN_BODY_DOCS = NO + +# The INTERNAL_DOCS tag determines if documentation +# that is typed after a \internal command is included. If the tag is set +# to NO (the default) then the documentation will be excluded. +# Set it to YES to include the internal documentation. + +INTERNAL_DOCS = NO + +# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate +# file 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 +# in case and if your file system supports case sensitive file names. Windows +# and Mac users are advised to set this option to NO. + +CASE_SENSE_NAMES = YES + +# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen +# will show members with their full class and namespace scopes in the +# documentation. If set to YES the scope will be hidden. + +HIDE_SCOPE_NAMES = NO + +# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen +# will put a list of the files that are included by a file in the documentation +# of that file. + +SHOW_INCLUDE_FILES = YES + +# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] +# is inserted in the documentation for inline members. + +INLINE_INFO = YES + +# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen +# will sort the (detailed) documentation of file and class members +# alphabetically by member name. If set to NO the members will appear in +# declaration order. + +SORT_MEMBER_DOCS = YES + +# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the +# brief documentation of file, namespace and class members alphabetically +# by member name. If set to NO (the default) the members will appear in +# declaration order. + +SORT_BRIEF_DOCS = NO + +# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the +# hierarchy of group names into alphabetical order. If set to NO (the default) +# the group names will appear in their defined order. + +SORT_GROUP_NAMES = NO + +# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be +# sorted by fully-qualified names, including namespaces. If set to +# NO (the default), the class list will be sorted only by class name, +# not including the namespace part. +# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. +# Note: This option applies only to the class list, not to the +# alphabetical list. + +SORT_BY_SCOPE_NAME = NO + +# The GENERATE_TODOLIST tag can be used to enable (YES) or +# disable (NO) the todo list. This list is created by putting \todo +# commands in the documentation. + +GENERATE_TODOLIST = YES + +# The GENERATE_TESTLIST tag can be used to enable (YES) or +# disable (NO) the test list. This list is created by putting \test +# commands in the documentation. + +GENERATE_TESTLIST = YES + +# The GENERATE_BUGLIST tag can be used to enable (YES) or +# disable (NO) the bug list. This list is created by putting \bug +# commands in the documentation. + +GENERATE_BUGLIST = YES + +# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or +# disable (NO) the deprecated list. This list is created by putting +# \deprecated commands in the documentation. + +GENERATE_DEPRECATEDLIST= YES + +# The ENABLED_SECTIONS tag can be used to enable conditional +# documentation sections, marked by \if sectionname ... \endif. + +ENABLED_SECTIONS = + +# The MAX_INITIALIZER_LINES tag determines the maximum number of lines +# the initial value of a variable or define consists of for it to appear in +# the documentation. If the initializer consists of more lines than specified +# here it will be hidden. Use a value of 0 to hide initializers completely. +# The appearance of the initializer of individual variables and defines in the +# documentation can be controlled using \showinitializer or \hideinitializer +# command in the documentation regardless of this setting. + +MAX_INITIALIZER_LINES = 30 + +# Set the SHOW_USED_FILES tag to NO to disable the list of files generated +# at the bottom of the documentation of classes and structs. If set to YES the +# list will mention the files that were used to generate the documentation. + +SHOW_USED_FILES = YES + +# If the sources in your project are distributed over multiple directories +# then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy +# in the documentation. The default is NO. + +SHOW_DIRECTORIES = YES + +# Set the SHOW_FILES tag to NO to disable the generation of the Files page. +# This will remove the Files entry from the Quick Index and from the +# Folder Tree View (if specified). The default is YES. + +SHOW_FILES = YES + +# Set the SHOW_NAMESPACES tag to NO to disable the generation of the +# Namespaces page. +# This will remove the Namespaces entry from the Quick Index +# and from the Folder Tree View (if specified). The default is YES. + +SHOW_NAMESPACES = YES + +# The FILE_VERSION_FILTER tag can be used to specify a program or script that +# doxygen should invoke to get the current version for each file (typically from +# the version control system). Doxygen will invoke the program by executing (via +# popen()) the command , where is the value of +# the FILE_VERSION_FILTER tag, and is the name of an input file +# provided by doxygen. Whatever the program writes to standard output +# is used as the file version. See the manual for examples. + +FILE_VERSION_FILTER = + +# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by +# doxygen. The layout file controls the global structure of the generated output files +# in an output format independent way. The create the layout file that represents +# doxygen's defaults, run doxygen with the -l option. You can optionally specify a +# file name after the option, if omitted DoxygenLayout.xml will be used as the name +# of the layout file. + +LAYOUT_FILE = + +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- + +# The QUIET tag can be used to turn on/off the messages that are generated +# by doxygen. Possible values are YES and NO. If left blank NO is used. + +QUIET = NO + +# The WARNINGS tag can be used to turn on/off the warning messages that are +# generated by doxygen. Possible values are YES and NO. If left blank +# NO is used. + +WARNINGS = YES + +# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings +# for undocumented members. If EXTRACT_ALL is set to YES then this flag will +# automatically be disabled. + +WARN_IF_UNDOCUMENTED = YES + +# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for +# potential errors in the documentation, such as not documenting some +# parameters in a documented function, or documenting parameters that +# don't exist or using markup commands wrongly. + +WARN_IF_DOC_ERROR = YES + +# This WARN_NO_PARAMDOC option can be abled to get warnings for +# functions that are documented, but have no documentation for their parameters +# or return value. If set to NO (the default) doxygen will only warn about +# wrong or incomplete parameter documentation, but not about the absence of +# documentation. + +WARN_NO_PARAMDOC = NO + +# The WARN_FORMAT tag determines the format of the warning messages that +# doxygen can produce. The string should contain the $file, $line, and $text +# tags, which will be replaced by the file and line number from which the +# warning originated and the warning text. Optionally the format may contain +# $version, which will be replaced by the version of the file (if it could +# be obtained via FILE_VERSION_FILTER) + +WARN_FORMAT = "$file:$line: $text" + +# The WARN_LOGFILE tag can be used to specify a file to which warning +# and error messages should be written. If left blank the output is written +# to stderr. + +WARN_LOGFILE = + +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- + +# The INPUT tag can be used to specify the files and/or directories that contain +# documented source files. You may enter file names like "myfile.cpp" or +# directories like "/usr/src/myproject". Separate the files or directories +# with spaces. + +INPUT = /home/masteige/projects/dealii_parameter_gui + +# This tag can be used to specify the character encoding of the source files +# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is +# also the default input encoding. Doxygen uses libiconv (or the iconv built +# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for +# the list of possible encodings. + +INPUT_ENCODING = UTF-8 + +# If the value of the INPUT tag contains directories, you can use the +# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank the following patterns are tested: +# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx +# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 + +FILE_PATTERNS = *.cpp *.h + +# The RECURSIVE tag can be used to turn specify whether or not subdirectories +# should be searched for input files as well. Possible values are YES and NO. +# If left blank NO is used. + +RECURSIVE = YES + +# The EXCLUDE tag can be used to specify files and/or directories that should +# excluded from the INPUT source files. This way you can easily exclude a +# subdirectory from a directory tree whose root is specified with the INPUT tag. + +EXCLUDE = /home/masteige/projects/mcrack2d/icons + +# The EXCLUDE_SYMLINKS tag can be used select whether or not files or +# directories that are symbolic links (a Unix filesystem feature) are excluded +# from the input. + +EXCLUDE_SYMLINKS = YES + +# If the value of the INPUT tag contains directories, you can use the +# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude +# certain files from those directories. Note that the wildcards are matched +# against the file with absolute path, so to exclude all test directories +# for example use the pattern */test/* + +EXCLUDE_PATTERNS = + +# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names +# (namespaces, classes, functions, etc.) that should be excluded from the +# output. The symbol name can be a fully qualified name, a word, or if the +# wildcard * is used, a substring. Examples: ANamespace, AClass, +# AClass::ANamespace, ANamespace::*Test + +EXCLUDE_SYMBOLS = + +# The EXAMPLE_PATH tag can be used to specify one or more files or +# directories that contain example code fragments that are included (see +# the \include command). + +EXAMPLE_PATH = + +# If the value of the EXAMPLE_PATH tag contains directories, you can use the +# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp +# and *.h) to filter out the source-files in the directories. If left +# blank all files are included. + +EXAMPLE_PATTERNS = + +# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be +# searched for input files to be used with the \include or \dontinclude +# commands irrespective of the value of the RECURSIVE tag. +# Possible values are YES and NO. If left blank NO is used. + +EXAMPLE_RECURSIVE = NO + +# The IMAGE_PATH tag can be used to specify one or more files or +# directories that contain image that are included in the documentation (see +# the \image command). + +IMAGE_PATH = /home/masteige/projects/dealii_parameter_gui/images + +# The INPUT_FILTER tag can be used to specify a program that doxygen should +# invoke to filter for each input file. Doxygen will invoke the filter program +# by executing (via popen()) the command , where +# is the value of the INPUT_FILTER tag, and is the name of an +# input file. Doxygen will then use the output that the filter program writes +# to standard output. +# If FILTER_PATTERNS is specified, this tag will be +# ignored. + +INPUT_FILTER = + +# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern +# basis. +# Doxygen will compare the file name with each pattern and apply the +# filter if there is a match. +# The filters are a list of the form: +# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further +# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER +# is applied to all files. + +FILTER_PATTERNS = + +# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using +# INPUT_FILTER) will be used to filter the input files when producing source +# files to browse (i.e. when SOURCE_BROWSER is set to YES). + +FILTER_SOURCE_FILES = NO + +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- + +# If the SOURCE_BROWSER tag is set to YES then a list of source files will +# be generated. Documented entities will be cross-referenced with these sources. +# Note: To get rid of all source code in the generated output, make sure also +# VERBATIM_HEADERS is set to NO. + +SOURCE_BROWSER = NO + +# Setting the INLINE_SOURCES tag to YES will include the body +# of functions and classes directly in the documentation. + +INLINE_SOURCES = NO + +# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct +# doxygen to hide any special comment blocks from generated source code +# fragments. Normal C and C++ comments will always remain visible. + +STRIP_CODE_COMMENTS = YES + +# If the REFERENCED_BY_RELATION tag is set to YES +# then for each documented function all documented +# functions referencing it will be listed. + +REFERENCED_BY_RELATION = NO + +# If the REFERENCES_RELATION tag is set to YES +# then for each documented function all documented entities +# called/used by that function will be listed. + +REFERENCES_RELATION = NO + +# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) +# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from +# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will +# link to the source code. +# Otherwise they will link to the documentation. + +REFERENCES_LINK_SOURCE = YES + +# If the USE_HTAGS tag is set to YES then the references to source code +# will point to the HTML generated by the htags(1) tool instead of doxygen +# built-in source browser. The htags tool is part of GNU's global source +# tagging system (see http://www.gnu.org/software/global/global.html). You +# will need version 4.8.6 or higher. + +USE_HTAGS = NO + +# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen +# will generate a verbatim copy of the header file for each class for +# which an include is specified. Set to NO to disable this. + +VERBATIM_HEADERS = YES + +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- + +# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index +# of all compounds will be generated. Enable this if the project +# contains a lot of classes, structs, unions or interfaces. + +ALPHABETICAL_INDEX = YES + +# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then +# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns +# in which this list will be split (can be a number in the range [1..20]) + +COLS_IN_ALPHA_INDEX = 5 + +# In case all classes in a project start with a common prefix, all +# classes will be put under the same header in the alphabetical index. +# The IGNORE_PREFIX tag can be used to specify one or more prefixes that +# should be ignored while generating the index headers. + +IGNORE_PREFIX = + +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- + +# If the GENERATE_HTML tag is set to YES (the default) Doxygen will +# generate HTML output. + +GENERATE_HTML = YES + +# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `html' will be used as the default path. + +HTML_OUTPUT = html + +# The HTML_FILE_EXTENSION tag can be used to specify the file extension for +# each generated HTML page (for example: .htm,.php,.asp). If it is left blank +# doxygen will generate files with .html extension. + +HTML_FILE_EXTENSION = .html + +# The HTML_HEADER tag can be used to specify a personal HTML header for +# each generated HTML page. If it is left blank doxygen will generate a +# standard header. + +HTML_HEADER = + +# The HTML_FOOTER tag can be used to specify a personal HTML footer for +# each generated HTML page. If it is left blank doxygen will generate a +# standard footer. + +HTML_FOOTER = + +# The HTML_STYLESHEET tag can be used to specify a user-defined cascading +# style sheet that is used by each HTML page. It can be used to +# fine-tune the look of the HTML output. If the tag is left blank doxygen +# will generate a default style sheet. Note that doxygen will try to copy +# the style sheet file to the HTML output directory, so don't put your own +# stylesheet in the HTML output directory as well, or it will be erased! + +HTML_STYLESHEET = + +# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, +# files or namespaces will be aligned in HTML using tables. If set to +# NO a bullet list will be used. + +HTML_ALIGN_MEMBERS = YES + +# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML +# documentation will contain sections that can be hidden and shown after the +# page has loaded. For this to work a browser that supports +# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox +# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). + +HTML_DYNAMIC_SECTIONS = NO + +# If the GENERATE_DOCSET tag is set to YES, additional index files +# will be generated that can be used as input for Apple's Xcode 3 +# integrated development environment, introduced with OSX 10.5 (Leopard). +# To create a documentation set, doxygen will generate a Makefile in the +# HTML output directory. Running make will produce the docset in that +# directory and running "make install" will install the docset in +# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find +# it at startup. +# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information. + +GENERATE_DOCSET = NO + +# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the +# feed. A documentation feed provides an umbrella under which multiple +# documentation sets from a single provider (such as a company or product suite) +# can be grouped. + +DOCSET_FEEDNAME = "Doxygen generated docs" + +# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that +# should uniquely identify the documentation set bundle. This should be a +# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen +# will append .docset to the name. + +DOCSET_BUNDLE_ID = org.doxygen.Project + +# If the GENERATE_HTMLHELP tag is set to YES, additional index files +# will be generated that can be used as input for tools like the +# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) +# of the generated HTML documentation. + +GENERATE_HTMLHELP = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can +# be used to specify the file name of the resulting .chm file. You +# can add a path in front of the file if the result should not be +# written to the html output directory. + +CHM_FILE = + +# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can +# be used to specify the location (absolute path including file name) of +# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run +# the HTML help compiler on the generated index.hhp. + +HHC_LOCATION = + +# If the GENERATE_HTMLHELP tag is set to YES, 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). + +GENERATE_CHI = NO + +# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING +# is used to encode HtmlHelp index (hhk), content (hhc) and project file +# content. + +CHM_INDEX_ENCODING = + +# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag +# controls whether a binary table of contents is generated (YES) or a +# normal table of contents (NO) in the .chm file. + +BINARY_TOC = NO + +# The TOC_EXPAND flag can be set to YES to add extra items for group members +# to the contents of the HTML help documentation and to the tree view. + +TOC_EXPAND = NO + +# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER +# are set, an additional index file will be generated that can be used as input for +# Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated +# HTML documentation. + +GENERATE_QHP = NO + +# If the QHG_LOCATION tag is specified, the QCH_FILE tag can +# be used to specify the file name of the resulting .qch file. +# The path specified is relative to the HTML output folder. + +QCH_FILE = + +# The QHP_NAMESPACE tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see +# http://doc.trolltech.com/qthelpproject.html#namespace + +QHP_NAMESPACE = + +# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating +# Qt Help Project output. For more information please see +# http://doc.trolltech.com/qthelpproject.html#virtual-folders + +QHP_VIRTUAL_FOLDER = doc + +# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add. +# For more information please see +# http://doc.trolltech.com/qthelpproject.html#custom-filters + +QHP_CUST_FILTER_NAME = + +# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see +# Qt Help Project / Custom Filters. + +QHP_CUST_FILTER_ATTRS = + +# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's +# filter section matches. +# Qt Help Project / Filter Attributes. + +QHP_SECT_FILTER_ATTRS = + +# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can +# be used to specify the location of Qt's qhelpgenerator. +# If non-empty doxygen will try to run qhelpgenerator on the generated +# .qhp file. + +QHG_LOCATION = + +# The DISABLE_INDEX tag can be used to turn on/off the condensed index at +# top of each HTML page. The value NO (the default) enables the index and +# the value YES disables it. + +DISABLE_INDEX = NO + +# This tag can be used to set the number of enum values (range [1..20]) +# that doxygen will group on one line in the generated HTML documentation. + +ENUM_VALUES_PER_LINE = 4 + +# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index +# structure should be generated to display hierarchical information. +# If the tag value is set to FRAME, a side panel will be generated +# containing a tree-like index structure (just like the one that +# is generated for HTML Help). For this to work a browser that supports +# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, +# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are +# probably better off using the HTML help feature. Other possible values +# for this tag are: HIERARCHIES, which will generate the Groups, Directories, +# and Class Hierarchy pages using a tree view instead of an ordered list; +# ALL, which combines the behavior of FRAME and HIERARCHIES; and NONE, which +# disables this behavior completely. For backwards compatibility with previous +# releases of Doxygen, the values YES and NO are equivalent to FRAME and NONE +# respectively. + +GENERATE_TREEVIEW = NONE + +# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be +# used to set the initial width (in pixels) of the frame in which the tree +# is shown. + +TREEVIEW_WIDTH = 250 + +# Use this tag to change the font size of Latex formulas included +# as images in the HTML documentation. The default is 10. Note that +# when you change the font size after a successful doxygen run you need +# to manually remove any form_*.png images from the HTML output directory +# to force them to be regenerated. + +FORMULA_FONTSIZE = 10 + +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- + +# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will +# generate Latex output. + +GENERATE_LATEX = NO + +# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `latex' will be used as the default path. + +LATEX_OUTPUT = latex + +# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be +# invoked. If left blank `latex' will be used as the default command name. + +LATEX_CMD_NAME = latex + +# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to +# generate index for LaTeX. If left blank `makeindex' will be used as the +# default command name. + +MAKEINDEX_CMD_NAME = makeindex + +# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact +# LaTeX documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_LATEX = NO + +# The PAPER_TYPE tag can be used to set the paper type that is used +# by the printer. Possible values are: a4, a4wide, letter, legal and +# executive. If left blank a4wide will be used. + +PAPER_TYPE = a4wide + +# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX +# packages that should be included in the LaTeX output. + +EXTRA_PACKAGES = amssymb, amsmath + +# The LATEX_HEADER tag can be used to specify a personal LaTeX header for +# the generated latex document. The header should contain everything until +# the first chapter. If it is left blank doxygen will generate a +# standard header. Notice: only use this tag if you know what you are doing! + +LATEX_HEADER = + +# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated +# is prepared for conversion to pdf (using ps2pdf). The pdf file will +# contain links (just like the HTML output) instead of page references +# This makes the output suitable for online browsing using a pdf viewer. + +PDF_HYPERLINKS = YES + +# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of +# plain latex in the generated Makefile. Set this option to YES to get a +# higher quality PDF documentation. + +USE_PDFLATEX = YES + +# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. +# command to the generated LaTeX files. This will instruct LaTeX to keep +# running if errors occur, instead of asking the user for help. +# This option is also used when generating formulas in HTML. + +LATEX_BATCHMODE = NO + +# If LATEX_HIDE_INDICES is set to YES then doxygen will not +# include the index chapters (such as File Index, Compound Index, etc.) +# in the output. + +LATEX_HIDE_INDICES = NO + +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- + +# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output +# The RTF output is optimized for Word 97 and may not look very pretty with +# other RTF readers or editors. + +GENERATE_RTF = NO + +# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `rtf' will be used as the default path. + +RTF_OUTPUT = rtf + +# If the COMPACT_RTF tag is set to YES Doxygen generates more compact +# RTF documents. This may be useful for small projects and may help to +# save some trees in general. + +COMPACT_RTF = NO + +# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated +# will contain hyperlink fields. The RTF file will +# contain links (just like the HTML output) instead of page references. +# This makes the output suitable for online browsing using WORD or other +# programs which support those fields. +# Note: wordpad (write) and others do not support links. + +RTF_HYPERLINKS = NO + +# Load stylesheet definitions from file. Syntax is similar to doxygen's +# config file, i.e. a series of assignments. You only have to provide +# replacements, missing definitions are set to their default value. + +RTF_STYLESHEET_FILE = + +# Set optional variables used in the generation of an rtf document. +# Syntax is similar to doxygen's config file. + +RTF_EXTENSIONS_FILE = + +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- + +# If the GENERATE_MAN tag is set to YES (the default) Doxygen will +# generate man pages + +GENERATE_MAN = NO + +# The MAN_OUTPUT tag is used to specify where the man pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `man' will be used as the default path. + +MAN_OUTPUT = man + +# The MAN_EXTENSION tag determines the extension that is added to +# the generated man pages (default is the subroutine's section .3) + +MAN_EXTENSION = .3 + +# If the MAN_LINKS tag is set to YES and Doxygen generates man output, +# then it will generate one additional man file for each entity +# documented in the real man page(s). These additional files +# only source the real man page, but without them the man command +# would be unable to find the correct page. The default is NO. + +MAN_LINKS = NO + +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- + +# If the GENERATE_XML tag is set to YES Doxygen will +# generate an XML file that captures the structure of +# the code including all documentation. + +GENERATE_XML = NO + +# The XML_OUTPUT tag is used to specify where the XML pages will be put. +# If a relative path is entered the value of OUTPUT_DIRECTORY will be +# put in front of it. If left blank `xml' will be used as the default path. + +XML_OUTPUT = xml + +# The XML_SCHEMA tag can be used to specify an XML schema, +# which can be used by a validating XML parser to check the +# syntax of the XML files. + +XML_SCHEMA = + +# The XML_DTD tag can be used to specify an XML DTD, +# which can be used by a validating XML parser to check the +# syntax of the XML files. + +XML_DTD = + +# If the XML_PROGRAMLISTING tag is set to YES Doxygen will +# dump the program listings (including syntax highlighting +# and cross-referencing information) to the XML output. Note that +# enabling this will significantly increase the size of the XML output. + +XML_PROGRAMLISTING = YES + +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- + +# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will +# generate an AutoGen Definitions (see autogen.sf.net) file +# that captures the structure of the code including all +# documentation. Note that this feature is still experimental +# and incomplete at the moment. + +GENERATE_AUTOGEN_DEF = NO + +#--------------------------------------------------------------------------- +# configuration options related to the Perl module output +#--------------------------------------------------------------------------- + +# If the GENERATE_PERLMOD tag is set to YES Doxygen will +# generate a Perl module file that captures the structure of +# the code including all documentation. Note that this +# feature is still experimental and incomplete at the +# moment. + +GENERATE_PERLMOD = NO + +# If the PERLMOD_LATEX tag is set to YES Doxygen will generate +# the necessary Makefile rules, Perl scripts and LaTeX code to be able +# to generate PDF and DVI output from the Perl module output. + +PERLMOD_LATEX = NO + +# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be +# nicely formatted so it can be parsed by a human reader. +# This is useful +# if you want to understand what is going on. +# On the other hand, if this +# tag is set to NO the size of the Perl module output will be much smaller +# and Perl will parse it just the same. + +PERLMOD_PRETTY = YES + +# The names of the make variables in the generated doxyrules.make file +# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. +# This is useful so different doxyrules.make files included by the same +# Makefile don't overwrite each other's variables. + +PERLMOD_MAKEVAR_PREFIX = + +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- + +# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will +# evaluate all C-preprocessor directives found in the sources and include +# files. + +ENABLE_PREPROCESSING = YES + +# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro +# names in the source code. If set to NO (the default) only conditional +# compilation will be performed. Macro expansion can be done in a controlled +# way by setting EXPAND_ONLY_PREDEF to YES. + +MACRO_EXPANSION = NO + +# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES +# then the macro expansion is limited to the macros specified with the +# PREDEFINED and EXPAND_AS_DEFINED tags. + +EXPAND_ONLY_PREDEF = NO + +# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files +# in the INCLUDE_PATH (see below) will be search if a #include is found. + +SEARCH_INCLUDES = YES + +# The INCLUDE_PATH tag can be used to specify one or more directories that +# contain include files that are not input files but should be processed by +# the preprocessor. + +INCLUDE_PATH = + +# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard +# patterns (like *.h and *.hpp) to filter out the header-files in the +# directories. If left blank, the patterns specified with FILE_PATTERNS will +# be used. + +INCLUDE_FILE_PATTERNS = + +# The PREDEFINED tag can be used to specify one or more macro names that +# are defined before the preprocessor is started (similar to the -D option of +# gcc). The argument of the tag is a list of macros of the form: name +# or name=definition (no spaces). If the definition and the = are +# omitted =1 is assumed. To prevent a macro definition from being +# undefined via #undef or recursively expanded use the := operator +# instead of the = operator. + +PREDEFINED = + +# 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 macro definition that is found in the sources will be used. +# Use the PREDEFINED tag if you want to use a different macro definition. + +EXPAND_AS_DEFINED = + +# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then +# doxygen's preprocessor will remove all function-like macros that are alone +# on a line, have an all uppercase name, and do not end with a semicolon. Such +# function macros are typically used for boiler-plate code, and will confuse +# the parser if not removed. + +SKIP_FUNCTION_MACROS = YES + +#--------------------------------------------------------------------------- +# Configuration::additions related to external references +#--------------------------------------------------------------------------- + +# The TAGFILES option can be used to specify one or more tagfiles. +# Optionally an initial location of the external documentation +# can be added for each tagfile. The format of a tag file without +# this location is as follows: +# +# TAGFILES = file1 file2 ... +# Adding location for the tag files is done as follows: +# +# TAGFILES = file1=loc1 "file2 = loc2" ... +# where "loc1" and "loc2" can be relative or absolute paths or +# URLs. If a location is present for each tag, the installdox tool +# does not have to be run to correct the links. +# Note that each tag file must have a unique name +# (where the name does NOT include 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. + +TAGFILES = + +# When a file name is specified after GENERATE_TAGFILE, doxygen will create +# a tag file that is based on the input files it reads. + +GENERATE_TAGFILE = + +# If the ALLEXTERNALS tag is set to YES all external classes will be listed +# in the class index. If set to NO only the inherited external classes +# will be listed. + +ALLEXTERNALS = NO + +# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed +# in the modules index. If set to NO, only the current project's groups will +# be listed. + +EXTERNAL_GROUPS = YES + +# The PERL_PATH should be the absolute path and name of the perl script +# interpreter (i.e. the result of `which perl'). + +PERL_PATH = /usr/bin/perl + +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- + +# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will +# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base +# or super classes. Setting the tag to NO turns the diagrams off. Note that +# this option is superseded by the HAVE_DOT option below. This is only a +# fallback. It is recommended to install and use dot, since it yields more +# powerful graphs. + +CLASS_DIAGRAMS = YES + +# You can define message sequence charts within doxygen comments using the \msc +# command. Doxygen will then run the mscgen tool (see +# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the +# documentation. The MSCGEN_PATH tag allows you to specify the directory where +# the mscgen tool resides. If left empty the tool is assumed to be found in the +# default search path. + +MSCGEN_PATH = + +# If set to YES, the inheritance and collaboration graphs will hide +# inheritance and usage relations if the target is undocumented +# or is not a class. + +HIDE_UNDOC_RELATIONS = YES + +# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is +# available from the path. This tool is part of Graphviz, a graph visualization +# toolkit from AT&T and Lucent Bell Labs. The other options in this section +# have no effect if this option is set to NO (the default) + +HAVE_DOT = NO + +# By default doxygen will write a font called FreeSans.ttf to the output +# directory and reference it in all dot files that doxygen generates. This +# font does not include all possible unicode characters however, so when you need +# these (or just want a differently looking font) you can specify the font name +# using DOT_FONTNAME. You need need to make sure dot is able to find the font, +# which can be done by putting it in a standard location or by setting the +# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory +# containing the font. + +DOT_FONTNAME = FreeSans + +# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. +# The default size is 10pt. + +DOT_FONTSIZE = 10 + +# By default doxygen will tell dot to use the output directory to look for the +# FreeSans.ttf font (which doxygen will put there itself). If you specify a +# different font using DOT_FONTNAME you can set the path where dot +# can find it using this tag. + +DOT_FONTPATH = + +# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect inheritance relations. Setting this tag to YES will force the +# the CLASS_DIAGRAMS tag to NO. + +CLASS_GRAPH = YES + +# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for each documented class showing the direct and +# indirect implementation dependencies (inheritance, containment, and +# class references variables) of the class with other documented classes. + +COLLABORATION_GRAPH = YES + +# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen +# will generate a graph for groups, showing the direct groups dependencies + +GROUP_GRAPHS = YES + +# If the UML_LOOK tag is set to YES doxygen will generate inheritance and +# collaboration diagrams in a style similar to the OMG's Unified Modeling +# Language. + +UML_LOOK = NO + +# If set to YES, the inheritance and collaboration graphs will show the +# relations between templates and their instances. + +TEMPLATE_RELATIONS = NO + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT +# tags are set to YES then doxygen will generate a graph for each documented +# file showing the direct and indirect include dependencies of the file with +# other documented files. + +INCLUDE_GRAPH = YES + +# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and +# HAVE_DOT tags are set to YES then doxygen will generate a graph for each +# documented header file showing the documented files that directly or +# indirectly include this file. + +INCLUDED_BY_GRAPH = YES + +# If the CALL_GRAPH and HAVE_DOT options are set to YES then +# doxygen will generate a call dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable call graphs +# for selected functions only using the \callgraph command. + +CALL_GRAPH = NO + +# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then +# doxygen will generate a caller dependency graph for every global function +# or class method. Note that enabling this option will significantly increase +# the time of a run. So in most cases it will be better to enable caller +# graphs for selected functions only using the \callergraph command. + +CALLER_GRAPH = NO + +# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen +# will graphical hierarchy of all classes instead of a textual one. + +GRAPHICAL_HIERARCHY = YES + +# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES +# then doxygen will show the dependencies a directory has on other directories +# in a graphical way. The dependency relations are determined by the #include +# relations between the files in the directories. + +DIRECTORY_GRAPH = YES + +# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images +# generated by dot. Possible values are png, jpg, or gif +# If left blank png will be used. + +DOT_IMAGE_FORMAT = png + +# The tag DOT_PATH 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. + +DOT_PATH = + +# The DOTFILE_DIRS tag can be used to specify one or more directories that +# contain dot files that are included in the documentation (see the +# \dotfile command). + +DOTFILE_DIRS = + +# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of +# nodes that will be shown in the graph. If the number of nodes in a graph +# becomes larger than this value, doxygen will truncate the graph, which is +# visualized by representing a node as a red box. Note that doxygen if the +# number of direct children of the root node in a graph is already larger than +# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note +# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. + +DOT_GRAPH_MAX_NODES = 50 + +# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the +# graphs generated by dot. A depth value of 3 means that only nodes reachable +# from the root by following a path via at most 3 edges will be shown. Nodes +# that lay further from the root node will be omitted. Note that setting this +# option to 1 or 2 may greatly reduce the computation time needed for large +# code bases. Also note that the size of a graph can be further restricted by +# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. + +MAX_DOT_GRAPH_DEPTH = 0 + +# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent +# background. This is disabled by default, because dot on Windows does not +# seem to support this out of the box. Warning: Depending on the platform used, +# enabling this option may lead to badly anti-aliased labels on the edges of +# a graph (i.e. they become hard to read). + +DOT_TRANSPARENT = NO + +# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output +# files in one run (i.e. multiple -o and -T options on the command line). This +# makes dot run faster, but since only newer versions of dot (>1.8.10) +# support this, this feature is disabled by default. + +DOT_MULTI_TARGETS = NO + +# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will +# generate a legend page explaining the meaning of the various boxes and +# arrows in the dot generated graphs. + +GENERATE_LEGEND = YES + +# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will +# remove the intermediate dot files that are used to generate +# the various graphs. + +DOT_CLEANUP = YES + +#--------------------------------------------------------------------------- +# Options related to the search engine +#--------------------------------------------------------------------------- + +# The SEARCHENGINE tag specifies whether or not a search engine should be +# used. If set to NO the values of all tags below this one will be ignored. + +SEARCHENGINE = NO diff --git a/deal.II/contrib/parameter_gui/application.qrc b/deal.II/contrib/parameter_gui/application.qrc new file mode 100644 index 0000000000..f5424d6d94 --- /dev/null +++ b/deal.II/contrib/parameter_gui/application.qrc @@ -0,0 +1,16 @@ + + + icons/document.png + icons/exit.png + icons/fileclose.png + icons/fileopen.png + icons/filesaveas.png + icons/filesave.png + icons/folder_open.png + icons/folder.png + icons/idea.png + images/logo_dealii_64.png + images/logo_dealii_gui.png + images/logo_dealii_gui_128.png + + \ No newline at end of file diff --git a/deal.II/contrib/parameter_gui/browse_lineedit.cpp b/deal.II/contrib/parameter_gui/browse_lineedit.cpp new file mode 100644 index 0000000000..f6aaa3c983 --- /dev/null +++ b/deal.II/contrib/parameter_gui/browse_lineedit.cpp @@ -0,0 +1,105 @@ + +#include + +#include "browse_lineedit.h" + + +BrowseLineEdit::BrowseLineEdit(const BrowseType type, QWidget *parent) + : QFrame(parent, 0), + browse_type(type) +{ + line_editor = new QLineEdit; + connect(line_editor, SIGNAL(editingFinished()), this, SLOT(editing_finished())); + + browse_button = new QPushButton("&Browse..."); + connect(browse_button, SIGNAL(clicked()), this, SLOT(browse())); + + setFocusPolicy (Qt::StrongFocus); + + QHBoxLayout *layout = new QHBoxLayout; + + layout->addWidget(line_editor); + layout->addWidget(browse_button); + setLayout(layout); + + setAutoFillBackground(true); + setBackgroundRole(QPalette::Highlight); +} + + + + +QSize BrowseLineEdit::sizeHint() const +{ + QSize size_line_editor = line_editor->sizeHint(), + size_browse_button = browse_button->sizeHint(); + + int w = size_line_editor.rwidth() + size_browse_button.rwidth(), + h = qMax(size_line_editor.rheight(), size_browse_button.rheight()); + + return QSize (w, h); +} + + + +QSize BrowseLineEdit::minimumSizeHint() const +{ + QSize size_line_editor = line_editor->minimumSizeHint(), + size_browse_button = browse_button->minimumSizeHint(); + + int w = size_line_editor.rwidth() + size_browse_button.rwidth(), + h = qMax(size_line_editor.rheight(), size_browse_button.rheight()); + + return QSize (w, h); +} + + + +QString BrowseLineEdit::text() const +{ + return line_editor->text(); +} + + + +void BrowseLineEdit::setText(const QString &str) +{ + line_editor->setText(str); +} + + + +void BrowseLineEdit::editing_finished() +{ + emit editingFinished(); +} + + + +void BrowseLineEdit::browse() +{ + QString name = ""; + + switch (browse_type) + { + case file: + { + name = QFileDialog::getOpenFileName(this, tr("Open File"), + QDir::currentPath(), + tr("All Files (*.*)")); + break; + }; + + case directory: + { + name = QFileDialog::getExistingDirectory(this, tr("Open Directory"), + QDir::homePath(), + QFileDialog::ShowDirsOnly | QFileDialog::DontResolveSymlinks); + break; + }; + }; + + if (!name.isEmpty() && !name.isNull()) + line_editor->setText(name); +} + diff --git a/deal.II/contrib/parameter_gui/browse_lineedit.h b/deal.II/contrib/parameter_gui/browse_lineedit.h new file mode 100644 index 0000000000..215693192b --- /dev/null +++ b/deal.II/contrib/parameter_gui/browse_lineedit.h @@ -0,0 +1,92 @@ + +#ifndef BROWSELINEEDIT_H +#define BROWSELINEEDIT_H + +#include +#include +#include +#include + +/** + * The BrowseLineEdit class provides a special line editor for the parameterGUI. + * While editing file- or directory names it is much more easier to have a file-dialog + * and just click on existing files or directories. This editor provides a simple QLineEditor + * and a browse-button which opens a file- or a directory dialog. Clicking on existing files or directories + * copies the path to the line editor. Depending on the BrowseType given in the constructor + * the browse button opens a file or a directory dialog. + * + * @ingroup gui + * @author Martin Steigemann, Wolfgang Bangerth, December 2010 + */ +class BrowseLineEdit : public QFrame +{ + Q_OBJECT + + public: + /** + * The browse button opens a file or + * a directory dialog. This can be specified + * in the constructor by setting this flag BrowseType. + */ + enum BrowseType {file = 0, directory = 1}; + /** + * Constructor. The type of the browse dialog can be specified + * by the flag BrowseType, the default is file. + */ + BrowseLineEdit (const BrowseType type = file, + QWidget *parent = 0); + + /** + * Reimplemented from the QWidget class. + * Returns the size of the editor. + */ + QSize sizeHint() const; + /** + * Reimplemented from the QWidget class. + */ + QSize minimumSizeHint() const; + /** + * Returns the text of the line editor. + */ + QString text() const; + /** + * This pattern stores the type of the browse dialog. + */ + BrowseType browse_type; + + public slots: + /** + * A slot for setting the text of the line editor. + */ + void setText(const QString &str); + + signals: + + /** + * This signal will be emitted, if editing is finished. + */ + void editingFinished(); + + private slots: + /** + * This slot should be always called, if editing is finished. + */ + void editing_finished(); + /** + * This function opens a file- or a directory dialog as specified in the + * constructor. + */ + void browse(); + + private: + /** + * The line editor. + */ + QLineEdit * line_editor; + /** + * The browse button. + */ + QPushButton * browse_button; +}; + +#endif diff --git a/deal.II/contrib/parameter_gui/dealii_parameter_gui.pro b/deal.II/contrib/parameter_gui/dealii_parameter_gui.pro new file mode 100644 index 0000000000..a99da2fa74 --- /dev/null +++ b/deal.II/contrib/parameter_gui/dealii_parameter_gui.pro @@ -0,0 +1,24 @@ +###################################################################### +# Automatically generated by qmake (2.01a) So. Dez 12 15:30:12 2010 +###################################################################### + +TEMPLATE = app +TARGET = +DEPENDPATH += . +INCLUDEPATH += . + +# Input +HEADERS += browse_lineedit.h \ + info_message.h \ + mainwindow.h \ + parameter_delegate.h \ + xml_parameter_reader.h \ + xml_parameter_writer.h +SOURCES += browse_lineedit.cpp \ + info_message.cpp \ + main.cpp \ + mainwindow.cpp \ + parameter_delegate.cpp \ + xml_parameter_reader.cpp \ + xml_parameter_writer.cpp +RESOURCES += application.qrc diff --git a/deal.II/contrib/parameter_gui/icons/document.png b/deal.II/contrib/parameter_gui/icons/document.png new file mode 100644 index 0000000000000000000000000000000000000000..8901c3aa3554142e57302a53d0603a1e872b528c GIT binary patch literal 1085 zcmW-geN2;g5XXPd)AnggpN^_fo)WS(OrbyreVJIafmRrnIbCNqh0VDZDr|%BQZ^)} zg+irZ!k}A+5M>hr!WIqb0*kn8LWM$ED|2Ql7&8jtRR$J17)W3Clt1pixyxPdle^qy z`N?DSpzt6706jyNb_!Q!z$ggrhx-bS;6g2yWt9Rz+ZQkhTy4ehBr#8VLJGi74Vsy=$lWh=>QOVGt#8*mp{$+`28tE z^(>)JDBq(}sdzAvL96eW|JE|-X{?$aEkX1g@t%9APdT-09lTfiv)!XzVETS zf@N-XslaiKzz=5YoQM!!>;5l+B}z(SRd`=oT`S9H3-{sN6`h2T0;(u2^@CLO}#d%QF?m4{(0%M3e_V(#tLFHK3B zeOuckt}hrPvadEZHC36Y$_NQ)$25MQ)@rTijan0ObxImCME{M2edoLV=kAACW8GVc027f%^hkBb2uCdn)J#L zkbv(OF&Y3cwCMd~d2*vR^LR``J!Su;{-sRujH&xF+I#Cl1o__&k@_RiI>s3N2l?5v z5e2{|F=iX1j5O(8u%<+GDDoo#GK#s$Mm+;3sD_z^yi}?3_t8=Ep%CUgJ5?E9!>TLb zPymtfOo6vHOXJ}?jF7H2CqyD~wk;Y+{f6w75hM$p(a-+e*XKkCfl9e!pwj>9YAgfE z0s<`L9cLe1r3W^K5yJsQHi%st6Bjo`M=1EE*+q7nO(G=h6KktKEi5eTM>5sKG0Q`- zjLyN7OA$m6IKXcehTJS;WPqOGTv#A~gu1C*v2uOl9)^S8!)6Z_kHZLLE0eo)gB`~j z<-_IWL zmCa97R~W{B=bSrtU}l(>@nS;-1VfaFEG#IJSfdg(HgRF%iiOdo3scWLv z6Z!{;WbDR-xPnnSQpHq@7OZ@Tz|6hO7c=K{aqo=SHr@CpC+AJ>xzBmd^L~jRp(Ui$ zwOx)gWGQ9y1y-(9O0z2~Bb$}VRV$>_wJRr2UdZS3thg>1^Vwl31X4<*5U606|J(yV zT32V6;lfW3A7XVl&d^3K$HMO2Bzk*40~OVugg}ME2q6&VGExZN5586Xjpxsarqgsd z&X8qEX|K304V|6na``i+(T)!6jt;_2O+*q205(2;WMgTG+^bi_*4JSRaJaplQYwWd zrEM9&7{g{Zi{9J>z^boj+ldo2_VoNq$C%>~a~$aI=Ff=83xSV|G^?gn6Xbd+t`EIOOTxGqwuTJUrz1fB=3 zi|{;DDh0sy&Q4Yr7i)|y6X+6-$BDMJ0g!+B5>Y5%N+nDv1jXW~v?!Ip^Zd(dlS`7SJ@Gu6E%i+z>0}$D} z*9TP!D=6Eog|oGs?LB({$i92W*X1%s>mYc6#!4x2Gcy3R3=V>nSOM#;jE&YvDN#Z1 zunrvpU}a{8?cp%hf|EMXSV@VOOaid)>{-@(duwu(rl#=b=2(0Cmi&_^sDQD3-~i#l zK>+5GNt^&!SAhwD3y&YOI5q~rch|3z@9Xm!=ksJQUS$6Kc@Bg^K4^bG_LVCDydE3l z+v#a6DKT23t63qyf3{L=+`7fa{{2Loo9VuJleq^E2u)02y?H|$5bEke3=9xCb_@V- zVS%~ZxA{I6LkNKmq!7cgm^s?nNhBPuJ)MRILYFVo`oj-X^oBy%N+E<` zd2NlKCnx=Mt7=?Z`8;ZPm_NqHk;jjd=;|Wg+UiGtex8+?8U9Kp+4159ha!<$+pIFy z#$Z*nF69dayD=KArC4=R#GgJzO-)e%mcwB-%4HhLWtwc8R?9+c0j)Ot59{kxv@Tg| zg~G^UCUZdp4fXZ^IUTBdH0ZU<)idBXdi-g#lFjmVd6~6BVZ_qLTum)55?@^%l0tmZ jFxAGCvZd09HseJs>pz0mKL<& z08;arn3xPqO^q4+{T&%JHRTw%xY*%pu3vx5uxr zZy7diI>7Ms=?kExAAmu_ETE_714^C;00M{ws>T79q~5*z2o~77^(cd@s~Ipw$bs3%JB8;SGX7(8#^$S`~e#b5I{_@SY%~oW%&I03((*XaJ+KmE}$## zU_=}?LqUL(lam3KkpKdS1!gb^ynXut!;sUbuQ3=HsGx{Fc<=(lP!Ra{50oqaf!P27 z1Pcmqj(Yd*J&Hn0OJj!AR6h&@?CkV`WE{h!NsCa#zkT}xcO*an!GhudD4YKJ^^4*6 z@84i-W@f;UlM{^M{X>T?q8Of+7YEJ*F#O}k53pGvd4K={8w@H?KzaZB_wS&XWe^t^ zW5~}BL&;%HO*0v$PhZY(dj2Z)7-m@;X=!M4vfx8La2^>sMeiV1@w% z5DQYlF##AH{;yuWHc(Sj0j7rQ;PASA`ytp+9v*JE3s$b&!SL|mbD&Qzg2k^~xeCnM z-#}S<0!$4+0HG8@CMH3kY`I@rT2??yOPv9fw($W_rnz+KDlnDY1s6isukV5vLI44T zQEVC;2Z9Wr&&kPUprfM$%(mD|xI1?qGF-fP0hsnbfecH8845EPAb_wI^oEB1;DR2M z_u1Lm1%!k|fTf)TSi`et&lujkc@0bf-{A#4&`^wm9w30Q8jK8}c^_Og{rmS9rtttQ l_Hk8B00G2EtI8B0zyRRb`ov(v=I8(b002ovPDHLkV1heR;aUIy literal 0 HcmV?d00001 diff --git a/deal.II/contrib/parameter_gui/icons/fileopen.png b/deal.II/contrib/parameter_gui/icons/fileopen.png new file mode 100644 index 0000000000000000000000000000000000000000..a79982ea1f3d1b99654c2a73238f21d716cfa0e2 GIT binary patch literal 1356 zcmV-S1+)5zP)109Y zgp2R5-}>_Z&i!xyvq}!H$E6k^fEYkQfeXVxZR;t6s^(MY_a1oh|LfQP|6jfO{r~;@ zzyGJtyY)Xg_fP;fa{&T~Q9kkd{{ROuhJXJU7=Ha_VEFy#AH%Od3=C_wKmG81i@sn( z=a~it8G(9NCwT^bURH)bfBrN4{{0tBb8s*-)U=)a@bS}6#ig?xQGx^@fEaDd?)~qt zR|FgO186Xa{`s4M;pv_43=farVhD1PWiT-m0vZOC`^CWU_bC%SX zR~QQ!E;&4a84M6WEa<7?4^Z>7Q%@Oq|NLO6%hPAz;shCnJsAJ}`_G`GCct28C=~GT z-`j>H@sv3IveN%ZiZX$ z-uE-;A2a}mDNqa`fLM@S^XbJW1}jrZf`)$h`j5f8_7;PSjTD2DEDzW$1$7C9&tLx* z{rNm`7dYTgwFbJKqe|A7|%{r49b4F4E_>6YOiFl_%o*;`M% zV+iq-XJ8W*U^w`Y0c!^B;L1@4fR1Xw(6K0740h^?P13D5#1u=t;9M2#Rnq zd;`jT{{_Mf4BvkIXZZH}AH$Cy3=HXN5)40CSr|^;gBZ%l#K7?O;dh2t#~=J<`1eJD zf$@I}Kmef_yyx&MhFeQ?7~a16&A>0r!tjrWf#LOM28K64{O~yg!)Ny6N4A zzYK3)|77^~_6x)FtFIV7Jp1~A;RoYm2HwBw3{3wI00a=rpFa>o_n-RCV5`f=zzOsc zs~9W8`CFeDMCJGxZaraOxC8X=i`Rb`UcdRv@bV3a{=@L?!*_=7AHD(&e9!P7=qrYA z46hhi{;~iA@EXG{w+8?L#PScC+zy_6#}H&K!~l#JhL=EBy<*~HxN!mKv;WNCU;w4z zAHV)F`~({EOzV0Z$=z@TJ!_xT^g$1gy`egh2y8u$xn&WDe`8D6~j#_*Sgoq>si9W}Wy z|KVr&%di2&1PCB-s@QY2SS00G4G6=>Uoho2ez%~3N26EF#}urM(&Gcy9&Oi(rxoDHHuaxnIhtKWfX z@Bc=aet-aCdHd`uLspbLM($!}hG1Y(15B$x7Xt(M`;VUt-@pH6`1b7=Fam!v`~b3l z{|3duABH=(zX2o1djm{AKmai^SfBW>uFAt8z|9Pd(Es2B&j6Vi| zK~#90)s#Jt97Pa@pV^%?cRujP1;{dz0|F2Mf`5RJkO&ZnKL9ZiB6SAQMFjiM3R!5ydQ{YN&3aap#{o^P|Og&0_WO&o@3_0Mr}dx}F}q z^vbnMP;u?*KA(Q^4a+8Q;kjKt`{ez{(tUs97JuHl{lT|i{Q~ge8R3+aE(+DKiJQM4 za{0n}>U#3TZ7-S*2i)_!Bj_fPVS8283-4dt$vAf^EQ+Wx zsd~b<-*}a)&tGK!(zA~hbuTQNmgS7X zY|3Q!9J5KqY&zj61X2=m_D2yLJI~B`=grq}cR~sB_L%kJJ3BQg3Q5v- zVHwCwm8vT2?bV2YD%5qMu3IqLD zArT!Pq1mh&tdQ-*F(lUOKygRaaL?rYa5w9tyNyEqLb9DW#6$=QykKUO;<)#{&+{w5*pzD-+4>C00000NkvXXu0mjf(rkxD literal 0 HcmV?d00001 diff --git a/deal.II/contrib/parameter_gui/icons/filesaveas.png b/deal.II/contrib/parameter_gui/icons/filesaveas.png new file mode 100644 index 0000000000000000000000000000000000000000..c8d4816eefbc98b66a535fe8f795cb71b1aceb8a GIT binary patch literal 1137 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%0A_aL* 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 NJYD@<);T3K0RTjAx~TvF literal 0 HcmV?d00001 diff --git a/deal.II/contrib/parameter_gui/images/logo_dealii_64.png b/deal.II/contrib/parameter_gui/images/logo_dealii_64.png new file mode 100644 index 0000000000000000000000000000000000000000..0ecf03f43638c9004d0e8839cb6fed2d33520a8a GIT binary patch literal 1374 zcmV-k1)=(hP)6`c}5W_2owS#g5>et z^^Y%RlA_lCN_TeV`)+UVZhyObyN3WU{GW+(91;KwKt}zKU9tfnh-;dgSD0Rw7OgA* zz>{7n&nQn#EL!Uxs2$5NIP8bw8)LVB5|dMa5RpV(Yp;%cDf^4y1Qh^CBGn~tlo(nk z0iaRKi72?yN!b5*z@xVz^u9fAHRxUvu<1O%Y7VS3SYHDJytOYqBu zo5GftcHNx$!>ear96>?C^0A*(43+fKqHBC0Ru_~lo+-e`Fv3? z0JdX>;tdI>X`Cmv$86r2p-N_j2$|d_Yuy5x5oH2kSmwCsJwr8uNp}I60T@;jz`VZQ zFDT`#L4G(>ywg%#4hu+}{JGdSX<33xz z;_7?=v-hm)(uKcB=KmVJtYnLc=i=99JMkG2z>X2H3hg4`pv*>q%*g&Kdfon^L5!~> zbcLXPAPCGUs3{Ys#*`+}obzixC8lvKVz1CUTzCDof=$HCAGjA-ehtd=x|t5C?M{#IOI+hfwt3- zu@zA}fsvvMrKFA`uBb=$_MytH9}ag-V3qZM`f(8Um;cswIUXp+E3ys&m>)Ym>Jwhv zmUq80762jIEDUP#k=+PMDcc`%d$7%48h0u4{L*LJh5<1^IBa$?02YFI;8uiG!qN=$tohx-=WAaY^{iKmp-G>LY7k30c}Ek@t*KFTX~JlZdE(4l9G9WKhOlEvKc*gA z&2<{~n*N8r-QPIi`RyWAz~b`c13AU=%7Iq@teSbQKAn8eew{Y(-o=D->-J{VD%>Qk z&Z1tOHn6Qqac1?GwhqPu0Iop4_+XCgt#1Iqh`~dZRWvK>aFC(`0DA8RpIm;tTRqb; zfQ(O6jZ}W^alc3Rtr^0}t%DuD?Z3|xg=zv4DkvIvYr@*D$Qh%P!0-OFr7CRZHl0iK zm8oe8w_He=l5m-(8JiOu%aUBY{t8JctNVHdGr|+gY7k}h^+>;`t~ppNtEFfQD>3Tb z`x?XkQARNU!xiY`_vB_)#m4Q~0>~2d`p>Jb#-^!W^OaXU?VgPlMs|<6=e!r5Rr3CO gvTv?q*UIP6-+G{ItGeq~6951J07*qoM6N<$g0~QcTL1t6 literal 0 HcmV?d00001 diff --git a/deal.II/contrib/parameter_gui/images/logo_dealii_gui.png b/deal.II/contrib/parameter_gui/images/logo_dealii_gui.png new file mode 100644 index 0000000000000000000000000000000000000000..546b453eb81d52b6cea87198592494352a172c17 GIT binary patch literal 24271 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 literal 0 HcmV?d00001 diff --git a/deal.II/contrib/parameter_gui/images/logo_dealii_gui_128.png b/deal.II/contrib/parameter_gui/images/logo_dealii_gui_128.png new file mode 100644 index 0000000000000000000000000000000000000000..98e3cf7abeb504b990a16acdc84e7da8054fd418 GIT binary patch literal 3481 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 Hu0mjf(af=@ literal 0 HcmV?d00001 diff --git a/deal.II/contrib/parameter_gui/info_message.cpp b/deal.II/contrib/parameter_gui/info_message.cpp new file mode 100644 index 0000000000..e0af897d37 --- /dev/null +++ b/deal.II/contrib/parameter_gui/info_message.cpp @@ -0,0 +1,83 @@ + +#include + +#include "info_message.h" + + +InfoMessage::InfoMessage(QWidget *parent) + : QDialog(parent, 0) +{ + show_again = true; // this variable stores, if the + // the info message should be shown again + QGridLayout * grid = new QGridLayout(this); + + icon = new QLabel(this); // set an icon +#ifndef QT_NO_MESSAGEBOX + icon->setPixmap(QMessageBox::standardIcon(QMessageBox::Information)); + icon->setAlignment(Qt::AlignHCenter | Qt::AlignTop); +#endif + grid->addWidget(icon, 0, 0, Qt::AlignTop); // add the icon in the upper left corner + + message = new QTextEdit(this); // set the new message + message->setReadOnly(true); + grid->addWidget(message, 0, 1); // and add the message on the right + + again = new QCheckBox(this); // add a check box + again->setChecked(true); + again->setText(QErrorMessage::tr("&Show this message again")); + grid->addWidget(again, 1, 1, Qt::AlignTop); + + ok = new QPushButton(this); // and finally a OK button + ok->setText(QErrorMessage::tr("&OK")); +#ifdef QT_SOFTKEYS_ENABLED + ok_action = new QAction(ok); // define the action for the button + ok_action->setSoftKeyRole(QAction::PositiveSoftKey); + ok_action->setText(ok->text()); + connect(ok_action, SIGNAL(triggered()), this, SLOT(accept())); + addAction(ok_action); +#endif + connect(ok, SIGNAL(clicked()), this, SLOT(accept())); + ok->setFocus(); // aand set the focus on the button + grid->addWidget(ok, 2, 0, 1, 2, Qt::AlignCenter); + + grid->setColumnStretch(1, 42); + grid->setRowStretch(0, 42); + // load settings from an ini-file + QString settings_file = QDir::currentPath() + "/settings.ini"; + + settings = new QSettings (settings_file, QSettings::IniFormat); + + settings->beginGroup("infoMessage"); // we store settings of this class in the + show_again = settings->value("showInformation", true).toBool(); //group infoMessage + settings->endGroup(); +} + + + +void InfoMessage::setInfoMessage(const QString &message) +{ + this->message->setText(message); // set the message +} + + + +void InfoMessage::showMessage() +{ + if (show_again) // and show the message + show(); +} + + + +void InfoMessage::done(int r) +{ + if(!again->isChecked()) // if the box is not checked, + { // store this to settings + settings->beginGroup("infoMessage"); + settings->setValue("showInformation", false); + settings->endGroup(); + }; + + QDialog::done(r); +} + diff --git a/deal.II/contrib/parameter_gui/info_message.h b/deal.II/contrib/parameter_gui/info_message.h new file mode 100644 index 0000000000..03bf905c2e --- /dev/null +++ b/deal.II/contrib/parameter_gui/info_message.h @@ -0,0 +1,84 @@ + +#ifndef INFOMESSAGE_H +#define INFOMESSAGE_H + +#include +#include +#include +#include +#include + + +/** + * The InfoMessage class implements a special info message for the parameterGUI. + * Besides showing a info message itself, the dialog shows a checkbox "Show this message again". + * If the user unchecks this box, this is stored in the "settings.ini" file and will be reloaded + * the next time the user opens the parameterGUI. The intention of such a info message is the following. + * The user should have some information on how using the GUI "at hand" + * such as "how to edit parameter values?" for example. But after reading this message, the user knows it + * and the message should not appear permanently. + * + * @ingroup gui + * @author Martin Steigemann, Wolfgang Bangerth, December 2010 + */ +class InfoMessage : public QDialog +{ + Q_OBJECT + + public: + /** + * Constructor + */ + InfoMessage (QWidget *parent = 0); + /** + * With this function the message which will be shown in the + * dialog can be set. + */ + void setInfoMessage(const QString &message); + + public slots: + /** + * Show the dialog with the message. + */ + void showMessage(); + + protected: + /** + * Reimplemented from QDialog. + */ + void done(int r); + + private: + /** + * This variable stores, if the message should be shown again the next time. + */ + bool show_again; + /** + * The Ok button. + */ + QPushButton * ok; + /** + * The checkboxShow this message again. + */ + QCheckBox * again; + /** + * The message editor. + */ + QTextEdit * message; + /** + * An icon for the dialog. + */ + QLabel * icon; +#ifdef QT_SOFTKEYS_ENABLED + /** + * A action for pressing the Ok button. + */ + QAction *ok_action; +#endif + /** + * An object for storing settings in a file. + */ + QSettings * settings; +}; + +#endif diff --git a/deal.II/contrib/parameter_gui/main.cpp b/deal.II/contrib/parameter_gui/main.cpp new file mode 100644 index 0000000000..7616c639f9 --- /dev/null +++ b/deal.II/contrib/parameter_gui/main.cpp @@ -0,0 +1,40 @@ + +#include +#include +#include + +#include "mainwindow.h" + + +/** + * Main function for the parameterGUI. + * The parameterGUI is a graphical user interface for editing parameter files based on the XML format, + * created by the ParameterHandler::print_parameters() function with ParameterHandler::XML as second argument. + * + * @image html logo_dealii_gui.png + * + * @ingroup gui + * @author Martin Steigemann, Wolfgang Bangerth, December 2010 + */ +int main(int argc, char *argv[]) +{ + Q_INIT_RESOURCE(application); // init resources such as icons or graphics + + QApplication app(argc, argv); + + QSplashScreen * splash = new QSplashScreen; // setup a splash screen + splash->setPixmap(QPixmap("./images/logo_dealii_gui.png")); + splash->show(); + + QTimer::singleShot(3000, splash, SLOT(close())); // and close it after 3000 ms + + app.setApplicationName("parameterGUI for deal.II"); // setup the application name + + MainWindow * main_win = new MainWindow (argv[1]); // give command line arguments to main_win + // if a parameter file is specified at the + // command line, give it to the MainWindow. + + QTimer::singleShot(1500, main_win, SLOT(show())); // show the main window with a short delay + // so we can see the splash screen + return app.exec(); +} diff --git a/deal.II/contrib/parameter_gui/mainwindow.cpp b/deal.II/contrib/parameter_gui/mainwindow.cpp new file mode 100644 index 0000000000..789a937f30 --- /dev/null +++ b/deal.II/contrib/parameter_gui/mainwindow.cpp @@ -0,0 +1,360 @@ + +#include + +#include "mainwindow.h" + + +MainWindow::MainWindow(const QString &filename) +{ + QString settings_file = QDir::currentPath() + "/settings.ini"; // a file for user settings + + gui_settings = new QSettings (settings_file, QSettings::IniFormat); // load settings + // Up to now, we do not read any settings, + // but this can be used in the future for customizing the GUI. + + tree_widget = new QTreeWidget; // tree for showing XML tags + + // Setup the tree and the window first: + tree_widget->header()->setResizeMode(QHeaderView::ResizeToContents); // behavior of the header sections: + // "Interactive: User can resize sections" + // "Fixed: User cannot resize sections" + // "Stretch: Qt will automatically resize sections to fill available space" + // "ResizeToContents: Qt will automatically resize sections to optimal size" + tree_widget->setHeaderLabels(QStringList() << tr("(Sub)Sections/Parameters") + << tr("Value")); + tree_widget->setMouseTracking(true); // enables mouse events e.g. showing ToolTips + // and documentation in the StatusLine + tree_widget->setEditTriggers(QAbstractItemView::DoubleClicked| + QAbstractItemView::SelectedClicked| + QAbstractItemView::EditKeyPressed); +// QAbstractItemView::AnyKeyPressed); + // set which actions will initiate item editing: Editing starts when: + // DoubleClicked: an item is double clicked + // SelectedClicked: clicking on an already selected item + // EditKeyPressed: the platform edit key has been pressed over an item + // AnyKeyPressed: any key is pressed over an item + + tree_widget->setItemDelegate(new ParameterDelegate(1)); // set the delegate for editing items + setCentralWidget(tree_widget); + // connect: if the tree changes, the window will know + connect(tree_widget, SIGNAL(itemChanged(QTreeWidgetItem*, int)), this, SLOT(tree_was_modified())); + + create_actions(); // create window actions as "Open",... + create_menus(); // and menus + statusBar()->showMessage(tr("Ready, start editing by double-clicking or hitting F2!")); + setWindowTitle(tr("[*]parameterGUI")); // set window title + + resize(800, 600); // set window height and width + + if (filename.size() > 3) // if there is a file_name, try to load the file. + load_file(filename); // a vliad file has the xml extension, so we require size() > 3 +} + + + +void MainWindow::open() +{ + if (maybe_save()) // check, if the content was modified + { + QString file_name = // open a file dialog + QFileDialog::getOpenFileName(this, tr("Open XML Parameter File"), + QDir::currentPath(), + tr("XML Files (*.xml)")); + if (!file_name.isEmpty()) // if a file was selected, + load_file(file_name); // load the content + }; +} + + + +bool MainWindow::save() +{ + if (current_file.isEmpty()) // if there is no file + return save_as(); // to save changes, open a dialog + else + return save_file(current_file); // otherwise save +} + + + +bool MainWindow::save_as() +{ + QString file_name = // open a file dialog + QFileDialog::getSaveFileName(this, tr("Save XML Parameter File"), + QDir::currentPath(), + tr("XML Files (*.xml)")); + + if (file_name.isEmpty()) // if no file was selected + return false; // return false + else + return save_file(file_name); // otherwise save content to file +} + + + +void MainWindow::about() +{ +#ifdef Q_WS_MAC + static QPointer old_msg_box; + + if (old_msg_box) { + old_msg_box->show(); + old_msg_box->raise(); + old_msg_box->activateWindow(); + return; + } +#endif + + QString title = "About parameterGUI"; + + QString trAboutparameterGUIcaption; + trAboutparameterGUIcaption = QMessageBox::tr( + "

parameterGUI: A GraphicalUserInterface for parameter handling in deal.II

" + "

This program uses Qt version %1.

" + ).arg(QLatin1String(QT_VERSION_STR)); + + QString trAboutparameterGUItext; + trAboutparameterGUItext = QMessageBox::tr( + "

The parameterGUI is a graphical user interface for editing XML parameter files " + "created by the ParameterHandler class of deal.II. Please see " + "dealii.org/doc for more information. " + "The parameterGUI parses XML files into a tree structure and provides " + " special editors for different types of parameters.

" + + "

Editing parameter values:
" + "Parameters can be edited by (double-)clicking on the value or " + "by pressing the platform edit key (F2 on Linux) over an parameter item.

" + + "

Editors for parameter values:" + "

    " + "
  • Integer- and Double-type parameters: SpinBox
  • " + "
  • Booleans: ComboBox
  • " + "
  • Selection: ComboBox
  • " + "
  • File- and DirectoryName parameters: BrowseLineEditor
  • " + "
  • Anything|MultipleSelection|List: LineEditor
  • " + "
" + "

" + + "

Please see dealii.org for more information

" + "

Authors:
" + "Martin Steigemann, martin.steigemann@mathematik.uni-kassel.de
" + "Wolfgang Bangerth, bangerth@math.tamu.edu

" + ); + + QMessageBox *msg_box = new QMessageBox; + msg_box->setAttribute(Qt::WA_DeleteOnClose); + msg_box->setWindowTitle(title); + msg_box->setText(trAboutparameterGUIcaption); + msg_box->setInformativeText(trAboutparameterGUItext); + + QPixmap pm(QLatin1String("./images/logo_dealii_gui_128.png")); + + if (!pm.isNull()) + msg_box->setIconPixmap(pm); + +#ifdef Q_WS_MAC + old_msg_box = msg_box; + msg_box->show(); +#else + msg_box->exec(); +#endif +} + + + +void MainWindow::tree_was_modified() +{ + setWindowModified(true); // store, that the window was modified + // this is a function from the QMainWindow class + // and we use the windowModified mechanism to show a "*" + // in the window title, if content was modified +} + + + +void MainWindow::show_message () +{ + QString title = "parameterGUI"; + + info_message = new InfoMessage(this); + + info_message->setWindowTitle(title); + info_message->setInfoMessage(tr("Start Editing by double-clicking on the parameter value or" + " by hitting the platform edit key. For example, on Linux this is the F2-key!")); + info_message->showMessage(); +} + + + +void MainWindow::closeEvent(QCloseEvent *event) +{ + if (maybe_save()) // reimplement the closeEvent from the QMainWindow class + event->accept(); // check, if we have to save modified content, + else // if content was saved, accept the event, + event->ignore(); // otherwise ignore it +} + + + +void MainWindow::create_actions() +{ + open_act = new QAction(tr("&Open..."), this); // create actions + open_act->setIcon(QIcon("./icons/fileopen.png")); // and set icons + open_act->setShortcut(Qt::CTRL + Qt::Key_O); // set a short cut + open_act->setStatusTip(tr("Open a XML file")); // set a status tip + connect(open_act, SIGNAL(triggered()), this, SLOT(open())); // and connect + + save_act = new QAction(tr("&Save ..."), this); + save_act->setIcon(QIcon("./icons/filesave.png")); + save_act->setShortcut(Qt::CTRL + Qt::Key_S); + save_act->setStatusTip(tr("Save the current XML file")); + connect(save_act, SIGNAL(triggered()), this, SLOT(save())); + + save_as_act = new QAction(tr("&Save As..."), this); + save_as_act->setIcon(QIcon("./icons/filesaveas.png")); + save_as_act->setShortcut(Qt::CTRL + Qt::SHIFT + Qt::Key_Q); + save_as_act->setStatusTip(tr("Save the current XML file as")); + connect(save_as_act, SIGNAL(triggered()), this, SLOT(save_as())); + + exit_act = new QAction(tr("E&xit"), this); + exit_act->setIcon(QIcon("./icons/exit.png")); + exit_act->setShortcut(Qt::CTRL + Qt::Key_Q); + exit_act->setStatusTip(tr("Exit the parameterGUI application")); + connect(exit_act, SIGNAL(triggered()), this, SLOT(close())); + + about_act = new QAction(tr("&About"), this); + about_act->setIcon(QIcon("./icons/idea.png")); + about_act->setStatusTip(tr("Show the parameterGUI About box")); + connect(about_act, SIGNAL(triggered()), this, SLOT(about())); + + about_qt_act = new QAction(tr("About &Qt"), this); + about_qt_act->setStatusTip(tr("Show the Qt library's About box")); + connect(about_qt_act, SIGNAL(triggered()), qApp, SLOT(aboutQt())); +} + + + +void MainWindow::create_menus() +{ + file_menu = menuBar()->addMenu(tr("&File")); // create a file menu + file_menu->addAction(open_act); // and add actions + file_menu->addAction(save_act); + file_menu->addAction(save_as_act); + file_menu->addAction(exit_act); + + menuBar()->addSeparator(); + + help_menu = menuBar()->addMenu(tr("&Help")); // create a help menu + help_menu->addAction(about_act); + help_menu->addAction(about_qt_act); +} + + + +bool MainWindow::maybe_save() +{ + if (isWindowModified()) // if content was modified + { + QMessageBox::StandardButton ret; // ask, if content should be saved + ret = QMessageBox::warning(this, tr("parameterGUI"), + tr("The content has been modified.\n" + "Do you want to save your changes?"), + QMessageBox::Save | QMessageBox::Discard |QMessageBox::Cancel); + + if (ret == QMessageBox::Save) + return save(); + else if (ret == QMessageBox::Cancel) + return false; + }; + + return true; +} + + + +bool MainWindow::save_file(const QString &filename) +{ + QFile file(filename); + + if (!file.open(QFile::WriteOnly | QFile::Text)) // open a file dialog + { + QMessageBox::warning(this, tr("parameterGUI"), + tr("Cannot write file %1:\n%2.") + .arg(filename) + .arg(file.errorString())); + return false; + }; + + XMLParameterWriter xml_writer(tree_widget); // create a xml_writer + + if (!xml_writer.write_xml_file(&file)) // and read the xml file + return false; + + statusBar()->showMessage(tr("File saved"), 2000); // if we succeed, show a message + set_current_file(filename); // and reset the window + + return true; +} + + + +void MainWindow::load_file(const QString &filename) +{ + QFile file(filename); + + if (!file.open(QFile::ReadOnly | QFile::Text)) // open the file + { + QMessageBox::warning(this, tr("parameterGUI"), + tr("Cannot read file %1:\n%2.") + .arg(filename) + .arg(file.errorString())); + return; + }; + + tree_widget->clear(); // clear the tree + + XMLParameterReader xml_reader(tree_widget); // and read the xml file + + if (!xml_reader.read_xml_file(&file)) + { + QMessageBox::warning(this, tr("parameterGUI"), + tr("Parse error in file %1:\n\n%2") + .arg(filename) + .arg(xml_reader.error_string())); + } + else + { + statusBar()->showMessage(tr("File loaded - Start editing by double-clicking or hitting F2"), 25000); + set_current_file(filename); // show a message and set current file + + show_message (); // show some informations how values can be edited + }; +} + + + +void MainWindow::set_current_file(const QString &filename) +{ + // We use the windowModified mechanism from the + // QMainWindow class to indicate in the window title, + // if the content was modified. + // If there is "[*]" in the window title, a * will + // added automatically at this position, if the + // window was modified. + // We set the window title to + // file_name[*] - XMLParameterHandler + + current_file = filename; // set the (global) current file to file_name + + std::string win_title = (filename.toStdString()); // and create the window title, + + if (current_file.isEmpty()) // if file_name is empty + win_title = "[*]parameterGUI"; // set the title to our application name, + else + win_title += "[*] - parameterGUI"; // if there is a file_name, add the + // the file_name and a minus to the title + + setWindowTitle(tr(win_title.c_str())); // set the window title + setWindowModified(false); // and reset window modified +} + diff --git a/deal.II/contrib/parameter_gui/mainwindow.h b/deal.II/contrib/parameter_gui/mainwindow.h new file mode 100644 index 0000000000..03dfde0a94 --- /dev/null +++ b/deal.II/contrib/parameter_gui/mainwindow.h @@ -0,0 +1,157 @@ + +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include +#include +#include +#include + +#include "info_message.h" +#include "parameter_delegate.h" +#include "xml_parameter_reader.h" +#include "xml_parameter_writer.h" + +/** + * The MainWindow class of the the parameterGUI. + * The parameterGUI is a graphical user interface for editing parameter files based on the XML format, + * created by the ParameterHandler::print_parameters() function with ParameterHandler::XML as second argument. + * Please see @ref Representation of Parameters in the documentation of the @ref ParameterHandler class for more details. + * The MainWindow class provides the basic functionality of the GUI as save- and load-file-actions and documentation. + * The parameterGUI provides special editors for the different types of parameters defined in the ParameterHandler class. + * + * @ingroup gui + * @author Martin Steigemann, Wolfgang Bangerth, December 2010 + */ +class MainWindow : public QMainWindow +{ + Q_OBJECT + + public: + /** + * Constructor. + * If a filename is given, + * the MainWindow tries to open + * and parse the file. + */ + MainWindow(const QString &filename = ""); + + protected: + /** + * Reimplemented from QMainWindow. + * We ask, if changes should be saved. + */ + void closeEvent(QCloseEvent *event); + + private slots: + + /** + * Open a parameter file. + */ + void open(); + /** + * Save the parameter file. + */ + bool save(); + /** + * Open a file dialog to save the parameter file. + */ + bool save_as(); + /** + * Show some information on the parameterGUI + */ + void about(); + + /** + * A slot that should be always called, + * if parameter values were changed. + */ + void tree_was_modified(); + + private: + /** + * Show an information dialog, how + * parameters can be edited. + */ + void show_message (); + /** + * This function creates all actions. + */ + void create_actions(); + /** + * This function creates all menus. + */ + void create_menus(); + /** + * This function checks, if parameters were changed + * and show a dialog, if changes should be saved. + * This function should be always called, + * before open a new parameter file or before closing the GUI + */ + bool maybe_save (); + /** + * Save parameters to filename in XML format. + */ + bool save_file (const QString &filename); + /** + * Load parameters from filename in XML format. + */ + void load_file (const QString &filename); + /** + * This functions writes the current filename to the window title. + */ + void set_current_file (const QString &filename); + /** + * This is the tree structure in which we store all parameters. + */ + QTreeWidget * tree_widget; + /** + * This menu provides all file actions as open, save, save as + * and exit + */ + QMenu * file_menu; + /** + * This menu provides some informations about the parameterGUI + * and about Qt + */ + QMenu * help_menu; + /** + * QAction open a file. + */ + QAction * open_act; + /** + * QAction save a file. + */ + QAction * save_act; + /** + * QAction save as a file. + */ + QAction * save_as_act; + /** + * QAction exit the GUI. + */ + QAction * exit_act; + /** + * QAction about the parameterGUI. + */ + QAction * about_act; + /** + * QAction about Qt. + */ + QAction * about_qt_act; + /** + * This value stores the current filename we work on. + */ + QString current_file; + /** + * This dialog shows a short information message after loading a file. + */ + InfoMessage * info_message; + /** + * An object for storing user settings. + */ + QSettings * gui_settings; +}; + + +#endif diff --git a/deal.II/contrib/parameter_gui/parameter_delegate.cpp b/deal.II/contrib/parameter_gui/parameter_delegate.cpp new file mode 100644 index 0000000000..6530425656 --- /dev/null +++ b/deal.II/contrib/parameter_gui/parameter_delegate.cpp @@ -0,0 +1,287 @@ + +#include + +#include "parameter_delegate.h" + + +ParameterDelegate::ParameterDelegate(const int value_column, QObject *parent) + : QItemDelegate(parent) +{ + this->value_column = value_column; + + double_steps = 0.1; // any click in the editor will increase or decrease the value about double_steps + double_decimals = 14; // number of decimals shown in the editor + + int_steps = 1; // step value for increasing or decrasing integers +} + + + +QSize ParameterDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const +{ + if (index.column() == value_column) + { + return QSize(400,30); // we increase the height of all lines to show editors + +/* + QString pattern_description = index.data(Qt::StatusTipRole).toString(); // load pattern description + // stored in the StatusLine + QRegExp rx_string("\\b(FileName|DirectoryName)\\b"); + + if (rx_string.indexIn (pattern_description) != -1) + { + return QSize(400,35); // we increase the height for FileName and + } // DirectoryName to show a "browse" button + else + return QItemDelegate::sizeHint(option, index); +*/ + + } + else + return QItemDelegate::sizeHint(option, index); +} + + + +void ParameterDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const +{ + if (index.column() == value_column) + { + QString pattern_description = index.data(Qt::StatusTipRole).toString(); // load pattern description + // stored in the StatusLine + QRegExp rx_string("\\b(FileName|DirectoryName)\\b"); // if the type is Filename + // or DirectoryName + if (rx_string.indexIn (pattern_description) != -1) + { + QString value = index.model()->data(index, Qt::DisplayRole).toString(); // take the value + + QStyleOptionViewItem my_option = option; // load options + my_option.displayAlignment = Qt::AlignLeft | Qt::AlignVCenter; + + drawDisplay(painter, my_option, my_option.rect, value); // print the text in the display + drawFocus(painter, my_option, my_option.rect); // if the line has the + // focus, print a rectangle + } + else + QItemDelegate::paint(painter, option, index); // for all other types use + // the standard delegate + } + else + QItemDelegate::paint(painter, option, index); +} + + + +QWidget *ParameterDelegate::createEditor(QWidget *parent, + const QStyleOptionViewItem &option, + const QModelIndex &index) const +{ + if (index.column() == value_column) + { + QString pattern_description = index.data(Qt::StatusTipRole).toString(); // load pattern description + // stored in the StatusLine + QRegExp rx_string("\\b(Anything|MultipleSelection|List)\\b"), + rx_filename("\\b(FileName)\\b"), + rx_dirname("\\b(DirectoryName)\\b"), + rx_integer("\\b(Integer)\\b"), + rx_double("\\b(Double|Float|Floating)\\b"), + rx_selection("\\b(Selection)\\b"); + + if (rx_string.indexIn (pattern_description) != -1) // if the type "Anything" + { + QLineEdit * line_editor = new QLineEdit(parent); // choose a LineEditor + + connect(line_editor, SIGNAL(editingFinished()), // connect editors signal + this, SLOT(commit_and_close_editor())); // to the closer function + + return line_editor; + } + else if (rx_filename.indexIn (pattern_description) != -1) // if the type "FileName" + { + BrowseLineEdit * filename_editor // choose a BrowseLineEditor + = new BrowseLineEdit(BrowseLineEdit::file, parent); + + connect(filename_editor, SIGNAL(editingFinished()), + this, SLOT(commit_and_close_editor())); + + return filename_editor; + } + else if (rx_dirname.indexIn (pattern_description) != -1) // if the type "DirectoryName" + { + BrowseLineEdit * dirname_editor // choose a BrowseLineEditor + = new BrowseLineEdit(BrowseLineEdit::directory, parent); + + connect(dirname_editor, SIGNAL(editingFinished()), + this, SLOT(commit_and_close_editor())); + + return dirname_editor; + } + else if (rx_integer.indexIn (pattern_description) != -1) // if the tpye is "Integer" + { + QSpinBox * spin_box = new QSpinBox(parent); // choose a spin box + + const int min_int_value = std::numeric_limits::min(); + const int max_int_value = std::numeric_limits::max(); + + spin_box->setMaximum(max_int_value); // set max and min from the limits.h class + spin_box->setMinimum(min_int_value); + spin_box->setSingleStep(int_steps); // and every klick is a SingleStep + + connect(spin_box, SIGNAL(editingFinished()), // connect editors signal to the closer function + this, SLOT(commit_and_close_editor())); + + return spin_box; + } + else if (rx_double.indexIn (pattern_description) != -1) // the same with "Double" + { + QDoubleSpinBox * double_spin_box = new QDoubleSpinBox(parent); // choose a spin box + + const double min_double_value = -std::numeric_limits::max(); + const double max_double_value = std::numeric_limits::max(); + + double_spin_box->setMaximum(max_double_value); // set max and min from the limits.h class + double_spin_box->setMinimum(min_double_value); + double_spin_box->setDecimals(double_decimals); // show "double_decimals" decimals + double_spin_box->setSingleStep(double_steps); // and every klick is a SingleStep + + connect(double_spin_box, SIGNAL(editingFinished()), // connect editors signal to the closer function + this, SLOT(commit_and_close_editor())); + + return double_spin_box; + } + else if (rx_selection.indexIn (pattern_description) != -1) // and selections + { + QComboBox * combo_box = new QComboBox(parent); // we assume, that pattern_desctiption is of the form + // "Type: [Selection item1|item2| ....|item ] " + std::vector choices; // list with the different items + std::string tmp(pattern_description.toStdString()); + + if (tmp.find("[") != std::string::npos) // delete all char before [ + tmp.erase (0, tmp.find("[")+1); + + if (tmp.find("]") != std::string::npos) // delete all char after ] + tmp.erase (tmp.find("]"),tmp.length()); + + if (tmp.find(" ") != std::string::npos) // delete all char before " " + tmp.erase (0, tmp.find(" ")+1); + + while (tmp.find('|') != std::string::npos) // extract items + { + choices.push_back(std::string(tmp, 0, tmp.find('|'))); + tmp.erase (0, tmp.find('|')+1); + }; + + if (tmp.find(" ") != std::string::npos) // delete " " + tmp.erase (tmp.find(" ")); + + choices.push_back(tmp); // add last item + + for (unsigned int i=0; iaddItem (tr(choices[i].c_str()), tr(choices[i].c_str())); + + combo_box->setEditable(false); + + connect(combo_box, SIGNAL(currentIndexChanged(int)), // connect editors signal to the closer function + this, SLOT(commit_and_close_editor())); + + return combo_box; + } + else + { + return QItemDelegate::createEditor(parent, option, index); + }; + }; + + return 0; // if it is not the column "parameter values", do nothing +} + + + +void ParameterDelegate::setEditorData(QWidget *editor, const QModelIndex &index) const +{ + if (index.column() == value_column) + { + QString pattern_description = index.data(Qt::StatusTipRole).toString(); // load pattern description + // stored in the StatusLine + QRegExp rx_filename("\\b(FileName)\\b"), + rx_dirname("\\b(DirectoryName)\\b"), + rx_selection("\\b(Selection)\\b"); + + if (rx_filename.indexIn (pattern_description) != -1) // if the type is "FileName" + { + QString file_name = index.data(Qt::DisplayRole).toString(); + + BrowseLineEdit *filename_editor = qobject_cast(editor); // set the text of the editor + filename_editor->setText(file_name); + } + else if (rx_dirname.indexIn (pattern_description) != -1) // if the type is "DirectoryName" + { + QString dir_name = index.data(Qt::DisplayRole).toString(); + + BrowseLineEdit *dirname_editor = qobject_cast(editor); // set the text of the editor + dirname_editor->setText(dir_name); + } + else if (rx_selection.indexIn (pattern_description) != -1) // if we have a combo box, + { + QRegExp rx(index.data(Qt::DisplayRole).toString()); + + QComboBox * combo_box = qobject_cast(editor); + + for (unsigned int i=0; icount(); ++i) // we look, which index + if (rx.exactMatch(combo_box->itemText(i))) // the data has and set + combo_box->setCurrentIndex(i); // it to the combo_box + } + else + QItemDelegate::setEditorData(editor, index); // if it is not FileName, + // DirectoryName or Selection + // use the standard delegate + }; +} + + + +void ParameterDelegate::commit_and_close_editor() +{ + QWidget * editor = qobject_cast(sender()); + emit commitData(editor); + emit closeEditor(editor); +} + + + +void ParameterDelegate::setModelData(QWidget *editor, QAbstractItemModel *model, + const QModelIndex &index) const +{ + if (index.column() == value_column) + { + QString pattern_description = index.data(Qt::StatusTipRole).toString(); // load pattern description + // stored in the StatusLine + + QRegExp rx_filename("\\b(FileName)\\b"), + rx_dirname("\\b(DirectoryName)\\b"), + rx_selection("\\b(Selection)\\b"); + + if (rx_filename.indexIn (pattern_description) != -1) // if the type is "FileName" + { + BrowseLineEdit * filename_editor = qobject_cast(editor); // set the text from the editor + QString value = filename_editor->text(); + model->setData(index, value); + } + else if (rx_dirname.indexIn (pattern_description) != -1) // if the type is "DirectoryName" + { + BrowseLineEdit * dirname_editor = qobject_cast(editor); // set the text from the editor + QString value = dirname_editor->text(); + model->setData(index, value); + } + else if (rx_selection.indexIn (pattern_description) != -1) // if the type is "Selection" + { + QComboBox * combo_box = qobject_cast(editor); // set the text from the editor + QString value = combo_box->currentText(); + model->setData(index, value); + } + else + QItemDelegate::setModelData(editor, model, index); // if it is not FileName or DirectoryName, + // use the standard delegate + }; +} + diff --git a/deal.II/contrib/parameter_gui/parameter_delegate.h b/deal.II/contrib/parameter_gui/parameter_delegate.h new file mode 100644 index 0000000000..654dca4e82 --- /dev/null +++ b/deal.II/contrib/parameter_gui/parameter_delegate.h @@ -0,0 +1,96 @@ + +#ifndef PARAMETERDELEGATE_H +#define PARAMETERDELEGATE_H + +#include +#include +#include +#include +#include +#include + +#include +#include + +#include "browse_lineedit.h" + + +/** + * The ParameterDelegate class implements special delegates for the QTreeWidget class used in the parameterGUI. + * The QTreeWidget class provides some different standard delegates for editing parameters shown in the + * tree structure. The ParameterDelegate class provides special editors for the different types of parameters defined in + * the ParameterHandler class. For all parameter types based on strings as "Anything", "MultipleSelection" and + * "List" a simple line editor will be shown up. In the case of integer and double type parameters the editor is a spin box and for + * "Selection" type parameters a combo box will be shown up. For parameters of type "FileName" and "DirectoryName" + * the delegate shows a @ref BrowseLineEdit editor. The column of the tree structure with the parameter values has to be set + * in the constructor. + * + * @ingroup gui + * @author Martin Steigemann, Wolfgang Bangerth, December 2010 + */ +class ParameterDelegate : public QItemDelegate +{ + Q_OBJECT + + public: + /** + * Constructor, the value_column specifies the column + * of the parameter tree this delegate will be used on. + */ + ParameterDelegate (const int value_column, QObject *parent = 0); + /** + * This function creates the appropriate editor for the parameter + * based on the index. + */ + QWidget * createEditor(QWidget *parent, const QStyleOptionViewItem &option, + const QModelIndex &index) const; + /** + * Reimplemented from QItemDelegate. + */ + QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const; + /** + * Reimplemented from QItemDelegate. + */ + void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const; + /** + * Reimplemented from QItemDelegate. + */ + void setEditorData(QWidget *editor, const QModelIndex &index) const; + /** + * Reimplemented from QItemDelegate. + */ + void setModelData(QWidget *editor, QAbstractItemModel *model, + const QModelIndex &index) const; + + private slots: + /** + * Reimplemented from QItemDelegate. + */ + void commit_and_close_editor(); + + private: + /** + * The column this delegate will be used on. + */ + int value_column; + /** + * For parameters of type double a spin box + * will be shown as editor. Any click on the spin box + * will change the value about double_steps. + */ + double double_steps; + /** + * For parameters of type integer a spin box + * will be shown as editor. Any click on the spin box + * will change the value about int_steps. + */ + unsigned int int_steps; + /** + * For parameters of type double a spin box + * will be shown as editor. The spin box will show + * parameters with a precision of double_decimals. + */ + unsigned int double_decimals; +}; + +#endif diff --git a/deal.II/contrib/parameter_gui/parameters.xml b/deal.II/contrib/parameter_gui/parameters.xml new file mode 100644 index 0000000000..fa4ff1c224 --- /dev/null +++ b/deal.II/contrib/parameter_gui/parameters.xml @@ -0,0 +1,502 @@ + + + + + Elasticity + Elasticity + Basic equation to solve + 0 + [Anything] + + + CtsSpecimen + Specimen + Domain + 1 + [Selection CtSpecimen|CtsSpecimen|SENBeam ] + + + 2 + 2 + Use this number of terms in asymptotic decompositions + 2 + [Selection 2|3|5 ] + + + false + false + Output grids in eps format + 3 + [Selection true|false ] + + + + + AluminiumAlloy7075T651 + AluminiumAlloy7075T651 + Description of the material: MaterialName|ReadMaterial + 4 + [Selection AluminiumAlloy7075T651|PlexiGlas|SuperAlloyPWA14801493|SihParisIrwinMaterialOne|SihParisIrwinMaterialTwo|CorticalBone|Beton|TestMaterial|ReadMaterial ] + + + Homogeneous + Homogeneous + Type of material: Homogeneous|Composite|FGM + 5 + [Selection Homogeneous|Composite|FGM ] + + + 0 + 0. + Material angle with respect to the basic coordinate system + 6 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + plane_strain + plain_strain + Plane state: plane_strain|plane_stress + 7 + [Selection plane_strain|plain_stress ] + + + false + false + Scale elastic moduli to a11 = 1 and a22 = 1 + 8 + [Selection true|false ] + + + + TestMaterialProperties + ReadedMaterialProperties + Description of ReadMaterial + 9 + [Anything] + + + 108752.2388 + 1. + Elastic constant + 10 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 56023.8806 + 1. + Elastic constant + 11 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 108752.2388 + 1. + Elastic constant + 12 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 0 + 1. + Elastic constant + 13 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 0 + 1. + Elastic constant + 14 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 26364.1791 + 1. + Elastic constant + 15 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + + + AluminiumAlloy7075T651 + AluminiumAlloy7075T651 + Description of the material: MaterialName|ReadMaterial + 16 + [Selection AluminiumAlloy7075T651|PlexiGlas|SuperAlloyPWA14801493|SihParisIrwinMaterialOne|SihParisIrwinMaterialTwo|CorticalBone|Beton|TestMaterial|ReadMaterial ] + + + 108752.2388 + 1. + Elastic constant + 17 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 56023.8806 + 1. + Elastic constant + 18 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 108752.2388 + 1. + Elastic constant + 19 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 0 + 1. + Elastic constant + 20 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 0 + 1. + Elastic constant + 21 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 26364.1791 + 1. + Elastic constant + 22 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 0 + 0. + Material angle with respect to the basic coordinate system + 23 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 0.5 + 0. + Perturbation parameter + 24 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + + + + 10000 + 4500 + Applied force value in Newton + 25 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 0 + 0 + If the specimen allows different forces, this parameter can be used to control them + 26 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + + + da/dN-curve + da/dN-curve + + 27 + [Selection da/dN-curve|Paris-law|Forman-Mettu-equation ] + + + + 104.25 + 100 + + 28 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 972 + 1000 + + 29 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 0.1 + 0.1 + + 30 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 3 + 1 + + 31 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + + + 2.12e-11 + 1 + + 32 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 2.1 + 1 + + 33 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + + + 2.12e-11 + 1 + + 34 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 2.885 + 1 + + 35 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + +

+ 0.5 + 1 + + 36 + [Double -1.79769e+308...1.79769e+308 (inclusive)] +

+ + 1 + 1 + + 37 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + +
+
+ + + 2 + 1. + + 38 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 1 + 2 + + 39 + [Integer range -2147483648...2147483647 (inclusive)] + + + 0.5 + 1 + + 40 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 0.25 + 0.25 + + 41 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + + + 250 + 100 + + 42 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 110 + 110. + + 43 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + -110 + -110. + + 44 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 180 + 180. + + 45 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + -180 + -180. + + 46 + [Double -1.79769e+308...1.79769e+308 (inclusive)] + + + 22 + 22 + + 47 + [Integer range -2147483648...2147483647 (inclusive)] + + + 36 + 36 + + 48 + [Integer range -2147483648...2147483647 (inclusive)] + + + false + false + + 49 + [Selection true|false ] + + + false + false + + 50 + [Selection true|false ] + + + 1 + 1 + + 51 + [Integer range -2147483648...2147483647 (inclusive)] + + + 25 + 10 + + 52 + [Integer range -2147483648...2147483647 (inclusive)] + + + true + true + + 53 + [Selection true|false ] + + + false + false + + 54 + [Selection true|false ] + + + + + 250000 + 10000 + + 55 + [Integer range -2147483648...2147483647 (inclusive)] + + + + + + /home/masteige/projects/mcrack2d/projects/test/meshes/mesh.ucd + /home/masteige/mcrack2d/projects/mesh.ucd + + 56 + [FileName (Type: input)] + + + /home/masteige/projects/mcrack2d/projects/test/crack_path.data + /home/masteige/mcrack2d/projects/crack_path.data + + 57 + [FileName (Type: input)] + + + /home/masteige/projects/mcrack2d/projects/test/matrix_M.data + /home/masteige/mcrack2d/projects/Matrix_M.data + + 58 + [FileName (Type: input)] + + + /home/masteige/projects/mcrack2d/projects/test/da_dN_curve.data + /home/masteige/mcrack2d/projects/da_dN_curve.data + + 59 + [FileName (Type: input)] + + + /home/masteige/projects/mcrack2d/projects/test/results.data + /home/masteige/mcrack2d/projects/results.data + + 60 + [FileName (Type: input)] + + + /home/masteige/projects/mcrack2d/scripts/extract_mesh.py + /home/masteige/mcrack2d/scripts/extract_mesh.py + + 61 + [FileName (Type: input)] + + + + + /home/masteige/projects/mcrack2d/material/ + /home/masteige/mcrack2d/materials + + 62 + [DirectoryName] + + + /home/masteige/projects/mcrack2d/projects/test/ + /home/masteige/mcrack2d/projects + + 63 + [DirectoryName] + + + /home/masteige/projects/mcrack2d/projects/test/graphics/ + /home/masteige/mcrack2d/projects/graphics + + 64 + [DirectoryName] + + + /home/masteige/projects/mcrack2d/projects/test/meshes/ + /home/masteige/mcrack2d/projects/meshes + + 65 + [DirectoryName] + + + /home/masteige/projects/mcrack2d/projects/test/results/ + /home/masteige/mcrack2d/projects/results + + 66 + [DirectoryName] + + + +
diff --git a/deal.II/contrib/parameter_gui/xml_parameter_reader.cpp b/deal.II/contrib/parameter_gui/xml_parameter_reader.cpp new file mode 100644 index 0000000000..7973c7b64e --- /dev/null +++ b/deal.II/contrib/parameter_gui/xml_parameter_reader.cpp @@ -0,0 +1,347 @@ + +#include + +#include "xml_parameter_reader.h" + + +XMLParameterReader::XMLParameterReader(QTreeWidget *tree_widget) + : tree_widget(tree_widget) +{ + QStyle * style = tree_widget->style(); + + subsection_icon.addPixmap(style->standardPixmap(QStyle::SP_DirClosedIcon), QIcon::Normal, QIcon::Off); + subsection_icon.addPixmap(style->standardPixmap(QStyle::SP_DirOpenIcon), QIcon::Normal, QIcon::On); + + parameter_icon.addPixmap(style->standardPixmap(QStyle::SP_FileIcon)); +} + + + +bool XMLParameterReader::read_xml_file(QIODevice *device) +{ + xml.setDevice(device); + + // We look for a StartElement "ParameterHandler" + // and start parsing after this. + // + // + // ... + // + // + + while (xml.readNext() != QXmlStreamReader::Invalid) + { + if (xml.isStartElement()) + if (xml.name() == "ParameterHandler") + { + parse_parameters(); + + return !xml.error();; + }; + }; + + xml.raiseError(QObject::tr("The file is not an ParameterHandler XML file.")); + + return !xml.error(); +} + + + +QString XMLParameterReader::error_string() const +{ + return QObject::tr("%1\nLine %2, column %3") + .arg(xml.errorString()) + .arg(xml.lineNumber()) + .arg(xml.columnNumber()); +} + + + +void XMLParameterReader::parse_parameters() +{ + Q_ASSERT(xml.isStartElement() && xml.name() == "ParameterHandler"); + + while (xml.readNext() != QXmlStreamReader::Invalid) // go to the next + { // if it is the closing element of ParameterHandler, + if (xml.isEndElement() && xml.name() == "ParameterHandler") + break; // break the loop + + if (xml.isStartElement()) // if it is a start element + read_subsection_element(0); // it must be a subsection or a parameter + }; +} + + + +void XMLParameterReader::read_subsection_element(QTreeWidgetItem *parent) +{ + // The structure of the parameter file is assumed to be of the form + // + // + // + // ... + // + // ... + // ... + // ... + // + // + // ... + // + // ... + // + // + // ... + // + // ... + // + // + // Any subsection has a user-specified name also any parameter, but we do not know + // the userspecified names and we can not assume anything. So, when parsing the file, + // we do not know, if the actual is a or a + // in a subsection. To decide, if the element is a subsection- or a parameter-name, + // we assume, that if the next is , we have a + // and a parameter has the entries , , , + // and + + Q_ASSERT(xml.isStartElement()); // the actual element is + + QTreeWidgetItem * subsection = create_child_item(parent); // create a new subsection in the tree + + subsection->setIcon(0, subsection_icon); // set the icon, + subsection->setText(0, demangle(xml.name().toString())); // the name + + tree_widget->setItemExpanded(subsection, 0); // and the folder is not expanded + + while (xml.readNext() != QXmlStreamReader::Invalid) // read the next element + { + if (xml.isEndElement()) // if the next element is , break the loop + break; + + if (xml.isStartElement()) // if it is a start element + { + if (xml.name() == "value") // it can be , then we have found a parameter, + { + subsection->setFlags(subsection->flags() | Qt::ItemIsEditable); // values can be edited, + read_parameter_element (subsection); + } + else // or it can be a new + { + subsection->setFlags(subsection->flags() | Qt::NoItemFlags); // subsections can not be edited, + read_subsection_element (subsection); + }; + }; + }; +} + + + +void XMLParameterReader::read_parameter_element(QTreeWidgetItem *parent) +{ + Q_ASSERT(xml.isStartElement() && xml.name() == "value"); // the actual element is , + // then we have found a parameter-item + QString value = xml.readElementText(); // read the element text + parent->setText(1, value); // and store as text to the item + parent->setIcon(0, parameter_icon); // change the icon of parent + + while (xml.readNext() != QXmlStreamReader::Invalid) // go to the next + { + if (xml.isStartElement()) + { + if (xml.isStartElement() && xml.name() == "default_value") // if it is + { + QString default_value = xml.readElementText(); // store it + parent->setText(2, default_value); + } + else if (xml.isStartElement() && xml.name() == "documentation") // if it is + { + QString documentation = xml.readElementText(); // store it + parent->setText(3, documentation); + + if (!documentation.isEmpty()) // if there is a documentation, + { + parent->setToolTip(0, "Documentation: " + documentation); // set Documentation as ToolTip for both columns + parent->setToolTip(1, "Documentation: " + documentation); + parent->setStatusTip(0, "Documentation: " + documentation); // and as StatusTip for the first column also + }; + } + else if (xml.isStartElement() && xml.name() == "pattern") // if it is + { + QString pattern = xml.readElementText(); // store it as text + parent->setText(4, pattern); // we only need this value + // for writing back to XML later + } + else if (xml.isStartElement() && xml.name() == "pattern_description") // if it is + { + QString pattern_description = xml.readElementText(); // store it as text + parent->setText(5, pattern_description); + // show the type and default + // in the StatusLine + parent->setStatusTip(1, "Type: " + pattern_description + " Default: " + parent->text(2)); + + // in order to store values as correct data types, + // we check the following types in the pattern_description: + + QRegExp rx_string("\\b(Anything|FileName|DirectoryName|Selection|List|MultipleSelection)\\b"), + rx_integer("\\b(Integer)\\b"), + rx_double("\\b(Float|Floating|Double)\\b"), + rx_bool("\\b(Selection true|false)\\b"); + + if (rx_string.indexIn (pattern_description) != -1) // the type "Anything" or "Filename" + { + QString value = parent->text(1); // store as a QString + + parent->setData(1, Qt::EditRole, value); // and set the data in the item + parent->setData(1, Qt::DisplayRole, value); + } + else if (rx_integer.indexIn (pattern_description) != -1) // if the tpye is "Integer" + { + QString text = parent->text(1); + + bool ok = true; + + int value = text.toInt(&ok); // we convert the string to int + + if (ok) // and store + { + parent->setData(1, Qt::EditRole, value); + parent->setData(1, Qt::DisplayRole, value); + } + else // otherwise raise an error + xml.raiseError(QObject::tr("Cannot convert integer type to integer!")); + } + else if (rx_double.indexIn (pattern_description) != -1) // the same with "Float" + { + QString text = parent->text(1); + + bool ok = true; + + double value = text.toDouble(&ok); + + if (ok) + { + parent->setData(1, Qt::EditRole, value); + parent->setData(1, Qt::DisplayRole, value); + } + else + xml.raiseError(QObject::tr("Cannot convert double type to double!")); + }; + + if (rx_bool.indexIn (pattern_description) != -1) // and booleans + { + QRegExp test(parent->text(1)); + + bool value = true; + + if (test.exactMatch("true")) + value = true; + else if (test.exactMatch("false")) + value = false; + else + xml.raiseError(QObject::tr("Cannot convert boolen type to boolean!")); + + parent->setText(1, ""); // this is needed because we use + parent->setData(1, Qt::EditRole, value); // for booleans the standard + parent->setData(1, Qt::DisplayRole, value); // delegate + }; + + break; // and break the loop + } + else + { // if there is any other element, raise an error + xml.raiseError(QObject::tr("Incomplete or unknown Parameter!")); + break; // and break the loop + }; // here we assume the special structure + }; // of the parameter-file! + }; +} + + + +QTreeWidgetItem *XMLParameterReader::create_child_item(QTreeWidgetItem *item) +{ + QTreeWidgetItem * child_item; // create a new child-item + + if (item) + child_item = new QTreeWidgetItem(item); // if item is not empty, + else // append the new item as a child + child_item = new QTreeWidgetItem(tree_widget); // otherwise create a new item + // in the tree + + child_item->setData(0, Qt::DisplayRole, xml.name().toString()); // set xml.tag_name as data + child_item->setText(0, xml.name().toString()); // set xml.tag_name as data + + return child_item; +} + + + +QString XMLParameterReader::demangle (const QString &s) +{ + std::string s_temp (s.toStdString()); // this function is copied from the ParameterHandler class + + std::string u; + u.reserve (s_temp.size()); + + for (unsigned int i=0; i(c)); + + // skip the two characters + i += 2; + } + + QString v (u.c_str()); + + return v; +} + diff --git a/deal.II/contrib/parameter_gui/xml_parameter_reader.h b/deal.II/contrib/parameter_gui/xml_parameter_reader.h new file mode 100644 index 0000000000..2fe44c6081 --- /dev/null +++ b/deal.II/contrib/parameter_gui/xml_parameter_reader.h @@ -0,0 +1,96 @@ + +#ifndef XMLPARAMETERREADER_H +#define XMLPARAMETERREADER_H + +#include +#include +#include +#include + + +/** + * The XMLParameterReader class provides an interface to parse parameters from XML files to a QTreeWidget. + * This class makes extensive use of the QXmlStreamReader class, which implements the basic functionalities + * for parsing XML files. + * + * @ingroup gui + * @author Martin Steigemann, Wolfgang Bangerth, December 2010 + */ +class XMLParameterReader +{ + public: + /** + * Constructor. + */ + XMLParameterReader (QTreeWidget *tree_widget); + /** + * This function reads the parameters from device into the tree_widget. + * We use the QXmlStreaReader class for this. + * There must be a start element + * + * and an end element + * otherwise an exception is thrown. + */ + bool read_xml_file (QIODevice *device); + /** + * This function returns an error message. + */ + QString error_string () const; + + private: + /** + * This function implements a loop over the XML file + * and parses XML elements. It calls @ref read_subsection_element + * till the element is found + * or the end of the file is reached. In this case, an exception is thrown. + */ + void parse_parameters (); + /** + * This functions parses a subsection. + * If the next element is , + * this functions calls @ref read_parameter_element + * otherwise the function itself recursively. + */ + void read_subsection_element (QTreeWidgetItem *parent); + /** + * This functions parses a parameter. + * A parameter description consists of five elements: + * @code + * value + * default_value + * documentation + * pattern + * [pattern_description] + * @endcode + * If a parameter description is incomplete, an exception + * is thrown. + */ + void read_parameter_element (QTreeWidgetItem *parent); + /** + * Reimplemented from the ParameterHandler class. + * Unmangle a string into its original form. + */ + QString demangle (const QString &s); + /** + * This helper function creates a new item in the tree. + */ + QTreeWidgetItem * create_child_item(QTreeWidgetItem *item); + /** + * The QXmlStreamReader object for reading XML elements. + */ + QXmlStreamReader xml; + /** + * A pointer to the tree structure. + */ + QTreeWidget * tree_widget; + /** + * An icon for subsections in the tree structure. + */ + QIcon subsection_icon; + /** + * An icon for parameters in the tree structure. + */ + QIcon parameter_icon; +}; + +#endif diff --git a/deal.II/contrib/parameter_gui/xml_parameter_writer.cpp b/deal.II/contrib/parameter_gui/xml_parameter_writer.cpp new file mode 100644 index 0000000000..95a1f5a2d1 --- /dev/null +++ b/deal.II/contrib/parameter_gui/xml_parameter_writer.cpp @@ -0,0 +1,83 @@ + +#include + +#include "xml_parameter_writer.h" + + +XMLParameterWriter::XMLParameterWriter(QTreeWidget *tree_widget) + : tree_widget(tree_widget) +{ + xml.setAutoFormatting(true); // enable auto-formatting +} + + + +bool XMLParameterWriter::write_xml_file(QIODevice *device) +{ + xml.setDevice(device); // setup the output device + xml.writeStartDocument(); // write the head + xml.writeStartElement("ParameterHandler"); // write the root element + // loop over the elements + for (int i = 0; i < tree_widget->topLevelItemCount(); ++i) + write_item(tree_widget->topLevelItem(i)); // and write the items + + xml.writeEndDocument(); // close the first element + + return true; +} + + + +void XMLParameterWriter::write_item(QTreeWidgetItem *item) +{ + QString tag_name = mangle(item->text(0)); // store the element name + + xml.writeStartElement(tag_name); // and write to the file + + if (!item->text(1).isEmpty()) // if the "value"-entry of this item is not empty + { // we have a parameter + xml.writeTextElement("value", item->data(1,Qt::EditRole).toString()); + xml.writeTextElement("default_value", item->text(2)); // and we write its values + xml.writeTextElement("documentation", item->text(3)); + xml.writeTextElement("pattern", item->text(4)); + xml.writeTextElement("pattern_description", item->text(5)); + }; + + for (int i = 0; i < item->childCount(); ++i) // go over the childrens recursively + write_item(item->child(i)); + + xml.writeEndElement(); // write closing +} + + + +QString XMLParameterWriter::mangle (const QString &s) +{ + std::string s_temp (s.toStdString()); // this function is copied from + // the ParameterHandler class + std::string u; // and adapted to mangle QString + u.reserve (s_temp.size()); + + static const std::string allowed_characters + ("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"); + + // for all parts of the string, see + // if it is an allowed character or + // not + for (unsigned int i=0; i(s_temp[i])/16]); + u.push_back (hex[static_cast(s_temp[i])%16]); + } + + QString v (u.c_str()); + + return v; +} + diff --git a/deal.II/contrib/parameter_gui/xml_parameter_writer.h b/deal.II/contrib/parameter_gui/xml_parameter_writer.h new file mode 100644 index 0000000000..f11b8e955f --- /dev/null +++ b/deal.II/contrib/parameter_gui/xml_parameter_writer.h @@ -0,0 +1,71 @@ + +#ifndef XMLPARAMETERWRITER_H +#define XMLPARAMETERWRITER_H + +#include +#include +#include + + +/** + * The XMLParameterWriter class provides an interface to write parameters stored in a QTreeWidget to a file in XML format. + * This class makes extensive use of the QXmlStreamWriter class, which implements the basic functionalities for writing + * XML files. + * + * @ingroup gui + * @author Martin Steigemann, Wolfgang Bangerth, December 2010 + */ +class XMLParameterWriter +{ + public: + /** + * Constructor. + */ + XMLParameterWriter (QTreeWidget *tree_widget); + /** + * This function writes the parameters stored in the tree_widget + * to device in XML format. We use the QXmlStreaWriter class + * for this. The root element is + * + */ + bool write_xml_file (QIODevice *device); + + private: + /** + * This function writes an item of tree_widget + * to a file in XML format. For this the QXmlStreamWriter class is used. + * If the item is a parameter, the elements that describes this parameter + * are written: + * @code + * value + * default_value + * documentation + * pattern + * [pattern_description] + * @endcode + * If the item is a subsection, a start element this_subsection is written + * and write_item is called recursively to write the next item. + */ + void write_item (QTreeWidgetItem *item); + /** + * Reimplemented from the ParameterHandler class. + * Mangle a string so that it + * doesn't contain any special + * characters or spaces. + */ + QString mangle (const QString &s); + /** + * An QXmlStreamWriter object + * which implements the functionalities + * we need for writing parameters to XML files. + */ + QXmlStreamWriter xml; + /** + * A pointer to the QTreeWidget structure + * which stores the parameters. + */ + QTreeWidget * tree_widget; +}; + + +#endif -- 2.39.5