QGIS/python/core/composer/qgsaddremovemultiframecommand.sip

44 lines
1.5 KiB
Plaintext
Raw Normal View History

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
{
2017-06-20 11:02:37 +02:00
%TypeHeaderCode
2017-06-20 11:02:37 +02:00
#include "qgsaddremovemultiframecommand.h"
%End
public:
enum State
{
2014-06-02 21:00:51 +02:00
Added,
Removed
};
QgsAddRemoveMultiFrameCommand( State s, QgsComposerMultiFrame *multiFrame, QgsComposition *c, const QString &text, QUndoCommand *parent /TransferThis/ = 0 );
~QgsAddRemoveMultiFrameCommand();
2017-06-20 11:02:37 +02:00
virtual void redo();
virtual void undo();
};
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 *
************************************************************************/