Home
last modified time | relevance | path

Searched refs:StageSchematicColumnNode (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dstageschematicnode.h11 class StageSchematicColumnNode; variable
19 class StageSchematicColumnNode; variable
46 StageSchematicColumnNode *m_parent;
53 ColumnPainter(StageSchematicColumnNode *parent, double width, double height,
461 class StageSchematicColumnNode final : public StageSchematicNode {
470 StageSchematicColumnNode(StageSchematicScene *scene, TStageObject *pegbar);
471 ~StageSchematicColumnNode();
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dstageschematicnode.cpp1678 StageSchematicColumnNode::StageSchematicColumnNode(StageSchematicScene *scene, in StageSchematicColumnNode() function in StageSchematicColumnNode
1774 StageSchematicColumnNode::~StageSchematicColumnNode() {} in ~StageSchematicColumnNode()
1778 QRectF StageSchematicColumnNode::boundingRect() const { in boundingRect()
1788 void StageSchematicColumnNode::paint(QPainter *painter, in paint()
1811 QPixmap StageSchematicColumnNode::getPixmap() { in getPixmap()
1839 void StageSchematicColumnNode::resize(bool maximized) { in resize()
1845 void StageSchematicColumnNode::getLevelTypeAndName(int &ltype, in getLevelTypeAndName()
1889 void StageSchematicColumnNode::onChangedSize(bool expand) { in onChangedSize()
1902 void StageSchematicColumnNode::updatePortsPosition() { in updatePortsPosition()
1910 void StageSchematicColumnNode::mouseDoubleClickEvent( in mouseDoubleClickEvent()
[all …]
H A Dstageschematicscene.cpp380 StageSchematicColumnNode *cNode = in addStageSchematicNode()
381 dynamic_cast<StageSchematicColumnNode *>(node); in addStageSchematicNode()
557 StageSchematicColumnNode *node = in resizeNodes()
558 dynamic_cast<StageSchematicColumnNode *>(m_nodeTable[obj->getId()]); in resizeNodes()
653 return new StageSchematicColumnNode(scene, pegbar); in createStageSchematicNode()