Searched refs:IconObject (Results 1 - 14 of 14) sorted by relevance

/haiku/src/apps/icon-o-matic/document/
H A DIconObject.cpp9 #include "IconObject.h"
18 IconObject::IconObject(const char* name) function in class:IconObject
28 IconObject::IconObject(const IconObject& other) function in class:IconObject
38 IconObject::IconObject(BMessage* archive) function in class:IconObject
45 // NOTE: uses IconObject version, not overridden
50 IconObject
[all...]
H A DIconObject.h21 class IconObject : public Observable, class in inherits:Observable,BReferenceable,Selectable
25 IconObject(const char* name);
26 IconObject(const IconObject& other);
27 IconObject(BMessage* archive);
28 virtual ~IconObject();
33 // IconObject
46 // TODO: let IconObject control its own manipulators?
H A DSetPropertiesCommand.h14 class IconObject;
19 SetPropertiesCommand(IconObject** objects,
33 IconObject** fObjects;
H A DSetPropertiesCommand.cpp17 #include "IconObject.h"
27 SetPropertiesCommand::SetPropertiesCommand(IconObject** objects,
/haiku/src/libs/icon/transformer/
H A DTransformer.h13 # include "IconObject.h"
31 class Transformer : public IconObject {
38 : IconObject(name) {}
40 : IconObject(archive) {}
/haiku/src/apps/icon-o-matic/gui/
H A DIconObjectListView.h16 class IconObject;
44 void _SetObject(IconObject* object);
49 IconObject* fObject;
H A DIconObjectListView.cpp20 #include "IconObject.h"
111 IconObject** objects = new (nothrow) IconObject*[1];
149 _SetObject(dynamic_cast<IconObject*>(selected));
206 IconObjectListView::_SetObject(IconObject* object)
/haiku/src/libs/icon/shape/
H A DReferenceImage.cpp91 // IconObject properties
92 status_t ret = IconObject::Unarchive(archive);
126 status_t ret = IconObject::Archive(into, deep);
154 PropertyObject* object = IconObject::MakePropertyObject();
166 IconObject::SetToPropertyObject(object);
H A DShape.cpp52 : IconObject("<shape>"),
88 : IconObject(other),
165 // IconObject properties
166 status_t ret = IconObject::Unarchive(archive);
208 status_t ret = IconObject::Archive(into, deep);
244 PropertyObject* object = IconObject::MakePropertyObject();
252 IconObject::SetToPropertyObject(object);
H A DShape.h14 # include "IconObject.h"
49 class Shape : public IconObject,
65 // IconObject interface
H A DVectorPath.h21 # include "IconObject.h"
57 public IconObject {
79 // IconObject
H A DVectorPath.cpp99 IconObject("<path>"),
115 IconObject(from),
132 IconObject(archive),
198 PropertyObject* object = IconObject::MakePropertyObject();
221 IconObject::SetToPropertyObject(object);
239 status_t ret = IconObject::Archive(into, deep);
/haiku/src/libs/icon/style/
H A DStyle.cpp30 : IconObject("<style>"),
52 : IconObject("<style>"),
74 : IconObject("<style>"),
91 : IconObject(other),
114 : IconObject(archive),
173 status_t ret = IconObject::Archive(into, deep);
H A DStyle.h14 # include "IconObject.h"
39 class Style : public IconObject,

Completed in 71 milliseconds