Searched refs:panel (Results 1 - 25 of 48) sorted by relevance

12

/haiku-fatelf/src/libs/ncurses/panel/
H A Dheaders31 $(srcdir)/panel.h
H A DMakefile119 ../include/panel.h
132 # make a copy to simplify include-paths while still keeping panel's include
134 ../include/panel.h : $(srcdir)/panel.h
136 cp $(srcdir)/panel.h $@
139 $(srcdir)/panel.priv.h \
140 $(srcdir)/panel.h
164 # libname: panel
176 $(srcdir)/panel.c \
204 sh $(srcdir)/../misc/makellib panel
[all...]
H A Dpanel.h34 /* panel.h -- interface file for panels library */
41 typedef struct panel struct
44 struct panel *below;
45 struct panel *above;
75 /* end of panel.h */
H A Dmodules34 panel lib $(srcdir) $(PANEL_PRIV_H)
/haiku-fatelf/src/libs/ncurses/include/
H A Dnc_panel.h40 * Headerfile to provide an interface for the panel layer into
51 struct panel; /* Forward Declaration */
54 struct panel* top_panel;
55 struct panel* bottom_panel;
56 struct panel* stdscr_pseudo_panel;
H A Dpanel.h34 /* panel.h -- interface file for panels library */
41 typedef struct panel struct
44 struct panel *below;
45 struct panel *above;
75 /* end of panel.h */
/haiku-fatelf/src/servers/mail/
H A DErrorLogWindow.cpp74 ErrorPanel *panel = (ErrorPanel *)view; local
84 Error *newError = new Error(BRect(0, panel->add_next_at, panel->Bounds().right,
85 panel->add_next_at + 1), type, tag, message, timestamp,
86 (panel->alerts_displayed++ % 2 == 0) ? white : notwhite);
89 panel->add_next_at += newError->Bounds().Height();
90 panel->AddChild(newError);
91 panel->ResizeToPreferred();
93 if (panel->add_next_at > Frame().Height()) {
94 BScrollBar *bar = panel
120 ErrorPanel *panel = (ErrorPanel *)(view); local
132 ErrorPanel *panel = (ErrorPanel *)view; local
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Ddemo_panels.c4 * Demonstrate a variety of functions from the panel library.
18 #include <panel.h>
23 printf("Not implemented - demo for panel library\n");
30 printf("This program requires the curses panel library\n");
H A Dcardfile.c42 #include <panel.h>
49 #define isVisible(cardp) ((cardp)->panel != 0)
61 PANEL *panel; member in struct:_card
247 top_panel(first->panel);
409 /* make a panel for each CARD */
417 p->panel = new_panel(win);
437 ch = form_virtualize(panel_window(top_card->panel));
539 del_panel(p->panel);
619 printf("This program requires the curses form and panel libraries\n");
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DDocInfoWindow.cpp92 BBox* panel = new BBox(bounds, "top_panel", B_FOLLOW_ALL, local
95 _SetupDocInfoView(panel);
96 background->AddChild(panel);
184 DocInfoWindow::_SetupDocInfoView(BBox* panel) argument
186 BRect bounds(panel->Bounds());
195 panel->AddChild(menu);
214 panel->AddChild(menu);
230 panel->AddChild(add);
245 panel->AddChild(fTableScrollView);
435 DocInfoWindow::_SetupPasswordView(BBox* panel) argument
453 _SetupPermissionsView(BBox* panel) argument
464 BBox* panel = new BBox(rect, "top_panel", B_FOLLOW_ALL, local
476 _AddPasswordControl(BRect r, BView* panel, const char* name, const char* label) argument
[all...]
H A DDocInfoWindow.h126 void _SetupDocInfoView(BBox* panel);
141 void _SetupPasswordView(BBox* panel);
142 void _SetupPermissionsView(BBox* panel);
144 BTextControl* _AddPasswordControl(BRect r, BView* panel,
H A DFontsWindow.cpp115 BView *panel; local
135 panel = new BView(r, "embedding_panel", B_FOLLOW_ALL,
137 panel-> SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
144 panel->AddChild(fList);
148 panel->AddChild(new BScrollView("scroll_list", fList,
163 panel->AddChild(button);
174 panel->AddChild(button);
180 panel->AddChild(line);
182 tabView->AddTab(panel, tab);
189 panel
[all...]
H A DAdvancedSettingsWindow.cpp88 BBox *panel = new BBox(bounds, "background", B_FOLLOW_ALL, local
90 AddChild(panel);
96 panel->AddChild(fLicenseKey);
114 panel->AddChild(mf);
144 panel->AddChild(mf);
173 panel->AddChild(mf);
200 panel->AddChild(mf);
216 panel->AddChild(line);
221 panel->AddChild(cancel);
225 panel
[all...]
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp433 // [e.moon 8dec99] allow for existing panel
434 MediaNodePanel* panel; local
435 if(_findPanelFor(id, &panel) < B_OK)
724 const MediaNodePanel* panel) const
729 if (panel)
737 if (panel->ref->kind() & B_BUFFER_PRODUCER)
741 if (panel->ref->kind() & B_BUFFER_CONSUMER)
766 if (panel->ref->kind() & B_BUFFER_PRODUCER)
770 if (panel->ref->kind() & B_BUFFER_CONSUMER)
897 MediaNodePanel *panel local
922 MediaNodePanel *panel; local
1058 MediaNodePanel* panel = dynamic_cast<MediaNodePanel*>( local
1108 MediaNodePanel* panel = dynamic_cast<MediaNodePanel*>( local
1173 MediaNodePanel* panel; local
1213 MediaNodePanel* panel; local
1253 MediaNodePanel *panel = 0; local
1286 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(ItemAt(i, DiagramItem::M_BOX)); local
1304 MediaNodePanel *panel; local
1564 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(SelectedItemAt(i)); local
1584 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(SelectedItemAt(i)); local
1604 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(SelectedItemAt(i)); local
1631 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(SelectedItemAt(i)); local
1651 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(SelectedItemAt(i)); local
1669 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(SelectedItemAt(i)); local
1835 MediaNodePanel *panel = dynamic_cast<MediaNodePanel *>(SelectedItemAt(i)); local
[all...]
/haiku-fatelf/src/preferences/filetypes/
H A DFileTypeWindow.cpp359 BMessage panel(kMsgOpenFilePanel);
360 panel.AddString("title", B_TRANSLATE("Select same type as"));
361 panel.AddInt32("message", kMsgSameTypeAsOpened);
362 panel.AddMessenger("target", this);
364 be_app_messenger.SendMessage(&panel);
387 BMessage panel(kMsgOpenFilePanel);
388 panel.AddString("title",
390 panel.AddInt32("message", kMsgPreferredAppOpened);
391 panel.AddMessenger("target", this);
393 be_app_messenger.SendMessage(&panel);
[all...]
/haiku-fatelf/src/kits/print/
H A DPrintPanel.cpp24 BPrintPanel::_BPrintPanelFilter_::_BPrintPanelFilter_(BPrintPanel* panel) argument
26 , fPrintPanel(panel)
114 BPrintPanel::AddPanel(BView* panel) argument
122 fPanel->AddChild(panel);
132 BView* panel = Panel(); local
133 if (child == panel)
/haiku-fatelf/src/apps/mediaplayer/
H A DMainApp.h43 // "title" - String that will be used to name the panel window.
84 void _ShowFilePanel(BFilePanel* panel,
93 void _HandleFilePanelResult(BFilePanel* panel,
H A DMainApp.cpp148 // store the current file panel ref in the global settings
386 // The user canceled a file panel, but store at least the current
387 // file panel folder.
471 MainApp::_ShowFilePanel(BFilePanel* panel, uint32 command, argument
495 BAutolock lock(panel->Window());
496 panel->Window()->SetTitle(finalPanelTitle.String());
501 panel->SetButtonLabel(B_DEFAULT_BUTTON, buttonLabel);
505 panel->SetMessage(&panelMessage);
508 panel->SetPanelDirectory(&fLastFilePanelFolder);
511 panel
530 _HandleFilePanelResult(BFilePanel* panel, const BMessage* message) argument
[all...]
/haiku-fatelf/src/servers/print/
H A DConfigWindow.cpp147 BView* panel = new BBox(Bounds(), "temporary", B_FOLLOW_ALL, B_WILL_DRAW); local
148 AddChild(panel);
159 fPageSetup = AddPictureButton(panel, dummyRect, "Paper setup",
171 fJobSetup = AddPictureButton(panel, dummyRect, "Page setup",
189 RemoveChild(panel);
349 ConfigWindow::AddPictureButton(BView* panel, BRect frame, argument
355 BPicture* onPict = BitmapToPicture(panel, onBM);
356 BPicture* offPict = BitmapToPicture(panel, offBM);
364 panel->AddChild(button);
371 panel
[all...]
H A DConfigWindow.h50 BPictureButton* AddPictureButton(BView* panel, BRect frame,
/haiku-fatelf/src/libs/ncurses/
H A DMakefile103 cd panel && $(MAKE) $(CF_MFLAGS) $@
151 install.panel \
152 uninstall.panel ::
153 cd panel && $(MAKE) $(CF_MFLAGS) $@
/haiku-fatelf/headers/private/print/
H A DPrintPanel.h40 void AddPanel(BView* panel);
66 _BPrintPanelFilter_(BPrintPanel* panel);
/haiku-fatelf/src/kits/tracker/
H A DFilePanelPriv.cpp106 TFilePanel* panel = dynamic_cast<TFilePanel*>(filter->Looper()); local
107 ASSERT(panel);
108 BPoseView* view = panel->PoseView();
110 if (panel->TrackingMenu())
251 TFilePanel* panel = dynamic_cast<TFilePanel*>(filter->Looper()); local
252 if (panel == NULL || !message->WasDropped())
301 panel->fTaskLoop->RunLater(NewMemberFunctionObjectWithResult
302 (&TFilePanel::SelectChildInParent, panel,
305 ref == *panel->TargetModel()->EntryRef() ? 0 : 100000, 200000, 5000000);
310 if (panel
328 TFilePanel* panel = dynamic_cast<TFilePanel*>(filter->Looper()); local
350 TFilePanel* panel = dynamic_cast<TFilePanel*>(filter->Looper()); local
496 SetClientObject(BFilePanel* panel) argument
[all...]
/haiku-fatelf/src/bin/
H A Dcheckitout.cpp73 BFilePanel *panel = new BFilePanel(B_SAVE_PANEL); local
80 panel->Window()->SetTitle("Check It Out to...");
81 panel->SetSaveText(name.String());
82 panel->Show();
/haiku-fatelf/src/libs/ncurses/c++/
H A Detip.h194 NCursesPanelException (const NCursesPanel* panel, argument
198 p (panel)
202 NCursesException ("panel library error", err),
206 NCursesPanelException (const NCursesPanel* panel, argument
208 NCursesException ("panel library error", err),
209 p (panel)

Completed in 194 milliseconds

12