Symbol: PathSourceShape
src/apps/icon-o-matic/MainWindow.cpp
467
PathSourceShape* shape = new (nothrow) PathSourceShape(style);
src/apps/icon-o-matic/gui/PathListView.cpp
231
void SetShape(PathSourceShape* shape)
src/apps/icon-o-matic/gui/PathListView.cpp
253
PathSourceShape* fShape;
src/apps/icon-o-matic/gui/PathListView.cpp
835
fCurrentShape = dynamic_cast<PathSourceShape*>(shape);
src/apps/icon-o-matic/gui/PathListView.h
109
PathSourceShape* fCurrentShape;
src/apps/icon-o-matic/gui/PathListView.h
23
class PathSourceShape;
src/apps/icon-o-matic/gui/PathListView.h
77
PathSourceShape* CurrentShape() const
src/apps/icon-o-matic/gui/ShapeListView.cpp
223
if (dynamic_cast<PathSourceShape*>(shape) != NULL)
src/apps/icon-o-matic/gui/ShapeListView.cpp
231
(PathSourceShape**)pathSourceShapes.Items(),
src/apps/icon-o-matic/gui/ShapeListView.cpp
257
PathSourceShape* shape = dynamic_cast<PathSourceShape*>(item->shape);
src/apps/icon-o-matic/gui/ShapeListView.cpp
260
archive.what = PathSourceShape::archive_code;
src/apps/icon-o-matic/gui/ShapeListView.cpp
326
if (shapeArchive.what == PathSourceShape::archive_code) {
src/apps/icon-o-matic/gui/ShapeListView.cpp
355
PathSourceShape* shape = new(std::nothrow) PathSourceShape(styleToAssign);
src/apps/icon-o-matic/gui/ShapeListView.cpp
802
= item ? dynamic_cast<PathSourceShape*>(item->shape) != NULL : false;
src/apps/icon-o-matic/gui/StyleListView.cpp
228
void SetShape(PathSourceShape* shape)
src/apps/icon-o-matic/gui/StyleListView.cpp
242
PathSourceShape* CurrentShape() const
src/apps/icon-o-matic/gui/StyleListView.cpp
249
PathSourceShape* fShape;
src/apps/icon-o-matic/gui/StyleListView.cpp
736
PathSourceShape* pathSourceShape = dynamic_cast<PathSourceShape*>(shape);
src/apps/icon-o-matic/gui/StyleListView.h
26
class PathSourceShape;
src/apps/icon-o-matic/gui/StyleListView.h
75
PathSourceShape* CurrentShape() const
src/apps/icon-o-matic/gui/StyleListView.h
96
PathSourceShape* fCurrentShape;
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
519
_WritePathSourceShape(LittleEndianBuffer& buffer, PathSourceShape* shape,
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
621
if (dynamic_cast<PathSourceShape*>(shape) != NULL)
src/apps/icon-o-matic/import_export/flat_icon/FlatIconExporter.cpp
635
PathSourceShape* pathSourceShape = dynamic_cast<PathSourceShape*>(shape);
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
157
const PathSourceShape* pathSourceShape = dynamic_cast<const PathSourceShape*>(shape);
src/apps/icon-o-matic/import_export/message/MessageExporter.cpp
159
ret = into->AddInt32("type", PathSourceShape::archive_code);
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
348
PathSourceShape* shape = new (nothrow) PathSourceShape(NULL);
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
47
ShapeIterator(Icon *icon, PathSourceShape *to, BPoint offset, const char *name);
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
60
PathSourceShape *fShape;
src/apps/icon-o-matic/import_export/styled_text/StyledTextImporter.cpp
68
ShapeIterator::ShapeIterator(Icon *icon, PathSourceShape *to, BPoint offset,
src/apps/icon-o-matic/import_export/svg/DocumentBuilder.cpp
112
PathSourceShape* shape = dynamic_cast<PathSourceShape*>(icon->Shapes()->ItemAtFast(i));
src/apps/icon-o-matic/import_export/svg/DocumentBuilder.cpp
137
AddPathsFromVertexSource(Icon* icon, PathSourceShape* shape, NSVGshape* svgShape)
src/apps/icon-o-matic/import_export/svg/DocumentBuilder.cpp
197
PathSourceShape* shape = new (nothrow) PathSourceShape(NULL);
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
235
const PathSourceShape* pathSourceShape = dynamic_cast<const PathSourceShape*>(shape);
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
131
FreezeTransformationCommand::_ApplyTransformation(PathSourceShape* shape,
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
33
PathSourceShape** const shapes,
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
36
fShapes(shapes && count > 0 ? new (nothrow) PathSourceShape*[count] : NULL),
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.cpp
45
memcpy(fShapes, shapes, sizeof(PathSourceShape*) * fCount);
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.h
17
class PathSourceShape;
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.h
27
PathSourceShape** const shapes,
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.h
39
void _ApplyTransformation(PathSourceShape* shape,
src/apps/icon-o-matic/shape/commands/FreezeTransformationCommand.h
42
PathSourceShape** fShapes;
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.cpp
108
PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j);
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.cpp
45
PathSourceShape* shape
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.cpp
46
= dynamic_cast<PathSourceShape*>(fItems[i]->ListenerAtFast(j));
src/apps/icon-o-matic/shape/commands/RemovePathsCommand.cpp
83
PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j);
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.cpp
23
UnassignPathCommand::UnassignPathCommand(PathSourceShape* shape,
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.h
17
class PathSourceShape;
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.h
26
UnassignPathCommand(PathSourceShape* shape,
src/apps/icon-o-matic/shape/commands/UnassignPathCommand.h
38
PathSourceShape* fShape;
src/apps/icon-o-matic/style/AssignStyleCommand.cpp
24
AssignStyleCommand::AssignStyleCommand(PathSourceShape* shape,
src/apps/icon-o-matic/style/AssignStyleCommand.h
19
class PathSourceShape;
src/apps/icon-o-matic/style/AssignStyleCommand.h
28
AssignStyleCommand(PathSourceShape* shape,
src/apps/icon-o-matic/style/AssignStyleCommand.h
40
PathSourceShape* fShape;
src/apps/icon-o-matic/style/RemoveStylesCommand.cpp
106
PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j);
src/apps/icon-o-matic/style/RemoveStylesCommand.cpp
42
PathSourceShape* shape
src/apps/icon-o-matic/style/RemoveStylesCommand.cpp
43
= dynamic_cast<PathSourceShape*>(fItems[i]->ObserverAtFast(j));
src/apps/icon-o-matic/style/RemoveStylesCommand.cpp
80
PathSourceShape* shape = (PathSourceShape*)fShapes[i].ItemAtFast(j);
src/libs/icon/Icon.cpp
87
PathSourceShape* pathSourceShape = dynamic_cast<PathSourceShape*>(shape);
src/libs/icon/Icon.cpp
88
PathSourceShape* pathSourceShapeClone = dynamic_cast<PathSourceShape*>(clone);
src/libs/icon/flat_icon/FlatIconImporter.cpp
559
PathSourceShape* shape = new (nothrow) PathSourceShape(style);
src/libs/icon/message/MessageImporter.cpp
190
if (typeFound != B_OK || type == PathSourceShape::archive_code) {
src/libs/icon/message/MessageImporter.cpp
214
PathSourceShape* shape = new (nothrow) PathSourceShape(style);
src/libs/icon/shape/PathSourceShape.cpp
100
PathSourceShape::MakePropertyObject() const
src/libs/icon/shape/PathSourceShape.cpp
119
PathSourceShape::SetToPropertyObject(const PropertyObject* object)
src/libs/icon/shape/PathSourceShape.cpp
142
PathSourceShape::InitCheck() const
src/libs/icon/shape/PathSourceShape.cpp
152
PathSourceShape::SetMinVisibilityScale(float scale)
src/libs/icon/shape/PathSourceShape.cpp
163
PathSourceShape::SetMaxVisibilityScale(float scale)
src/libs/icon/shape/PathSourceShape.cpp
174
PathSourceShape::Visible(float scale) const
src/libs/icon/shape/PathSourceShape.cpp
29
PathSourceShape::PathSourceShape(::Style* style)
src/libs/icon/shape/PathSourceShape.cpp
38
PathSourceShape::PathSourceShape(const PathSourceShape& other)
src/libs/icon/shape/PathSourceShape.cpp
47
PathSourceShape::~PathSourceShape()
src/libs/icon/shape/PathSourceShape.cpp
56
PathSourceShape::Unarchive(BMessage* archive)
src/libs/icon/shape/PathSourceShape.cpp
83
PathSourceShape::Archive(BMessage* into, bool deep) const
src/libs/icon/shape/PathSourceShape.h
28
class PathSourceShape : public _ICON_NAMESPACE Shape {
src/libs/icon/shape/PathSourceShape.h
34
PathSourceShape(_ICON_NAMESPACE Style* style);
src/libs/icon/shape/PathSourceShape.h
35
PathSourceShape(const PathSourceShape& other);
src/libs/icon/shape/PathSourceShape.h
36
virtual ~PathSourceShape();
src/libs/icon/shape/PathSourceShape.h
53
virtual PathSourceShape* Clone() const
src/libs/icon/shape/PathSourceShape.h
54
{ return new PathSourceShape(*this); }