#ifndef CCANVASLINE_H #define CCANVASLINE_H #include #include /** using for setVisible(FALSE) in some frame object should be unvisible. @author Özkan Pakdil */ class CCanvasLine:public QCanvasLine { public: CCanvasLine(QCanvas *canvas); ~CCanvasLine(); int Row;///this will be the Z dimension for object int Col;///this is frame for object. int animationX;///this is the frame number of object. }; #endif