Searched refs:SavePanel (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.h35 class SavePanel : public BFilePanel, class in inherits:BFilePanel,BHandler
38 SavePanel(const char* name,
47 virtual ~SavePanel();
55 // SavePanel
H A DSavePanel.cpp9 #include "SavePanel.h"
33 #define B_TRANSLATION_CONTEXT "Icon-O-Matic-SavePanel"
52 // SavePanel class
53 SavePanel::SavePanel(const char* name, function in class:SavePanel
80 printf("SavePanel::SavePanel() - couldn't find necessary controls.\n");
88 printf("SavePanel::SavePanel() - couldn't find necessary controls.\n");
162 SavePanel
[all...]
/haiku/src/apps/icon-o-matic/
H A DIconEditorApp.h15 class SavePanel;
80 SavePanel* fSavePanel;
H A DIconEditorApp.cpp32 #include "SavePanel.h"
67 fSavePanel = new SavePanel("save panel", &messenger, NULL, B_FILE_NODE

Completed in 53 milliseconds