Searched refs:Flags (Results 226 - 250 of 457) sorted by last modified time

1234567891011>>

/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp291 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
545 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
575 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
629 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
/haiku/src/servers/app/
H A DServerPicture.cpp1262 WriteSetFontFlags(font.Flags());
/haiku/src/apps/expander/
H A DExpanderWindow.cpp211 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
226 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
236 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
356 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
380 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
657 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
/haiku/src/kits/interface/
H A DView.cpp170 font_flags = font.Flags();
220 link.Attach<uint32>(font.Flags());
617 ret = data->AddInt32("_flags", Flags());
1036 BView::Flags() const function in class:BView
1046 if (Flags() == flags)
2900 fState->font.SetFlags(font->Flags());
6101 fOwner->fLink->Attach<uint32>(Flags());
6385 if (IsHidden(this) || !(Flags() & B_WILL_DRAW))
6409 if (IsHidden(this) || !(Flags() & B_WILL_DRAW)
6410 || !(Flags()
[all...]
H A DBox.cpp568 if (!(Flags() & B_SUPPORTS_LAYOUT))
615 if ((child->Flags() & B_SUPPORTS_LAYOUT) != 0)
820 if (child && (child->Flags() & B_SUPPORTS_LAYOUT)) {
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp121 printf("%s flags: %" B_PRIx32 "\n", prefix, partition->Flags());
/haiku/headers/private/interface/
H A DHaikuControlLook.h31 virtual uint32 Flags(BControl* control) const;
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp271 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
362 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
502 uint32 flags = interface.Flags();
526 if ((interface.Flags() & IFF_LOOPBACK) == 0) {
580 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp251 SetFlags(Flags() | B_NOT_MINIMIZABLE | B_NOT_ZOOMABLE);
1334 alert->SetFlags(alert->Flags() | B_NOT_MINIMIZABLE | B_CLOSE_ON_ESCAPE);
/haiku/src/preferences/sounds/
H A DHWindow.cpp160 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
317 stopbutton->SetFlags(stopbutton->Flags() | B_PULSE_NEEDED);
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp240 BPartition::Flags() const function in class:BPartition
H A DMutablePartition.cpp137 // Flags
139 BMutablePartition::Flags() const function in class:BMutablePartition
/haiku/src/apps/drivesetup/
H A DSupport.cpp53 printf("\tFlags(): %" B_PRIx32 "\n\n", partition->Flags());
/haiku/headers/private/storage/
H A DPartition.h53 uint32 Flags() const;
H A DMutablePartition.h34 uint32 Flags() const;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp439 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
460 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp545 KPartition::Flags() const function in class:KPartition
1294 data->flags = Flags();
1348 OUT("%s flags: %" B_PRIx32 "\n", prefix, Flags());
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h86 uint32 Flags() const;
/haiku/src/apps/login/
H A DLoginApp.cpp61 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
101 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
110 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
/haiku/src/apps/processcontroller/
H A DUtilities.cpp145 uint32 flags = window->Flags();
/haiku/src/kits/tracker/
H A DNavigator.cpp75 SetFlags(Flags() | B_WILL_DRAW);
/haiku/headers/os/interface/
H A DWindow.h248 uint32 Flags() const;
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp69 uint32 flags = be_control_look->Flags(this);
348 SetFlags(Flags() | B_WILL_DRAW);
/haiku/src/apps/terminal/
H A DTermApp.cpp133 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1961 alert->SetFlags(alert->Flags() | B_CLOSE_ON_ESCAPE);

Completed in 166 milliseconds

1234567891011>>