kalarm
#include <undo.h>
|
| static QString | actionText (Type) |
| |
| static QString | actionText (Type, int id) |
| |
| static void | clear () |
| |
| static QString | description (Type, int id) |
| |
| static void | emitChanged () |
| |
| static bool | haveRedo () |
| |
| static bool | haveUndo () |
| |
| static QList< int > | ids (Type) |
| |
| static Undo * | instance () |
| |
| static bool | redo (QWidget *parent, const QString &action) |
| |
| static bool | redo (int id, QWidget *parent, const QString &action) |
| |
| static void | saveAdd (const KAEvent &, AlarmResource *, const QString &name=QString()) |
| |
| static void | saveAdds (const EventList &, const QString &name=QString()) |
| |
| static void | saveDelete (const Event &, const QString &name=QString()) |
| |
| static void | saveDeletes (const EventList &, const QString &name=QString()) |
| |
| static void | saveEdit (const Event &oldEvent, const KAEvent &newEvent) |
| |
| static void | saveReactivate (const KAEvent &, AlarmResource *, const QString &name=QString()) |
| |
| static void | saveReactivates (const EventList &, const QString &name=QString()) |
| |
| static bool | undo (QWidget *parent, const QString &action) |
| |
| static bool | undo (int id, QWidget *parent, const QString &action) |
| |
Definition at line 43 of file undo.h.
| QString Undo::actionText |
( |
Undo::Type |
type, |
|
|
int |
id |
|
) |
| |
|
static |
| void Undo::add |
( |
UndoItem * |
item, |
|
|
bool |
undo |
|
) |
| |
|
staticprotected |
| void Undo::changed |
( |
const QString & |
undo, |
|
|
const QString & |
redo |
|
) |
| |
|
signal |
| QString Undo::description |
( |
Undo::Type |
type, |
|
|
int |
id |
|
) |
| |
|
static |
| void Undo::emitChanged |
( |
| ) |
|
|
static |
| static bool Undo::haveRedo |
( |
| ) |
|
|
inlinestatic |
| static bool Undo::haveUndo |
( |
| ) |
|
|
inlinestatic |
| Undo * Undo::instance |
( |
| ) |
|
|
static |
| static bool Undo::redo |
( |
QWidget * |
parent, |
|
|
const QString & |
action |
|
) |
| |
|
inlinestatic |
| static bool Undo::redo |
( |
int |
id, |
|
|
QWidget * |
parent, |
|
|
const QString & |
action |
|
) |
| |
|
inlinestatic |
| void Undo::remove |
( |
UndoItem * |
item, |
|
|
bool |
undo |
|
) |
| |
|
staticprotected |
| void Undo::saveAdd |
( |
const KAEvent & |
, |
|
|
AlarmResource * |
, |
|
|
const QString & |
name = QString() |
|
) |
| |
|
static |
| void Undo::saveAdds |
( |
const EventList & |
events, |
|
|
const QString & |
name = QString() |
|
) |
| |
|
static |
| void Undo::saveDelete |
( |
const Event & |
event, |
|
|
const QString & |
name = QString() |
|
) |
| |
|
static |
| void Undo::saveDeletes |
( |
const EventList & |
events, |
|
|
const QString & |
name = QString() |
|
) |
| |
|
static |
| void Undo::saveEdit |
( |
const Event & |
oldEvent, |
|
|
const KAEvent & |
newEvent |
|
) |
| |
|
static |
| void Undo::saveReactivate |
( |
const KAEvent & |
, |
|
|
AlarmResource * |
, |
|
|
const QString & |
name = QString() |
|
) |
| |
|
static |
| void Undo::saveReactivates |
( |
const EventList & |
events, |
|
|
const QString & |
name = QString() |
|
) |
| |
|
static |
| static bool Undo::undo |
( |
QWidget * |
parent, |
|
|
const QString & |
action |
|
) |
| |
|
inlinestatic |
| static bool Undo::undo |
( |
int |
id, |
|
|
QWidget * |
parent, |
|
|
const QString & |
action |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:59:11 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.