#include "main.h"
#include "mainwindow.h"
#include "appconfig.h"
#include "clipbrecords.h"
Include dependency graph for main.cpp:
Go to the source code of this file.
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) |
char * | fromQStringToChar (const QString &str) |
void | print_object_tree_recurse (QObject *pobj) |
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) |
int | main (int argc, char **argv) |
Variables | |
appconfig | mytetraconfig |
QObject * | mainwindowpointer |
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(), recordtabledata::get_field(), infofieldenter::get_field(), editrecord::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(), recordtabledata::set_field(), metaeditor::set_field(), infofieldenter::set_field(), and editrecord::set_field().
Here is the caller graph for this function:
char* fromQStringToChar | ( | const QString & | str | ) |
Definition at line 167 of file main.cpp.
Referenced by print_object_tree_recurse().
Here is the caller graph for this function:
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 | ) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 243 of file main.cpp.
References DPF, GAME_RELEASE, GAME_RELEASE_VERSION, mainwindowpointer, print_object_tree(), mainwindow::restore_findonbase_visible(), mainwindow::restore_geometry(), mainwindow::restore_recordtable_position(), and mainwindow::restore_tree_position().
Here is the call graph for this function:
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 print_object_tree_recurse | ( | QObject * | pobj | ) |
Definition at line 185 of file main.cpp.
References fromQStringToChar().
Referenced by print_object_tree().
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:
QObject* mainwindowpointer |
Definition at line 10 of file main.cpp.
Referenced by find_object(), main(), and print_object_tree().