lokalize
lokalizemainwindow.cpp File Reference
#include "lokalizemainwindow.h"
#include "actionproxy.h"
#include "editortab.h"
#include "projecttab.h"
#include "tmtab.h"
#include "jobs.h"
#include "filesearchtab.h"
#include "prefs_lokalize.h"
#include "project.h"
#include "projectmodel.h"
#include "projectlocal.h"
#include "prefs.h"
#include "tools/widgettextcaptureconfig.h"
#include "multieditoradaptor.h"
#include <kglobal.h>
#include <kstandarddirs.h>
#include <klocale.h>
#include <kicon.h>
#include <kmenubar.h>
#include <kstatusbar.h>
#include <kdebug.h>
#include <kmessagebox.h>
#include <knotification.h>
#include <kapplication.h>
#include <kio/netaccess.h>
#include <kaction.h>
#include <kactioncollection.h>
#include <kactioncategory.h>
#include <kstandardaction.h>
#include <kstandardshortcut.h>
#include <krecentfilesaction.h>
#include <kxmlguifactory.h>
#include <kurl.h>
#include <kmenu.h>
#include <kfiledialog.h>
#include <kross/core/action.h>
#include <threadweaver/ThreadWeaver.h>
#include <QActionGroup>
#include <QMdiArea>
#include <QMdiSubWindow>
#include <QMenuBar>
#include <kdialog.h>
#include "mainwindowadaptor.h"
#include <kross/core/actioncollection.h>
#include <kross/core/manager.h>
#include <unistd.h>
#include "lokalizemainwindow.moc"
#include "lokalizesubwindowbase.moc"
#include "multieditoradaptor.moc"
Include dependency graph for lokalizemainwindow.cpp:
Go to the source code of this file.
Macros | |
#define | ADD_ACTION_ICON(_name, _text, _shortcut, _icon) |
#define | ADD_ACTION_SHORTCUT(_name, _text, _shortcut) |
#define | ADD_ACTION_SHORTCUT_ICON(_name, _text, _shortcut, _icon) |
#define | PROJECTRCFILE "scripts.rc" |
#define | PROJECTRCFILEDIR Project::instance()->projectDir()+"/lokalize-scripts" |
#define | PROJECTRCFILEPATH Project::instance()->projectDir()+"/lokalize-scripts" "/" PROJECTRCFILE |
Macro Definition Documentation
#define ADD_ACTION_ICON | ( | _name, | |
_text, | |||
_shortcut, | |||
_icon | |||
) |
Value:
action = actionCategory->addAction(_name);\
action->setText(_text);\
action->setShortcuts(KStandardShortcut::shortcut(KStandardShortcut::_shortcut));\
action->setIcon(KIcon(_icon));
#define ADD_ACTION_SHORTCUT | ( | _name, | |
_text, | |||
_shortcut | |||
) |
Value:
action = actionCategory->addAction(_name);\
action->setShortcut(QKeySequence( _shortcut ));\
action->setText(_text);
#define ADD_ACTION_SHORTCUT_ICON | ( | _name, | |
_text, | |||
_shortcut, | |||
_icon | |||
) |
Value:
action = actionCategory->addAction(_name);\
action->setText(_text);\
action->setShortcut(QKeySequence( _shortcut ));\
action->setIcon(KIcon(_icon));
#define PROJECTRCFILE "scripts.rc" |
Definition at line 785 of file lokalizemainwindow.cpp.
#define PROJECTRCFILEDIR Project::instance()->projectDir()+"/lokalize-scripts" |
Definition at line 786 of file lokalizemainwindow.cpp.
#define PROJECTRCFILEPATH Project::instance()->projectDir()+"/lokalize-scripts" "/" PROJECTRCFILE |
Definition at line 787 of file lokalizemainwindow.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.