#include <stdio.h>
#include <QtCore>
#include <QtGui>
#include <klfbackend.h>
#include <ui_klfprogerr.h>
#include <ui_klfmainwin.h>
#include <klflibview.h>
#include <klfguiutil.h>
#include "klflatexedit.h"
#include "klflibbrowser.h"
#include "klflatexsymbols.h"
#include "klfsettings.h"
#include "klfmain.h"
#include "klfstylemanager.h"
#include "klfmime.h"
#include "klfmainwin.h"
#include "klfmainwin_p.h"
Go to the source code of this file.
Defines | |
#define | DEBUG_GEOM_ARGS(g) (g).topLeft().x(), (g).topLeft().y(), (g).size().width(), (g).size().height() |
Functions | |
static QRect | klf_get_window_geometry (QWidget *w) |
static void | klf_set_window_geometry (QWidget *w, QRect g) |
static QString | kdelocate (const char *fname) |
static QString | find_list_agreement (const QStringList &a, const QStringList &b) |
#define DEBUG_GEOM_ARGS | ( | g | ) | (g).topLeft().x(), (g).topLeft().y(), (g).size().width(), (g).size().height() |
Definition at line 49 of file klfmainwin.cpp.
static QString find_list_agreement | ( | const QStringList & | a, |
const QStringList & | b | ||
) | [static] |
Definition at line 2177 of file klfmainwin.cpp.
Referenced by KLFMainWin::canOpenData(), and KLFMainWin::openData().
static QString kdelocate | ( | const char * | fname | ) | [static] |
Definition at line 732 of file klfmainwin.cpp.
References QFile::exists(), QStringList::filter(), QString::fromLocal8Bit(), QDir::homePath(), QString::replace(), and QProcess::systemEnvironment().
Referenced by KLFMainWin::loadLibrary(), and KLFMainWin::loadStyles().
Definition at line 51 of file klfmainwin.cpp.
Referenced by KLFMainWin::eventFilter(), and KLFMainWin::hideEvent().
Definition at line 61 of file klfmainwin.cpp.
References QRect::isValid().
Referenced by KLFMainWin::eventFilter(), and KLFMainWin::showEvent().