Searched refs:PathSourceShape (Results 1 - 24 of 24) sorted by relevance

/haiku/src/libs/icon/shape/
H A DPathSourceShape.cpp10 #include "PathSourceShape.h"
29 PathSourceShape::PathSourceShape(::Style* style) function in class:PathSourceShape
38 PathSourceShape::PathSourceShape(const PathSourceShape& other) function in class:PathSourceShape
47 PathSourceShape::~PathSourceShape()
56 PathSourceShape::Unarchive(BMessage* archive)
83 PathSourceShape
[all...]
H A DPathSourceShape.h28 class PathSourceShape : public _ICON_NAMESPACE Shape { class in inherits:_ICON_NAMESPACEShape
34 PathSourceShape(_ICON_NAMESPACE Style* style);
35 PathSourceShape(const PathSourceShape& other);
36 virtual ~PathSourceShape();
51 // PathSourceShape
53 virtual PathSourceShape* Clone() const
54 { return new PathSourceShape(*this); }
/haiku/src/apps/icon-o-matic/shape/commands/
H A DUnassignPathCommand.h17 class PathSourceShape;
26 UnassignPathCommand(PathSourceShape* shape,
38 PathSourceShape* fShape;
H A DFreezeTransformationCommand.h17 class PathSourceShape;
27 PathSourceShape** const shapes,
39 void _ApplyTransformation(PathSourceShape* shape,
42 PathSourceShape** fShapes;
H A DRemovePathsCommand.cpp20 #include "PathSourceShape.h"
45 PathSourceShape* shape
46 = dynamic_cast<PathSourceShape*>(fItems[i]->ListenerAtFast(j));
83 PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j);
108 PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j);
H A DFreezeTransformationCommand.cpp20 #include "PathSourceShape.h"
33 PathSourceShape** const shapes,
36 fShapes(shapes && count > 0 ? new (nothrow) PathSourceShape*[count] : NULL),
45 memcpy(fShapes, shapes, sizeof(PathSourceShape*) * fCount);
131 FreezeTransformationCommand::_ApplyTransformation(PathSourceShape* shape,
H A DUnassignPathCommand.cpp14 #include "PathSourceShape.h"
23 UnassignPathCommand::UnassignPathCommand(PathSourceShape* shape,
/haiku/src/apps/icon-o-matic/style/
H A DAssignStyleCommand.h19 class PathSourceShape;
28 AssignStyleCommand(PathSourceShape* shape,
40 PathSourceShape* fShape;
H A DRemoveStylesCommand.cpp18 #include "PathSourceShape.h"
42 PathSourceShape* shape
43 = dynamic_cast<PathSourceShape*>(fItems[i]->ObserverAtFast(j));
80 PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j);
106 PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j);
H A DAssignStyleCommand.cpp14 #include "PathSourceShape.h"
24 AssignStyleCommand::AssignStyleCommand(PathSourceShape* shape,
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.h23 class PathSourceShape;
77 PathSourceShape* CurrentShape() const
109 PathSourceShape* fCurrentShape;
H A DStyleListView.h26 class PathSourceShape;
75 PathSourceShape* CurrentShape() const
96 PathSourceShape* fCurrentShape;
H A DShapeListView.cpp35 #include "PathSourceShape.h"
223 if (dynamic_cast<PathSourceShape*>(shape) != NULL)
231 (PathSourceShape**)pathSourceShapes.Items(),
257 PathSourceShape* shape = dynamic_cast<PathSourceShape*>(item->shape);
260 archive.what = PathSourceShape::archive_code;
326 if (shapeArchive.what == PathSourceShape::archive_code) {
355 PathSourceShape* shape = new(std::nothrow) PathSourceShape(styleToAssign);
802 = item ? dynamic_cast<PathSourceShape*>(ite
[all...]
H A DStyleListView.cpp32 #include "PathSourceShape.h"
228 void SetShape(PathSourceShape* shape)
242 PathSourceShape* CurrentShape() const
249 PathSourceShape* fShape;
736 PathSourceShape* pathSourceShape = dynamic_cast<PathSourceShape*>(shape);
H A DPathListView.cpp30 #include "PathSourceShape.h"
231 void SetShape(PathSourceShape* shape)
253 PathSourceShape* fShape;
835 fCurrentShape = dynamic_cast<PathSourceShape*>(shape);
/haiku/src/libs/icon/
H A DIcon.cpp15 #include "PathSourceShape.h"
87 PathSourceShape* pathSourceShape = dynamic_cast<PathSourceShape*>(shape);
88 PathSourceShape* pathSourceShapeClone = dynamic_cast<PathSourceShape*>(clone);
/haiku/src/apps/icon-o-matic/import_export/message/
H A DMessageExporter.cpp20 #include "PathSourceShape.h"
157 const PathSourceShape* pathSourceShape = dynamic_cast<const PathSourceShape*>(shape);
159 ret = into->AddInt32("type", PathSourceShape::archive_code);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A DDocumentBuilder.cpp21 #include "PathSourceShape.h"
112 PathSourceShape* shape = dynamic_cast<PathSourceShape*>(icon->Shapes()->ItemAtFast(i));
137 AddPathsFromVertexSource(Icon* icon, PathSourceShape* shape, NSVGshape* svgShape)
197 PathSourceShape* shape = new (nothrow) PathSourceShape(NULL);
248 #if 0 // FIXME filling rule are missing from PathSourceShape class
H A DSVGExporter.cpp23 #include "PathSourceShape.h"
212 const PathSourceShape* pathSourceShape = dynamic_cast<const PathSourceShape*>(shape);
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp27 #include "PathSourceShape.h"
190 if (typeFound != B_OK || type == PathSourceShape::archive_code) {
214 PathSourceShape* shape = new (nothrow) PathSourceShape(style);
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.cpp32 #include "PathSourceShape.h"
47 ShapeIterator(Icon *icon, PathSourceShape *to, BPoint offset, const char *name);
60 PathSourceShape *fShape;
68 ShapeIterator::ShapeIterator(Icon *icon, PathSourceShape *to, BPoint offset,
348 PathSourceShape* shape = new (nothrow) PathSourceShape(NULL);
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.cpp30 #include "PathSourceShape.h"
519 _WritePathSourceShape(LittleEndianBuffer& buffer, PathSourceShape* shape,
621 if (dynamic_cast<PathSourceShape*>(shape) != NULL)
635 PathSourceShape* pathSourceShape = dynamic_cast<PathSourceShape*>(shape);
/haiku/src/libs/icon/flat_icon/
H A DFlatIconImporter.cpp27 #include "PathSourceShape.h"
559 PathSourceShape* shape = new (nothrow) PathSourceShape(style);
/haiku/src/apps/icon-o-matic/
H A DMainWindow.cpp85 #include "PathSourceShape.h"
457 PathSourceShape* shape = new (nothrow) PathSourceShape(style);

Completed in 93 milliseconds