Lines Matching refs:Cards

32 template<typename ParentBuilder = void*> class Cards;
59 typedef Cards<ThisBuilder> CardBuilder;
139 typedef Cards<ThisBuilder> CardBuilder;
249 typedef Cards<ThisBuilder> CardBuilder;
311 class Cards : public Base<ParentBuilder> {
313 typedef Cards<ParentBuilder> ThisBuilder;
317 typedef Cards<ThisBuilder> CardBuilder;
320 inline Cards();
321 inline Cards(BWindow* window);
322 inline Cards(BView* view);
323 inline Cards(BCardLayout* layout);
324 inline Cards(BCardView* view);
1421 // #pragma mark - Cards
1425 Cards<ParentBuilder>::Cards()
1433 Cards<ParentBuilder>::Cards(BWindow* window)
1444 Cards<ParentBuilder>::Cards(BView* view)
1454 Cards<ParentBuilder>::Cards(BCardLayout* layout)
1462 Cards<ParentBuilder>::Cards(BCardView* view)
1471 Cards<ParentBuilder>::Layout() const
1479 Cards<ParentBuilder>::View() const
1486 typename Cards<ParentBuilder>::ThisBuilder&
1487 Cards<ParentBuilder>::GetLayout(BCardLayout** _layout)
1495 typename Cards<ParentBuilder>::ThisBuilder&
1496 Cards<ParentBuilder>::GetView(BView** _view)
1504 typename Cards<ParentBuilder>::ThisBuilder&
1505 Cards<ParentBuilder>::Add(BView* view)
1513 typename Cards<ParentBuilder>::ThisBuilder&
1514 Cards<ParentBuilder>::Add(BLayoutItem* item)
1522 typename Cards<ParentBuilder>::GroupBuilder
1523 Cards<ParentBuilder>::AddGroup(orientation orientation, float spacing)
1533 typename Cards<ParentBuilder>::GroupBuilder
1534 Cards<ParentBuilder>::AddGroup(BGroupView* groupView)
1544 typename Cards<ParentBuilder>::GroupBuilder
1545 Cards<ParentBuilder>::AddGroup(BGroupLayout* groupLayout)
1555 typename Cards<ParentBuilder>::GridBuilder
1556 Cards<ParentBuilder>::AddGrid(float horizontal, float vertical)
1566 typename Cards<ParentBuilder>::GridBuilder
1567 Cards<ParentBuilder>::AddGrid(BGridLayout* gridLayout)
1577 typename Cards<ParentBuilder>::GridBuilder
1578 Cards<ParentBuilder>::AddGrid(BGridView* gridView)
1588 typename Cards<ParentBuilder>::SplitBuilder
1589 Cards<ParentBuilder>::AddSplit(orientation orientation, float spacing)
1599 typename Cards<ParentBuilder>::SplitBuilder
1600 Cards<ParentBuilder>::AddSplit(BSplitView* splitView)
1610 typename Cards<ParentBuilder>::CardBuilder
1611 Cards<ParentBuilder>::AddCards()
1621 typename Cards<ParentBuilder>::CardBuilder
1622 Cards<ParentBuilder>::AddCards(BCardLayout* cardLayout)
1631 typename Cards<ParentBuilder>::CardBuilder
1632 Cards<ParentBuilder>::AddCards(BCardView* cardView)
1642 typename Cards<ParentBuilder>::ThisBuilder&
1643 Cards<ParentBuilder>::SetExplicitMinSize(BSize size)
1651 typename Cards<ParentBuilder>::ThisBuilder&
1652 Cards<ParentBuilder>::SetExplicitMaxSize(BSize size)
1660 typename Cards<ParentBuilder>::ThisBuilder&
1661 Cards<ParentBuilder>::SetExplicitPreferredSize(BSize size)
1669 typename Cards<ParentBuilder>::ThisBuilder&
1670 Cards<ParentBuilder>::SetExplicitAlignment(BAlignment alignment)
1678 typename Cards<ParentBuilder>::ThisBuilder&
1679 Cards<ParentBuilder>::SetVisibleItem(int32 item)
1687 Cards<ParentBuilder>::operator BCardLayout*()