Searched refs:modal (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/apps/expander/
H A DDirectoryFilePanel.h32 bool modal = false, bool hideWhenDone = true);
H A DDirectoryFilePanel.cpp53 bool modal, bool hideWhenDone)
55 allowMultipleSelection, message, filter, modal, hideWhenDone),
50 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-fatelf/src/preferences/backgrounds/
H A DImageFilePanel.h44 bool modal = false,
H A DImageFilePanel.cpp29 bool modal, bool hideWhenDone)
31 allowMultipleSelection, message, filter, modal, hideWhenDone),
26 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-fatelf/src/kits/tracker/
H A DFBCPadding.cpp108 BMessage* message, BRefFilter* filter, bool modal,
112 multipleSelection, message, filter, modal,
101 __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.cpp81 BMessage* message, BRefFilter* filter, bool modal,
94 modal ? B_MODAL_APP_WINDOW_FEEL : B_NORMAL_WINDOW_FEEL,
79 BFilePanel(file_panel_mode mode, BMessenger* target, const entry_ref* ref, uint32 nodeFlavors, bool multipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
/haiku-fatelf/src/apps/icon-o-matic/gui/
H A DSavePanel.h45 bool modal = false,
H A DSavePanel.cpp60 bool modal,
64 message, filter, modal, hideWhenDone),
53 SavePanel(const char* name, BMessenger* target, entry_ref* startDirectory, uint32 nodeFlavors, bool allowMultipleSelection, BMessage* message, BRefFilter* filter, bool modal, bool hideWhenDone) argument
/haiku-fatelf/headers/os/storage/
H A DFilePanel.h47 bool modal = false, bool hideWhenDone = true);
/haiku-fatelf/src/servers/app/
H A DDesktop.cpp1036 If there are any modal windows on this screen, it might not actually
1037 become the frontmost window, though, as modal windows stay in front
1132 // all modal windows follow their subsets to the front
1137 for (Window* modal = frontmost; modal != NULL; modal = nextModal) {
1138 // get the next modal window
1139 nextModal = modal->NextWindow(fCurrentWorkspace);
1146 CurrentWindows().RemoveWindow(modal);
1147 windows.AddWindow(modal);
[all...]
/haiku-fatelf/src/servers/registrar/
H A DShutdownProcess.cpp1697 bool modal = false; local
1704 modal = BPrivate::is_app_showing_modal_window(team);
1706 if (modal) {
1707 // app blocks on a modal window
1709 "blocked on a modal panel.");
1716 if (modal || debugged) {

Completed in 68 milliseconds