Symbol: SVGExporter
src/apps/icon-o-matic/MainWindow.cpp
1505
saver = new SimpleFileSaver(new SVGExporter(), ref);
src/apps/icon-o-matic/MainWindow.cpp
815
new SimpleFileSaver(new SVGExporter(), ref));
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
135
SVGExporter::SetOriginalEntry(const entry_ref* ref)
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
145
SVGExporter::_DisplayWarning() const
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
163
SVGExporter::_DisplayUnsupportedGradientWarning() const
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
226
SVGExporter::_ExportShape(const Shape* shape, BPositionIO* stream)
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
390
SVGExporter::_ExportGradient(const Gradient* gradient, BPositionIO* stream)
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
478
SVGExporter::_AppendMatrix(const Transformable* object, BString& string) const
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
50
SVGExporter::SVGExporter()
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
510
SVGExporter::_GetFill(const Style* style, char* string,
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
59
SVGExporter::~SVGExporter()
src/apps/icon-o-matic/import_export/svg/SVGExporter.cpp
66
SVGExporter::Export(const Icon* icon, BPositionIO* stream)
src/apps/icon-o-matic/import_export/svg/SVGExporter.h
27
class SVGExporter : public Exporter {
src/apps/icon-o-matic/import_export/svg/SVGExporter.h
29
SVGExporter();
src/apps/icon-o-matic/import_export/svg/SVGExporter.h
30
virtual ~SVGExporter();