7#ifndef KSTANDARDACTION_H
8#define KSTANDARDACTION_H
10#include <kritawidgetutils_export.h>
11#include <kstandardshortcut.h>
21class KToggleFullScreenAction;
119 Undo,
Redo,
Cut,
Copy,
Paste,
SelectAll,
Deselect,
Find,
FindNext,
FindPrev,
169KRITAWIDGETUTILS_EXPORT QAction *
create(
StandardAction id,
const QObject *recvr,
const char *slot,
178#ifndef KDE_NO_DEPRECATED
181 return name(act_enum);
210KRITAWIDGETUTILS_EXPORT QAction *
openNew(
const QObject *recvr,
const char *slot, QObject *parent);
215KRITAWIDGETUTILS_EXPORT QAction *
open(
const QObject *recvr,
const char *slot, QObject *parent);
230KRITAWIDGETUTILS_EXPORT QAction *
save(
const QObject *recvr,
const char *slot, QObject *parent);
235KRITAWIDGETUTILS_EXPORT QAction *
saveAs(
const QObject *recvr,
const char *slot, QObject *parent);
241KRITAWIDGETUTILS_EXPORT QAction *
revert(
const QObject *recvr,
const char *slot, QObject *parent);
246KRITAWIDGETUTILS_EXPORT QAction *
close(
const QObject *recvr,
const char *slot, QObject *parent);
251KRITAWIDGETUTILS_EXPORT QAction *
print(
const QObject *recvr,
const char *slot, QObject *parent);
256KRITAWIDGETUTILS_EXPORT QAction *
printPreview(
const QObject *recvr,
const char *slot, QObject *parent);
261KRITAWIDGETUTILS_EXPORT QAction *
mail(
const QObject *recvr,
const char *slot, QObject *parent);
271KRITAWIDGETUTILS_EXPORT QAction *
quit(
const QObject *recvr,
const char *slot, QObject *parent);
276KRITAWIDGETUTILS_EXPORT QAction *
undo(
const QObject *recvr,
const char *slot, QObject *parent);
281KRITAWIDGETUTILS_EXPORT QAction *
redo(
const QObject *recvr,
const char *slot, QObject *parent);
287KRITAWIDGETUTILS_EXPORT QAction *
cut(QObject *parent);
293KRITAWIDGETUTILS_EXPORT QAction *
copy(QObject *parent);
299KRITAWIDGETUTILS_EXPORT QAction *
paste(QObject *parent);
321KRITAWIDGETUTILS_EXPORT QAction *
clear(QObject *parent);
326KRITAWIDGETUTILS_EXPORT QAction *
selectAll(QObject *parent);
331KRITAWIDGETUTILS_EXPORT QAction *
cut(
const QObject *recvr,
const char *slot, QObject *parent);
336KRITAWIDGETUTILS_EXPORT QAction *
copy(
const QObject *recvr,
const char *slot, QObject *parent);
342KRITAWIDGETUTILS_EXPORT QAction *
paste(
const QObject *recvr,
const char *slot, QObject *parent);
349KRITAWIDGETUTILS_EXPORT QAction *
pasteText(
const QObject *recvr,
const char *slot, QObject *parent);
354KRITAWIDGETUTILS_EXPORT QAction *
clear(
const QObject *recvr,
const char *slot, QObject *parent);
359KRITAWIDGETUTILS_EXPORT QAction *
selectAll(
const QObject *recvr,
const char *slot, QObject *parent);
364KRITAWIDGETUTILS_EXPORT QAction *
deselect(
const QObject *recvr,
const char *slot, QObject *parent);
369KRITAWIDGETUTILS_EXPORT QAction *
find(
const QObject *recvr,
const char *slot, QObject *parent);
374KRITAWIDGETUTILS_EXPORT QAction *
findNext(
const QObject *recvr,
const char *slot, QObject *parent);
379KRITAWIDGETUTILS_EXPORT QAction *
findPrev(
const QObject *recvr,
const char *slot, QObject *parent);
384KRITAWIDGETUTILS_EXPORT QAction *
replace(
const QObject *recvr,
const char *slot, QObject *parent);
389KRITAWIDGETUTILS_EXPORT QAction *
actualSize(
const QObject *recvr,
const char *slot, QObject *parent);
394KRITAWIDGETUTILS_EXPORT QAction *
fitToPage(
const QObject *recvr,
const char *slot, QObject *parent);
399KRITAWIDGETUTILS_EXPORT QAction *
fitToWidth(
const QObject *recvr,
const char *slot, QObject *parent);
404KRITAWIDGETUTILS_EXPORT QAction *
fitToHeight(
const QObject *recvr,
const char *slot, QObject *parent);
409KRITAWIDGETUTILS_EXPORT QAction *
zoomIn(
const QObject *recvr,
const char *slot, QObject *parent);
414KRITAWIDGETUTILS_EXPORT QAction *
zoomOut(
const QObject *recvr,
const char *slot, QObject *parent);
419KRITAWIDGETUTILS_EXPORT QAction *
zoom(
const QObject *recvr,
const char *slot, QObject *parent);
424KRITAWIDGETUTILS_EXPORT QAction *
redisplay(
const QObject *recvr,
const char *slot, QObject *parent);
429KRITAWIDGETUTILS_EXPORT QAction *
up(
const QObject *recvr,
const char *slot, QObject *parent);
434KRITAWIDGETUTILS_EXPORT QAction *
back(
const QObject *recvr,
const char *slot, QObject *parent);
439KRITAWIDGETUTILS_EXPORT QAction *
forward(
const QObject *recvr,
const char *slot, QObject *parent);
444KRITAWIDGETUTILS_EXPORT QAction *
home(
const QObject *recvr,
const char *slot, QObject *parent);
449KRITAWIDGETUTILS_EXPORT QAction *
prior(
const QObject *recvr,
const char *slot, QObject *parent);
454KRITAWIDGETUTILS_EXPORT QAction *
next(
const QObject *recvr,
const char *slot, QObject *parent);
459KRITAWIDGETUTILS_EXPORT QAction *
goTo(
const QObject *recvr,
const char *slot, QObject *parent);
464KRITAWIDGETUTILS_EXPORT QAction *
gotoPage(
const QObject *recvr,
const char *slot, QObject *parent);
469KRITAWIDGETUTILS_EXPORT QAction *
gotoLine(
const QObject *recvr,
const char *slot, QObject *parent);
474KRITAWIDGETUTILS_EXPORT QAction *
firstPage(
const QObject *recvr,
const char *slot, QObject *parent);
479KRITAWIDGETUTILS_EXPORT QAction *
lastPage(
const QObject *recvr,
const char *slot, QObject *parent);
484KRITAWIDGETUTILS_EXPORT QAction *
documentBack(
const QObject *recvr,
const char *slot, QObject *parent);
489KRITAWIDGETUTILS_EXPORT QAction *
documentForward(
const QObject *recvr,
const char *slot, QObject *parent);
494KRITAWIDGETUTILS_EXPORT QAction *
addBookmark(
const QObject *recvr,
const char *slot, QObject *parent);
499KRITAWIDGETUTILS_EXPORT QAction *
editBookmarks(
const QObject *recvr,
const char *slot, QObject *parent);
504KRITAWIDGETUTILS_EXPORT QAction *
spelling(
const QObject *recvr,
const char *slot, QObject *parent);
509KRITAWIDGETUTILS_EXPORT KToggleAction *
showMenubar(
const QObject *recvr,
const char *slot, QObject *parent);
514KRITAWIDGETUTILS_EXPORT KToggleAction *
showStatusbar(
const QObject *recvr,
const char *slot, QObject *parent);
519KRITAWIDGETUTILS_EXPORT KToggleFullScreenAction *
fullScreen(
const QObject *recvr,
const char *slot, QWidget *window, QObject *parent);
524KRITAWIDGETUTILS_EXPORT QAction *
saveOptions(
const QObject *recvr,
const char *slot, QObject *parent);
532KRITAWIDGETUTILS_EXPORT QAction *
keyBindings(
const QObject *recvr,
const char *slot, QObject *parent);
537KRITAWIDGETUTILS_EXPORT QAction *
preferences(
const QObject *recvr,
const char *slot, QObject *parent);
542KRITAWIDGETUTILS_EXPORT QAction *
configureToolbars(
const QObject *recvr,
const char *slot, QObject *parent);
547KRITAWIDGETUTILS_EXPORT QAction *
configureNotifications(
const QObject *recvr,
const char *slot, QObject *parent);
552KRITAWIDGETUTILS_EXPORT QAction *
help(
const QObject *recvr,
const char *slot, QObject *parent);
557KRITAWIDGETUTILS_EXPORT QAction *
helpContents(
const QObject *recvr,
const char *slot, QObject *parent);
562KRITAWIDGETUTILS_EXPORT QAction *
whatsThis(
const QObject *recvr,
const char *slot, QObject *parent);
567KRITAWIDGETUTILS_EXPORT QAction *
tipOfDay(
const QObject *recvr,
const char *slot, QObject *parent);
572KRITAWIDGETUTILS_EXPORT QAction *
reportBug(
const QObject *recvr,
const char *slot, QObject *parent);
577KRITAWIDGETUTILS_EXPORT QAction *
aboutApp(
const QObject *recvr,
const char *slot, QObject *parent);
582KRITAWIDGETUTILS_EXPORT QAction *
aboutKDE(
const QObject *recvr,
const char *slot, QObject *parent);
QAction * aboutKDE(const QObject *recvr, const char *slot, QObject *parent)
QAction * replace(const QObject *recvr, const char *slot, QObject *parent)
QAction * documentForward(const QObject *recvr, const char *slot, QObject *parent)
QAction * keyBindings(const QObject *recvr, const char *slot, QObject *parent)
QAction * saveAs(const QObject *recvr, const char *slot, QObject *parent)
KRITAWIDGETUTILS_DEPRECATED const char * stdName(StandardAction act_enum)
QAction * goTo(const QObject *recvr, const char *slot, QObject *parent)
KToggleAction * showStatusbar(const QObject *recvr, const char *slot, QObject *parent)
QAction * lastPage(const QObject *recvr, const char *slot, QObject *parent)
QAction * deselect(const QObject *recvr, const char *slot, QObject *parent)
KToggleAction * showMenubar(const QObject *recvr, const char *slot, QObject *parent)
QAction * firstPage(const QObject *recvr, const char *slot, QObject *parent)
QAction * back(const QObject *recvr, const char *slot, QObject *parent)
QAction * print(const QObject *recvr, const char *slot, QObject *parent)
QAction * fitToWidth(const QObject *recvr, const char *slot, QObject *parent)
QAction * findNext(const QObject *recvr, const char *slot, QObject *parent)
KRITAWIDGETUTILS_EXPORT KStandardShortcut::StandardShortcut shortcutForActionId(StandardAction id)
QAction * redo(const QObject *recvr, const char *slot, QObject *parent)
QAction * undo(const QObject *recvr, const char *slot, QObject *parent)
QAction * up(const QObject *recvr, const char *slot, QObject *parent)
QAction * redisplay(const QObject *recvr, const char *slot, QObject *parent)
QAction * actualSize(const QObject *recvr, const char *slot, QObject *parent)
QAction * editBookmarks(const QObject *recvr, const char *slot, QObject *parent)
QAction * zoomOut(const QObject *recvr, const char *slot, QObject *parent)
QAction * close(const QObject *recvr, const char *slot, QObject *parent)
QAction * tipOfDay(const QObject *recvr, const char *slot, QObject *parent)
QAction * documentBack(const QObject *recvr, const char *slot, QObject *parent)
QAction * copy(const QObject *recvr, const char *slot, QObject *parent)
QAction * whatsThis(const QObject *recvr, const char *slot, QObject *parent)
QAction * helpContents(const QObject *recvr, const char *slot, QObject *parent)
QAction * preferences(const QObject *recvr, const char *slot, QObject *parent)
QAction * reportBug(const QObject *recvr, const char *slot, QObject *parent)
QAction * gotoPage(const QObject *recvr, const char *slot, QObject *parent)
QAction * fitToHeight(const QObject *recvr, const char *slot, QObject *parent)
QAction * selectAll(const QObject *recvr, const char *slot, QObject *parent)
@ SwitchApplicationLanguage
QAction * configureNotifications(const QObject *recvr, const char *slot, QObject *parent)
KRecentFilesAction * openRecent(const QObject *recvr, const char *slot, QObject *parent)
QAction * printPreview(const QObject *recvr, const char *slot, QObject *parent)
QAction * next(const QObject *recvr, const char *slot, QObject *parent)
QAction * spelling(const QObject *recvr, const char *slot, QObject *parent)
QAction * save(const QObject *recvr, const char *slot, QObject *parent)
QAction * paste(const QObject *recvr, const char *slot, QObject *parent)
QAction * mail(const QObject *recvr, const char *slot, QObject *parent)
QAction * configureToolbars(const QObject *recvr, const char *slot, QObject *parent)
QAction * forward(const QObject *recvr, const char *slot, QObject *parent)
QAction * fitToPage(const QObject *recvr, const char *slot, QObject *parent)
QAction * aboutApp(const QObject *recvr, const char *slot, QObject *parent)
QAction * zoomIn(const QObject *recvr, const char *slot, QObject *parent)
QAction * pasteText(const QObject *recvr, const char *slot, QObject *parent)
QAction * gotoLine(const QObject *recvr, const char *slot, QObject *parent)
QAction * quit(const QObject *recvr, const char *slot, QObject *parent)
QAction * cut(const QObject *recvr, const char *slot, QObject *parent)
QAction * addBookmark(const QObject *recvr, const char *slot, QObject *parent)
QAction * zoom(const QObject *recvr, const char *slot, QObject *parent)
QAction * open(const QObject *recvr, const char *slot, QObject *parent)
QAction * find(const QObject *recvr, const char *slot, QObject *parent)
QAction * revert(const QObject *recvr, const char *slot, QObject *parent)
QAction * findPrev(const QObject *recvr, const char *slot, QObject *parent)
const char * name(StandardAction id)
KToggleFullScreenAction * fullScreen(const QObject *recvr, const char *slot, QWidget *window, QObject *parent)
QAction * help(const QObject *recvr, const char *slot, QObject *parent)
QAction * clear(const QObject *recvr, const char *slot, QObject *parent)
QAction * openNew(const QObject *recvr, const char *slot, QObject *parent)
QAction * prior(const QObject *recvr, const char *slot, QObject *parent)
QAction * saveOptions(const QObject *recvr, const char *slot, QObject *parent)
QAction * home(const QObject *recvr, const char *slot, QObject *parent)
QList< StandardAction > actionIds()
QAction * create(StandardAction id, const QObject *recvr, const char *slot, QObject *parent)