Searched refs:nodeFlavors (Results 1 - 13 of 13) sorted by relevance

/haiku/src/bin/
H A Dcheckitout.h26 status_t _FilePanel(uint32 nodeFlavors, BString &name);
H A Dcheckitout.cpp71 CheckItOut::_FilePanel(uint32 nodeFlavors, BString &name) argument
76 uint32 nodeFlavors = 0, bool allowMultipleSelection = true,
/haiku/src/apps/expander/
H A DDirectoryFilePanel.h34 uint32 nodeFlavors = 0,
H A DDirectoryFilePanel.cpp53 BMessenger* target, const entry_ref* startDirectory, uint32 nodeFlavors,
57 BFilePanel(mode, target, startDirectory, nodeFlavors,
52 DirectoryFilePanel(file_panel_mode mode, BMessenger* target, const entry_ref* startDirectory, uint32 nodeFlavors, bool allowMultipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.h41 uint32 nodeFlavors = 0,
H A DImageFilePanel.cpp30 const entry_ref* startDirectory, uint32 nodeFlavors,
34 BFilePanel(mode, target, startDirectory, nodeFlavors,
29 ImageFilePanel(file_panel_mode mode, BMessenger* target, const entry_ref* startDirectory, uint32 nodeFlavors, bool allowMultipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
/haiku/src/kits/tracker/
H A DFilePanelPriv.h62 uint32 nodeFlavors = B_FILE_NODE | B_SYMLINK_NODE,
80 void SetNodeFlavors(uint32 nodeFlavors) { fNodeFlavors = nodeFlavors; } argument
H A DFBCPadding.cpp117 entry_ref* ref, uint32 nodeFlavors, bool multipleSelection,
121 return new (self) BFilePanel(mode, target, ref, nodeFlavors,
114 __10BFilePanel15file_panel_modeP10BMessengerP9entry_refUlbP8BMessageP10BRefFilterT5T5(void* self, file_panel_mode mode, BMessenger* target, entry_ref* ref, uint32 nodeFlavors, bool multipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
H A DFilePanel.cpp62 const entry_ref* ref, uint32 nodeFlavors, bool multipleSelection,
74 fWindow = new TFilePanel(mode, target, &startDir, nodeFlavors,
61 BFilePanel(file_panel_mode mode, BMessenger* target, const entry_ref* ref, uint32 nodeFlavors, bool multipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
H A DFilePanelPriv.cpp170 const BEntry* startDir, uint32 nodeFlavors, bool multipleSelection,
196 fNodeFlavors = (nodeFlavors == 0) ? B_FILE_NODE : nodeFlavors;
169 TFilePanel(file_panel_mode mode, BMessenger* target, const BEntry* startDir, uint32 nodeFlavors, bool multipleSelection, BMessage* message, BRefFilter* filter, uint32 openFlags, window_look look, window_feel feel, uint32 windowFlags, uint32 workspace, bool hideWhenDone) argument
/haiku/src/apps/icon-o-matic/gui/
H A DSavePanel.h41 uint32 nodeFlavors = 0,
H A DSavePanel.cpp56 uint32 nodeFlavors,
63 nodeFlavors, allowMultipleSelection,
53 SavePanel(const char* name, BMessenger* target, entry_ref* startDirectory, uint32 nodeFlavors, bool allowMultipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
/haiku/headers/os/storage/
H A DFilePanel.h45 uint32 nodeFlavors = 0, bool allowMultipleSelection = true,

Completed in 88 milliseconds