lokalize
editortab.cpp File Reference
#include "editortab.h"
#include "actionproxy.h"
#include "editorview.h"
#include "catalog.h"
#include "pos.h"
#include "cmd.h"
#include "prefs_lokalize.h"
#include "completionstorage.h"
#include "msgctxtview.h"
#include "alttransview.h"
#include "mergeview.h"
#include "cataloglistview.h"
#include "glossaryview.h"
#include "webqueryview.h"
#include "tmview.h"
#include "binunitsview.h"
#include "phaseswindow.h"
#include "projectlocal.h"
#include "projectmodel.h"
#include "project.h"
#include "prefs.h"
#include <kglobal.h>
#include <klocale.h>
#include <kicon.h>
#include <ktoolbarpopupaction.h>
#include <kmenubar.h>
#include <kstatusbar.h>
#include <kdebug.h>
#include <kio/netaccess.h>
#include <kaction.h>
#include <kactioncollection.h>
#include <kstandardaction.h>
#include <kstandardshortcut.h>
#include <kxmlguifactory.h>
#include <kurl.h>
#include <kmenu.h>
#include <kactioncategory.h>
#include <kinputdialog.h>
#include <kfiledialog.h>
#include <kmessagebox.h>
#include <ktabbar.h>
#include <QActionGroup>
#include <QMdiArea>
#include <QMdiSubWindow>
#include <QMenuBar>
#include <QDir>
#include <QTime>
#include <threadweaver/ThreadWeaver.h>
#include "editoradaptor.h"
#include "editortab.moc"
Include dependency graph for editortab.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 | WEBQUERY_ENABLE |
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->setText(_text);\
action->setShortcut(QKeySequence( _shortcut ));\
#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 WEBQUERY_ENABLE |
Definition at line 34 of file editortab.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.