2017-06-20 11:02:37 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/composer/qgsaddremovemultiframecommand.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsAddRemoveMultiFrameCommand: QUndoCommand
|
2012-09-24 02:28:15 +02:00
|
|
|
{
|
2017-06-20 11:02:37 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-06-20 11:02:37 +02:00
|
|
|
#include "qgsaddremovemultiframecommand.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
|
|
|
|
|
|
|
enum State
|
|
|
|
{
|
2014-06-02 21:00:51 +02:00
|
|
|
Added,
|
2012-09-24 02:28:15 +02:00
|
|
|
Removed
|
|
|
|
};
|
|
|
|
|
2017-05-01 18:13:15 +02:00
|
|
|
QgsAddRemoveMultiFrameCommand( State s, QgsComposerMultiFrame *multiFrame, QgsComposition *c, const QString &text, QUndoCommand *parent /TransferThis/ = 0 );
|
2012-09-24 02:28:15 +02:00
|
|
|
~QgsAddRemoveMultiFrameCommand();
|
2017-06-20 11:02:37 +02:00
|
|
|
virtual void redo();
|
|
|
|
|
|
|
|
virtual void undo();
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-06-20 11:02:37 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/composer/qgsaddremovemultiframecommand.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|