Home
last modified time | relevance | path

Searched refs:fClonedIcon (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp37 fClonedIcon(NULL), in Exporter()
49 delete fClonedIcon; in ~Exporter()
60 fClonedIcon = fDocument->Icon()->Clone(); in Export()
61 if (!fClonedIcon) in Export()
109 status_t ret = _Export(fClonedIcon, &fRef); in _ExportThread()
H A DExporter.h62 Icon* fClonedIcon; variable