Searched refs:show (Results 26 - 50 of 59) sorted by relevance

123

/haiku/src/apps/charactermap/
H A DCharacterView.cpp70 CharacterView::ShowPrivateBlocks(bool show) argument
72 if (fShowPrivateBlocks == show)
75 fShowPrivateBlocks = show;
81 CharacterView::ShowContainedBlocksOnly(bool show) argument
83 if (fShowContainedBlocksOnly == show)
86 fShowContainedBlocksOnly = show;
/haiku/src/apps/mail/
H A DPrefs.h91 BPopUpMenu* _BuildButtonBarMenu(uint8 show);
H A DMailWindow.h137 bool show);
H A DPrefs.cpp887 TPrefsWindow::_BuildButtonBarMenu(uint8 show) argument
897 if (show & 1)
903 if (show & 2)
909 if (!show)
/haiku/src/servers/registrar/
H A DShutdownProcess.h60 void _SetShowShutdownWindow(bool show);
/haiku/src/servers/app/
H A DDesktopSettingsPrivate.h65 void SetShowAllDraggers(bool show);
H A DDesktopSettings.cpp330 if (settings.FindBool("show", &fShowAllDraggers) != B_OK)
421 settings.AddBool("show", fShowAllDraggers);
600 DesktopSettingsPrivate::SetShowAllDraggers(bool show) argument
602 fShowAllDraggers = show;
1057 LockedDesktopSettings::SetShowAllDraggers(bool show) argument
1059 fSettings->SetShowAllDraggers(show);
/haiku/src/preferences/notifications/
H A DPrefletWin.cpp77 // Center this window on screen and show it
143 bool show = msg->GetBool(kShowButtonsKey, true); local
144 fButtonsLayout->SetVisible(show);
/haiku/src/apps/webpositive/
H A DBrowserWindow.h211 void _ShowInterface(bool show);
226 void _ShowBookmarkBar(bool show);
H A DBrowserWindow.cpp1629 // Make sure we show the page that contains the view.
2167 "show the Bookmarks folder.\n\nError: %error",
2488 BrowserWindow::_ShowInterface(bool show) argument
2490 if (fInterfaceVisible == show)
2493 fInterfaceVisible = show;
2495 if (show) {
2519 BrowserWindow::_ShowProgressBar(bool show) argument
2521 if (show) {
2803 snprintf(buffer, sizeof(buffer), "Failed to show the "
2814 BrowserWindow::_ShowBookmarkBar(bool show) argument
[all...]
/haiku/src/apps/showimage/
H A DShowImageView.h70 void SetShowCaption(bool show);
181 void _ShowToolBarIfEnabled(bool show);
H A DShowImageWindow.cpp189 tool_bar_icon(kIconMediaMovieLibrary), B_TRANSLATE("Slide show"));
326 _AddItemMenu(menu, B_TRANSLATE("Slide show"), MSG_SLIDE_SHOW, 0, 0, this);
1095 bool show; local
1096 if (message->FindBool("show", &show) != B_OK)
1098 _SetToolBarVisible(fShowToolBar && show, true);
1116 bool show; local
1118 && message->FindBool("show", &show) == B_OK) {
1121 if (!show)
[all...]
/haiku/src/apps/haikudepot/model/
H A DModel.cpp471 Model::SetShowAvailablePackages(bool show) argument
473 fShowAvailablePackages = show;
478 Model::SetShowInstalledPackages(bool show) argument
480 fShowInstalledPackages = show;
485 Model::SetShowSourcePackages(bool show) argument
487 fShowSourcePackages = show;
492 Model::SetShowDevelopPackages(bool show) argument
494 fShowDevelopPackages = show;
/haiku/src/preferences/filetypes/
H A DIconView.h109 void ShowIconHeap(bool show);
110 void ShowEmptyFrame(bool show);
H A DIconView.cpp856 // show context menu
1110 IconView::ShowIconHeap(bool show) argument
1112 if (show == (fHeapIconBitmap != NULL))
1115 if (show) {
1154 IconView::ShowEmptyFrame(bool show) argument
1156 if (show == fShowEmptyFrame)
1159 fShowEmptyFrame = show;
H A DFileTypesWindow.cpp1010 FileTypesWindow::_ShowSnifferRule(bool show) argument
1012 if (fRuleControl->IsHidden() == !show)
1015 if (!show)
/haiku/headers/os/interface/
H A DLayout.h89 void VisibilityChanged(bool show);
/haiku/headers/private/tracker/
H A DNavMenu.h107 void SetShowParent(bool show);
/haiku/src/apps/mediaplayer/
H A DMainWin.h109 void _ShowFullscreenControls(bool show,
H A DMainWin.cpp1206 bool show; local
1208 && msg->FindBool("show", &show) == B_OK) {
1209 if (show) {
1433 // show or activate
2660 MainWin::_ShowFullscreenControls(bool show, bool animate) argument
2662 if (fShowsFullscreenControls == show)
2665 fShowsFullscreenControls = show;
2666 fVideoView->SetFullscreenControlsVisible(show);
2668 if (show) {
[all...]
/haiku/src/kits/interface/
H A DLayout.cpp576 BLayout::VisibilityChanged(bool show) argument
582 ItemAt(i)->AncestorVisibilityChanged(show);
/haiku/src/kits/tracker/
H A DFindPanel.h243 void ShowOrHideMoreOptions(bool show);
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp29 fprintf(stderr, "pppconfig show | -a\n");
44 show(ppp_interface_filter filter = PPP_REGISTERED_INTERFACES) function
739 if (!strcmp(argv[1], "show") || !strcmp(argv[1], "-a"))
740 return show(PPP_ALL_INTERFACES);
/haiku/src/preferences/network/
H A DNetworkWindow.cpp594 NetworkWindow::_ShowReplicant(bool show) argument
596 if (show) {
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp508 TextDocumentView::_ShowCaret(bool show) argument
510 fShowCaret = show;

Completed in 161 milliseconds

123