Home
last modified time | relevance | path

Searched refs:cardLayout (Results 1 – 5 of 5) sorted by relevance

/haiku/docs/user/interface/
H A DLayoutBuilder.Cards.dox340 BCardLayout* cardLayout)
342 BCardLayout* cardLayout, float weight)
344 \param cardLayout The existing layout that will be added to the underlying
347 \returns A CardBuilder representing the \a cardLayout.
H A DLayoutBuilder.Split.dox377 BCardLayout* cardLayout, float weight)
379 BCardLayout* cardLayout, float weight)
381 \param cardLayout The existing layout that will be added to the underlying
386 \returns A CardBuilder representing the \a cardLayout.
H A DLayoutBuilder.Grid.dox469 BCardLayout* cardLayout, int32 column, int32 row, int32 columnCount,
472 BCardLayout* cardLayout, float weight)
474 \param cardLayout The existing layout to add to the current grid layout.
477 \param columnCount The number of columns to span the \a cardLayout over.
478 \param rowCount The number of rows to span the \a cardLayout over.
480 \returns A CardBuilder representing the \a cardLayout.
H A DLayoutBuilder.Group.dox367 BCardLayout* cardLayout, float weight)
371 \param cardLayout The existing layout to add to the current group layout.
375 \returns A CardBuilder representing the \a cardLayout.
/haiku/headers/os/interface/
H A DLayoutBuilder.h107 inline CardBuilder AddCards(BCardLayout* cardLayout,
208 inline CardBuilder AddCards(BCardLayout* cardLayout, int32 column,
289 inline CardBuilder AddCards(BCardLayout* cardLayout,
350 inline CardBuilder AddCards(BCardLayout* cardLayout);
668 Group<ParentBuilder>::AddCards(BCardLayout* cardLayout, float weight) in AddCards() argument
670 CardBuilder builder(cardLayout); in AddCards()
1016 Grid<ParentBuilder>::AddCards(BCardLayout* cardLayout, int32 column, int32 row, in AddCards() argument
1019 CardBuilder builder(cardLayout); in AddCards()
1339 Split<ParentBuilder>::AddCards(BCardLayout* cardLayout, float weight) in AddCards() argument
1341 CardBuilder builder(cardLayout); in AddCards()
[all …]