Home
last modified time | relevance | path

Searched refs:VectorAnimationComplex (Results 1 – 25 of 96) sorted by relevance

1234

/dports/graphics/vpaint/vpaint-1.7/src/Gui/
H A DGui.pro104 VectorAnimationComplex/Cell.h \
106 VectorAnimationComplex/Eigen.h \
108 VectorAnimationComplex/KeyFace.h \
109 VectorAnimationComplex/KeyEdge.h \
112 VectorAnimationComplex/KeyCell.h \
133 VectorAnimationComplex/Cycle.h \
134 VectorAnimationComplex/Path.h \
154 VectorAnimationComplex/VAC.h \
205 VectorAnimationComplex/Cell.cpp \
228 VectorAnimationComplex/Path.cpp \
[all …]
H A DScene.h36 namespace VectorAnimationComplex
108 VectorAnimationComplex::VAC * activeVAC() const;
125 VectorAnimationComplex::InbetweenFace * createInbetweenFace();
144 void cut(VectorAnimationComplex::VAC* & clipboard);
145 void copy(VectorAnimationComplex::VAC* & clipboard);
146 void paste(VectorAnimationComplex::VAC* & clipboard);
167 void motionPaste(VectorAnimationComplex::VAC* & clipboard);
H A DObjectPropertiesWidget.cpp117 setObjects(VectorAnimationComplex::CellSet()); in ObjectPropertiesWidget()
167 VectorAnimationComplex::VAC * vac = inbetweenFace_->vac(); in animatedCycleNew()
181 VectorAnimationComplex::VAC * vac = inbetweenFace_->vac(); in animatedCycleDelete()
193 VectorAnimationComplex::VAC * vac = inbetweenEdge_->vac(); in updateBeforeCycleStartingPoint()
205 VectorAnimationComplex::VAC * vac = inbetweenEdge_->vac(); in updateAfterCycleStartingPoint()
216 VectorAnimationComplex::VAC * vac = inbetweenEdge_->vac(); in sliderStartingPointReleased()
293 void ObjectPropertiesWidget::setObjects(const VectorAnimationComplex::CellSet & cells) in setObjects()
325 QString ObjectPropertiesWidget::getStringType(VectorAnimationComplex::Cell * cell) in getStringType()
361 foreach(VectorAnimationComplex::Cell * cell, cells) in getStringType()
438 void ObjectPropertiesWidget::setId(const VectorAnimationComplex::CellSet & cells) in setId()
[all …]
H A DObjectPropertiesWidget.h40 void setObjects(const VectorAnimationComplex::CellSet & cells);
56 QString getStringType(VectorAnimationComplex::Cell * cell);
57 QString getStringType(const VectorAnimationComplex::CellSet & cells);
59 void setId(const VectorAnimationComplex::CellSet & cells);
H A DLayer.h23 namespace VectorAnimationComplex { class VAC; }
39 VectorAnimationComplex::VAC * vac,
66 VectorAnimationComplex::VAC * vac() const { return vac_; } in vac()
86 VectorAnimationComplex::VAC * vac_;
H A DView.h36 namespace VectorAnimationComplex
189 VectorAnimationComplex::VAC * vac_;
190 VectorAnimationComplex::KeyVertex * ivertex_;
191 VectorAnimationComplex::KeyEdge * iedge_;
H A DScene.cpp556 VectorAnimationComplex::VAC::populateToolBar(toolBar, this); in populateToolBar()
627 VectorAnimationComplex::VAC * Scene::activeVAC() const in activeVAC()
755 VectorAnimationComplex::InbetweenFace * Scene::createInbetweenFace() in createInbetweenFace()
761 QList<VectorAnimationComplex::AnimatedCycle>(), in createInbetweenFace()
762 QSet<VectorAnimationComplex::KeyFace*>(), in createInbetweenFace()
763 QSet<VectorAnimationComplex::KeyFace*>()); in createInbetweenFace()
771 void Scene::cut(VectorAnimationComplex::VAC* & clipboard) in cut()
780 void Scene::copy(VectorAnimationComplex::VAC* & clipboard) in copy()
789 void Scene::paste(VectorAnimationComplex::VAC* & clipboard) in paste()
798 void Scene::motionPaste(VectorAnimationComplex::VAC* & clipboard) in motionPaste()
H A DSceneObjectVisitor.h20 namespace VectorAnimationComplex { class VAC; }
27 virtual void visit(VectorAnimationComplex::VAC * vac)=0;
H A DTimeline.cpp47 using VectorAnimationComplex::VAC;
48 using VectorAnimationComplex::Cell;
49 using VectorAnimationComplex::KeyCell;
50 using VectorAnimationComplex::InbetweenCell;
51 using VectorAnimationComplex::CellSet;
52 using VectorAnimationComplex::KeyCellSet;
53 using VectorAnimationComplex::InbetweenCellSet;
253 VectorAnimationComplex::VAC * vac = w_->scene_->activeVAC(); in mousePressEvent()
292 VectorAnimationComplex::VAC * vac = w_->scene_->activeVAC(); in mouseReleaseEvent()
329 VectorAnimationComplex::VAC * vac = w_->scene_->activeVAC(); in mouseMoveEvent()
H A DView3D.h34 namespace VectorAnimationComplex { class VAC; }
122 VectorAnimationComplex::VAC * vac_;
H A DMainWindow.h46 namespace VectorAnimationComplex
83 void editAnimatedCycle(VectorAnimationComplex::InbetweenFace * inbetweenFace, int indexCycle);
199 VectorAnimationComplex::VAC * clipboard_;
/dports/graphics/vpaint/vpaint-1.7/src/Gui/VectorAnimationComplex/
H A DProperCycle.h27 namespace VectorAnimationComplex { class ProperCycle; }
28 QTextStream & operator<<(QTextStream &, const VectorAnimationComplex::ProperCycle &);
29 QTextStream & operator>>(QTextStream &, VectorAnimationComplex::ProperCycle &);
33 namespace VectorAnimationComplex
H A DProperPath.h27 namespace VectorAnimationComplex { class ProperPath; }
28 QTextStream & operator<<(QTextStream &, const VectorAnimationComplex::ProperPath &);
29 QTextStream & operator>>(QTextStream &, VectorAnimationComplex::ProperPath &);
34 namespace VectorAnimationComplex
H A DCycleHelper.h27 namespace VectorAnimationComplex { class CycleHelper; }
28 QTextStream & operator<<(QTextStream &, const VectorAnimationComplex::CycleHelper &);
29 QTextStream & operator>>(QTextStream &, VectorAnimationComplex::CycleHelper &);
34 namespace VectorAnimationComplex
H A DAnimatedVertex.h26 namespace VectorAnimationComplex { class AnimatedVertex; }
27 QTextStream & operator<<(QTextStream &, const VectorAnimationComplex::AnimatedVertex &);
28 QTextStream & operator>>(QTextStream &, VectorAnimationComplex::AnimatedVertex &);
32 namespace VectorAnimationComplex
H A DPath.h29 namespace VectorAnimationComplex { class Path; }
30 QTextStream & operator<<(QTextStream &, const VectorAnimationComplex::Path &);
31 QTextStream & operator>>(QTextStream &, VectorAnimationComplex::Path &);
35 namespace VectorAnimationComplex
H A DCycle.h30 namespace VectorAnimationComplex { class Cycle; }
31 QTextStream & operator<<(QTextStream &, const VectorAnimationComplex::Cycle &);
32 QTextStream & operator>>(QTextStream &, VectorAnimationComplex::Cycle &);
36 namespace VectorAnimationComplex
H A DAnimatedCycle.h28 namespace VectorAnimationComplex { class AnimatedCycle; }
29 QTextStream & operator<<(QTextStream &, const VectorAnimationComplex::AnimatedCycle &);
30 QTextStream & operator>>(QTextStream &, VectorAnimationComplex::AnimatedCycle &);
34 namespace VectorAnimationComplex
H A DProperCycle.cpp24 namespace VectorAnimationComplex namespace
211 QTextStream & operator<<(QTextStream & out, const VectorAnimationComplex::ProperCycle & loop) in operator <<()
218 QTextStream & operator>>(QTextStream & in, VectorAnimationComplex::ProperCycle & loop) in operator >>()
H A DHalfedgeBase.h45 namespace VectorAnimationComplex
130 QTextStream & operator<<(QTextStream & out, const VectorAnimationComplex::HalfedgeBase<TEdge> & h)
137 QTextStream & operator>>(QTextStream & in, VectorAnimationComplex::HalfedgeBase<TEdge> & h)
H A DProperPath.cpp24 namespace VectorAnimationComplex namespace
226 QTextStream & operator<<(QTextStream & out, const VectorAnimationComplex::ProperPath & path) in operator <<()
233 QTextStream & operator>>(QTextStream & in, VectorAnimationComplex::ProperPath & path) in operator >>()
H A DAnimatedVertex.cpp25 namespace VectorAnimationComplex namespace
179 QTextStream & operator<<(QTextStream & out, const VectorAnimationComplex::AnimatedVertex & animated… in operator <<()
193 QTextStream & operator>>(QTextStream & in, VectorAnimationComplex::AnimatedVertex & animatedVertex) in operator >>()
H A DOperators.cpp19 namespace VectorAnimationComplex namespace
H A DCellVisitor.cpp19 namespace VectorAnimationComplex namespace
H A DOperators.h22 namespace VectorAnimationComplex

1234