#include "wizard.h"
#include "input.h"
#include "doxywizard.h"
#include <math.h>
#include <QGridLayout>
#include <QImage>
#include <QLabel>
#include <QHBoxLayout>
#include <QPushButton>
#include <QPixmap>
#include <QPainter>
#include <QMouseEvent>
#include <QLineEdit>
#include <QCheckBox>
#include <QFileInfo>
#include <QFileDialog>
#include <QButtonGroup>
#include <QGroupBox>
#include <QRadioButton>
#include <QTreeWidget>
#include <QStackedWidget>
#include <qdrawutil.h>
Go to the source code of this file.
Functions | |
static bool | stringVariantToBool (const QVariant &v) |
static bool | getBoolOption (const QHash< QString, Input * > &model, const QString &name) |
static int | getIntOption (const QHash< QString, Input * > &model, const QString &name) |
static QString | getStringOption (const QHash< QString, Input * > &model, const QString &name) |
static void | updateBoolOption (const QHash< QString, Input * > &model, const QString &name, bool bNew) |
static void | updateIntOption (const QHash< QString, Input * > &model, const QString &name, int iNew) |
static void | updateStringOption (const QHash< QString, Input * > &model, const QString &name, const QString &s) |
void | hsl2rgb (double h, double s, double l, double *pRed, double *pGreen, double *pBlue) |
Variables | |
static bool | g_optimizeMapping [6][6] |
static QString | g_optimizeOptionNames [6] |
#define STR_CALL_GRAPH QString::fromLatin1("CALL_GRAPH") |
Definition at line 59 of file wizard.cpp.
#define STR_CALLER_GRAPH QString::fromLatin1("CALLER_GRAPH") |
Definition at line 60 of file wizard.cpp.
#define STR_CLASS_DIAGRAMS QString::fromLatin1("CLASS_DIAGRAMS") |
Definition at line 53 of file wizard.cpp.
#define STR_CLASS_GRAPH QString::fromLatin1("CLASS_GRAPH") |
Definition at line 54 of file wizard.cpp.
#define STR_COLLABORATION_GRAPH QString::fromLatin1("COLLABORATION_GRAPH") |
Definition at line 55 of file wizard.cpp.
#define STR_CPP_CLI_SUPPORT QString::fromLatin1("CPP_CLI_SUPPORT") |
Definition at line 38 of file wizard.cpp.
#define STR_EXTRACT_ALL QString::fromLatin1("EXTRACT_ALL") |
Definition at line 40 of file wizard.cpp.
#define STR_GENERATE_HTML QString::fromLatin1("GENERATE_HTML") |
Definition at line 42 of file wizard.cpp.
#define STR_GENERATE_HTMLHELP QString::fromLatin1("GENERATE_HTMLHELP") |
Definition at line 47 of file wizard.cpp.
#define STR_GENERATE_LATEX QString::fromLatin1("GENERATE_LATEX") |
Definition at line 43 of file wizard.cpp.
#define STR_GENERATE_MAN QString::fromLatin1("GENERATE_MAN") |
Definition at line 44 of file wizard.cpp.
#define STR_GENERATE_RTF QString::fromLatin1("GENERATE_RTF") |
Definition at line 45 of file wizard.cpp.
#define STR_GENERATE_TREEVIEW QString::fromLatin1("GENERATE_TREEVIEW") |
Definition at line 48 of file wizard.cpp.
#define STR_GENERATE_XML QString::fromLatin1("GENERATE_XML") |
Definition at line 46 of file wizard.cpp.
#define STR_GRAPHICAL_HIERARCHY QString::fromLatin1("GRAPHICAL_HIERARCHY") |
Definition at line 56 of file wizard.cpp.
#define STR_HAVE_DOT QString::fromLatin1("HAVE_DOT") |
Definition at line 52 of file wizard.cpp.
#define STR_HIDE_SCOPE_NAMES QString::fromLatin1("HIDE_SCOPE_NAMES") |
Definition at line 39 of file wizard.cpp.
#define STR_HTML_COLORSTYLE_GAMMA QString::fromLatin1("HTML_COLORSTYLE_GAMMA") |
Definition at line 63 of file wizard.cpp.
#define STR_HTML_COLORSTYLE_HUE QString::fromLatin1("HTML_COLORSTYLE_HUE") |
Definition at line 61 of file wizard.cpp.
#define STR_HTML_COLORSTYLE_SAT QString::fromLatin1("HTML_COLORSTYLE_SAT") |
Definition at line 62 of file wizard.cpp.
#define STR_INCLUDE_GRAPH QString::fromLatin1("INCLUDE_GRAPH") |
Definition at line 57 of file wizard.cpp.
#define STR_INCLUDED_BY_GRAPH QString::fromLatin1("INCLUDED_BY_GRAPH") |
Definition at line 58 of file wizard.cpp.
#define STR_INPUT QString::fromLatin1("INPUT") |
Definition at line 30 of file wizard.cpp.
#define STR_OPTIMIZE_FOR_FORTRAN QString::fromLatin1("OPTIMIZE_FOR_FORTRAN") |
Definition at line 36 of file wizard.cpp.
#define STR_OPTIMIZE_OUTPUT_FOR_C QString::fromLatin1("OPTIMIZE_OUTPUT_FOR_C") |
Definition at line 34 of file wizard.cpp.
#define STR_OPTIMIZE_OUTPUT_JAVA QString::fromLatin1("OPTIMIZE_OUTPUT_JAVA") |
Definition at line 35 of file wizard.cpp.
#define STR_OPTIMIZE_OUTPUT_VHDL QString::fromLatin1("OPTIMIZE_OUTPUT_VHDL") |
Definition at line 37 of file wizard.cpp.
#define STR_OUTPUT_DIRECTORY QString::fromLatin1("OUTPUT_DIRECTORY") |
Definition at line 31 of file wizard.cpp.
#define STR_PDF_HYPERLINKS QString::fromLatin1("PDF_HYPERLINKS") |
Definition at line 50 of file wizard.cpp.
#define STR_PROJECT_BRIEF QString::fromLatin1("PROJECT_BRIEF") |
Definition at line 29 of file wizard.cpp.
#define STR_PROJECT_LOGO QString::fromLatin1("PROJECT_LOGO") |
Definition at line 28 of file wizard.cpp.
#define STR_PROJECT_NAME QString::fromLatin1("PROJECT_NAME") |
Definition at line 27 of file wizard.cpp.
#define STR_PROJECT_NUMBER QString::fromLatin1("PROJECT_NUMBER") |
Definition at line 32 of file wizard.cpp.
#define STR_RECURSIVE QString::fromLatin1("RECURSIVE") |
Definition at line 33 of file wizard.cpp.
#define STR_SEARCHENGINE QString::fromLatin1("SEARCHENGINE") |
Definition at line 51 of file wizard.cpp.
#define STR_SOURCE_BROWSER QString::fromLatin1("SOURCE_BROWSER") |
Definition at line 41 of file wizard.cpp.
#define STR_USE_PDFLATEX QString::fromLatin1("USE_PDFLATEX") |
Definition at line 49 of file wizard.cpp.
Definition at line 100 of file wizard.cpp.
Definition at line 108 of file wizard.cpp.
|
static |
Definition at line 116 of file wizard.cpp.
void hsl2rgb | ( | double | h, |
double | s, | ||
double | l, | ||
double * | pRed, | ||
double * | pGreen, | ||
double * | pBlue | ||
) |
Definition at line 211 of file wizard.cpp.
|
static |
Definition at line 94 of file wizard.cpp.
|
static |
Definition at line 124 of file wizard.cpp.
|
static |
Definition at line 137 of file wizard.cpp.
|
static |
Definition at line 151 of file wizard.cpp.
|
static |
Definition at line 65 of file wizard.cpp.
|
static |
Definition at line 82 of file wizard.cpp.