Searched refs:Panel (Results 1 - 17 of 17) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/authentication_server/
H A DPanel.h0 // Panel.h
8 class Panel : public BWindow { class in inherits:BWindow
10 Panel(BRect frame,
15 Panel(BRect frame,
21 virtual ~Panel();
23 // Panel
H A DPanel.cpp0 // Panel.cpp
9 #include "Panel.h"
13 EscapeFilter(Panel* target)
42 Panel* fPanel;
46 Panel::Panel(BRect frame, const char* title, function in class:Panel
55 Panel::Panel(BRect frame, const char* title, function in class:Panel
64 Panel::~Panel()
[all...]
H A DAuthenticationPanel.h6 #include "Panel.h"
11 class AuthenticationPanel : public Panel {
H A DAuthenticationPanel.cpp24 : Panel(frame, "Name Panel",
30 fExitSem = create_sem(0, "Authentication Panel");
80 Panel::MessageReceived(message);
216 Panel::Cancel();
/haiku/src/apps/icon-o-matic/generic/gui/panel/
H A DPanel.h14 class Panel : public BWindow { class in inherits:BWindow
16 Panel(BRect frame,
21 Panel(BRect frame,
27 virtual ~Panel();
29 // Panel
H A DPanel.cpp9 #include "Panel.h"
19 EscapeFilter(Panel* target)
48 Panel* fPanel;
52 Panel::Panel(BRect frame, const char* title, function in class:Panel
61 Panel::Panel(BRect frame, const char* title, function in class:Panel
70 Panel::~Panel()
76 Panel
[all...]
/haiku/src/apps/launchbox/
H A DPanel.h14 class Panel : public BWindow { class in inherits:BWindow
16 Panel(BRect frame,
21 Panel(BRect frame,
27 virtual ~Panel();
29 // Panel
H A DPanel.cpp9 #include "Panel.h"
19 EscapeFilter(Panel* target)
48 Panel* fPanel;
52 Panel::Panel(BRect frame, const char* title, function in class:Panel
61 Panel::Panel(BRect frame, const char* title, function in class:Panel
70 Panel::~Panel()
76 Panel
[all...]
H A DNamePanel.h8 #include "Panel.h"
12 class NamePanel : public Panel {
H A DNamePanel.cpp29 Panel(BRect(B_ORIGIN, size), B_TRANSLATE("Name Panel"),
118 Panel::MessageReceived(message);
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.h10 #include "Panel.h"
16 class ColorPickerPanel : public Panel {
26 // Panel interface
H A DColorPickerPanel.cpp43 : Panel(frame, "Pick a color",
125 Panel::MessageReceived(message);
/haiku/src/kits/print/
H A DPrintPanel.cpp107 BPrintPanel::Panel() const function in class:BPrivate::Print::BPrintPanel
116 BView* child = Panel();
132 BView* panel = Panel();
/haiku/headers/private/print/
H A DPrintPanel.h39 BView* Panel() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacbuffer.h238 UINT8 Panel; member in struct:acpi_pld_info
362 /* Panel position defined in _PLD section of ACPI Specification 6.3 */
H A Dactbl2.h2503 UINT8 Panel; member in struct:acpi_nhlt_vendor_mic_config
2530 /* Values for Panel field above */
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/utilities/
H A Dutxface.c718 PldInfo->Panel = ACPI_PLD_GET_PANEL (&Dword);

Completed in 92 milliseconds