Searched refs:BCardView (Results 1 – 10 of 10) sorted by relevance
/haiku/src/kits/interface/ |
H A D | CardView.cpp | 11 BCardView::BCardView() in BCardView() function in BCardView 19 BCardView::BCardView(const char* name) in BCardView() function in BCardView 27 BCardView::BCardView(BMessage* from) in BCardView() function in BCardView 35 BCardView::~BCardView() in ~BCardView() 41 BCardView::SetLayout(BLayout* layout) in SetLayout() 51 BCardView::CardLayout() const in CardLayout() 58 BCardView::Instantiate(BMessage* from) in Instantiate() 61 return new BCardView(from); in Instantiate() 67 BCardView::Perform(perform_code d, void* arg) in Perform() 73 void BCardView::_ReservedCardView1() {} in _ReservedCardView1() [all …]
|
/haiku/headers/os/interface/ |
H A D | CardView.h | 12 class BCardView : public BView { 14 BCardView(); 15 BCardView(const char* name); 16 BCardView(BMessage* from); 17 virtual ~BCardView(); 41 BCardView(const BCardView&); 42 void operator =(const BCardView&);
|
H A D | LayoutBuilder.h | 109 inline CardBuilder AddCards(BCardView* cardView, 211 inline CardBuilder AddCards(BCardView* cardView, int32 column, 291 inline CardBuilder AddCards(BCardView* cardView, 324 inline Cards(BCardView* view); 351 inline CardBuilder AddCards(BCardView* cardView); 679 Group<ParentBuilder>::AddCards(BCardView* cardView, float weight) in AddCards() 1028 Grid<ParentBuilder>::AddCards(BCardView* cardView, int32 column, int32 row, in AddCards() 1350 Split<ParentBuilder>::AddCards(BCardView* cardView, float weight) in AddCards() 1427 fLayout((new BCardView())->CardLayout()) in Cards() 1462 Cards<ParentBuilder>::Cards(BCardView* view) in Cards() [all …]
|
/haiku/docs/user/interface/ |
H A D | CardView.dox | 20 \brief Provides the BCardView class. 27 \class BCardView 49 \fn BCardView::BCardView() 57 \fn BCardView::BCardView(const char *name) 67 \fn BCardView::BCardView(BMessage *from) 68 \brief Constructs a BCardView \a from an archive message. 81 \fn virtual BCardView::~BCardView() 89 \fn virtual void BCardView::SetLayout(BLayout *layout) 100 \fn BCardLayout* BCardView::CardLayout() const 110 \fn virtual status_t BCardView::Perform(perform_code d, void *arg) [all …]
|
H A D | LayoutBuilder.Cards.dox | 106 \fn BLayoutBuilder::Cards<ParentBuilder>::Cards(BCardView* view) 107 \brief Creates a builder targeting an existing BCardView. 355 BCardView* cardView) 357 BCardView* cardView, float weight)
|
H A D | LayoutBuilder.Group.dox | 383 BCardView* cardView, float weight) 384 \brief Add an existing BCardView as a child to the layout that this builder 386 added BCardView. 388 \param cardView The existing BCardView to add to the current group layout.
|
H A D | LayoutBuilder.Split.dox | 394 BCardView* cardView, float weight) 396 BCardView* cardView, float weight)
|
H A D | LayoutBuilder.Grid.dox | 488 BCardView* cardView, int32 column, int32 row, int32 columnCount, 491 BCardView* cardView, float weight) 493 \param cardView The existing BCardView to add to the current grid layout.
|
/haiku/src/preferences/input/ |
H A D | InputWindow.h | 37 BCardView* fCardView;
|
H A D | InputWindow.cpp | 50 fCardView = new BCardView(); in InputWindow()
|