#include <stdio.h>
#include <QApplication>
#include <QClipboard>
#include <QObject>
#include <QWidget>
#include <QDialog>
#include <QtGlobal>
#include <QDomNode>
#include <QTreeView>
#include <QTextEdit>
#include <QPushButton>
#include <QVBoxLayout>
#include <QSizePolicy>
#include "mainwindow.h"
Include dependency graph for main.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | GAME_RELEASE_VERSION 0 |
#define | GAME_RELEASE 114 |
#define | COMPILE_MODE 0 |
#define | DEBUG_PRINT |
#define | CURRENT_FORMAT_VERSION 1 |
#define | CURRENT_FORMAT_SUBVERSION 1 |
#define | DPF(X) logprint X |
Functions | |
void | logprint (char *lpszText,...) |
void | critical_error (QString message) |
void | info_window (QString i) |
QString | xmlnode_to_string (QDomNode xmldata) |
QString | convert_to_lastnumformat (int n) |
void | remove_dir (QString namedirfrom) |
void | print_object_tree (void) |
bool | compare_QStringList_len (const QStringList &list1, const QStringList &list2) |
int | imax (int x1, int x2) |
int | imin (int x1, int x2) |
template<class X> | |
X * | find_object (QString n) |
#define CURRENT_FORMAT_SUBVERSION 1 |
#define CURRENT_FORMAT_VERSION 1 |
bool compare_QStringList_len | ( | const QStringList & | list1, | |
const QStringList & | list2 | |||
) |
void critical_error | ( | QString | message | ) |
Definition at line 42 of file main.cpp.
Referenced by appconfig::appconfig(), TreeItem::data(), editrecord::get_field(), infofieldenter::get_field(), recordtabledata::get_field(), recordtabledata::get_fields(), appconfig::get_parameter(), clipbrecords::get_record(), recordtabledata::get_text(), TreeModel::getItem(), recordtabledata::insert_new_record(), recordtablescreen::select(), appconfig::set_addnewrecord_expand_info(), editrecord::set_field(), infofieldenter::set_field(), metaeditor::set_field(), and recordtabledata::set_field().
Here is the caller graph for this function:
X* find_object | ( | QString | n | ) | [inline] |
int imin | ( | int | x1, | |
int | x2 | |||
) |
Definition at line 236 of file main.cpp.
Referenced by findscreen::setup_toolsline(), and infofieldenter::setup_ui().
Here is the caller graph for this function:
void info_window | ( | QString | i | ) |
void print_object_tree | ( | void | ) |
Definition at line 214 of file main.cpp.
References mainwindowpointer, and print_object_tree_recurse().
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function:
void remove_dir | ( | QString | namedirfrom | ) |
Definition at line 125 of file main.cpp.
References appconfig::get_lastprefixnum_as_line(), appconfig::get_trashdir(), appconfig::inc_lastprefixnum(), and mytetraconfig.
Referenced by recordtabledata::delete_record().
Here is the call graph for this function:
Here is the caller graph for this function: