• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

lokalize

  • sources
  • kde-4.14
  • kdesdk
  • lokalize
  • src
Macros
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);
QKeySequence
#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));
QKeySequence
#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

KDE's Doxygen guidelines are available online.

lokalize

Skip menu "lokalize"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal