OSDN Git Service

[denncoCreator] Implementing save functionality. The work is still in progress.
[dennco/denncoCreator.git] / Source / visualizer / component / dcvccellcode.h
index 9bc341f..8fe37c4 100644 (file)
 #ifndef DCVCCELLCODE_H
 #define DCVCCELLCODE_H
 
-#include "dcvcomponent.h"
+#include "dcvpagecomponent.h"
 
 class DCCellCode;
 
-class DCVCCellCode : public DCVComponent
+class DCVCCellCode : public DCVPageComponent
 {
 public:
     DCVCCellCode(DCCellCode *owner);
@@ -32,6 +32,7 @@ public:
     virtual DCCell *    getOwnerCell() const { return NULL; }
     virtual bool        isResizingArea(float x, float y, float z) const { return false; }
 
+    virtual void    changePageBelonging(DCVCPage *page);
     virtual void    prepareChildrenForDraw(bool isAnimationInterval) {}
     virtual void    drawChildren(bool isAnimationInterval) {}
     virtual void    drawChildrenForSelection(QList<DCVComponent*> *itemList) {}