Home
last modified time | relevance | path

Searched refs:AttributeSaver (Results 1 – 5 of 5) sorted by relevance

/haiku/src/apps/icon-o-matic/document/savers/
H A DAttributeSaver.cpp17 AttributeSaver::AttributeSaver(const entry_ref& ref, const char* attrName) in AttributeSaver() function in AttributeSaver
24 AttributeSaver::~AttributeSaver() in ~AttributeSaver()
30 AttributeSaver::Save(Document* document) in Save()
H A DAttributeSaver.h18 class AttributeSaver : public DocumentSaver {
20 AttributeSaver(const entry_ref& ref,
22 virtual ~AttributeSaver();
H A DNativeSaver.h21 AttributeSaver fAttrSaver;
/haiku/src/apps/icon-o-matic/
H A DJamfile118 AttributeSaver.cpp
H A DMainWindow.cpp811 new AttributeSaver(ref, kVectorAttrNodeName)); in Open()
1479 saver = new AttributeSaver(ref, attrName); in _CreateSaver()