Searched refs:IsExpanded (Results 1 - 18 of 18) sorted by relevance

/haiku/src/tests/kits/interface/bdeskbar/
H A DDeskbarLocationTest.cpp63 assert(myDeskbar->IsExpanded() == currExpanded);
67 assert(!myDeskbar->IsExpanded());
70 assert(myDeskbar->IsExpanded());
176 assert(myDeskbar.IsExpanded() == origExpanded);
/haiku/headers/os/interface/
H A DListItem.h45 bool IsExpanded() const;
H A DDeskbar.h41 bool IsExpanded() const;
H A DOutlineListView.h70 bool IsExpanded(int32 fullListIndex);
/haiku/src/apps/deskbar/
H A DBarWindow.h75 void IsExpanded(BMessage* message);
H A DTeamMenuItem.h83 bool IsExpanded() const { return fExpanded; }; function in class:TTeamMenuItem
H A DExpandoMenuBar.cpp350 lastItem->SetArrowDirection(lastItem->IsExpanded()
444 lastItem->SetArrowDirection(lastItem->IsExpanded()
529 if (Vertical() && !settings->superExpando && item->IsExpanded())
988 if (teamItem->IsExpanded()) {
1032 } else if (teamItem->IsExpanded()) {
H A DBarWindow.cpp194 IsExpanded(message);
481 TBarWindow::IsExpanded(BMessage* message) function in class:TBarWindow
/haiku/src/kits/interface/
H A DOutlineListView.cpp180 if (item->IsExpanded())
200 if (!item->IsExpanded())
214 if (item->fHasSubitems && item->IsExpanded())
265 if (superItem->IsItemVisible() && superItem->IsExpanded()) {
308 if (!super->IsItemVisible() || !super->IsExpanded()) {
504 BOutlineListView::IsExpanded(int32 fullListIndex) function in class:BOutlineListView
510 return item->IsExpanded();
673 || (superItem->IsItemVisible() && superItem->IsExpanded())) {
809 if (item->IsExpanded() == expand || !FullListHasItem(item))
843 if (item->HasSubitems() && !item->IsExpanded()) {
[all...]
H A DListItem.cpp173 BListItem::IsExpanded() const function in class:BListItem
H A DDeskbar.cpp137 BDeskbar::IsExpanded() const function in class:BDeskbar
H A DWindow.cpp1578 if (!deskbar.IsExpanded())
1586 if (!deskbar.IsExpanded())
H A DColumnListView.cpp640 BRow::IsExpanded() const function in class:BRow
1837 && focusRow->IsExpanded();
/haiku/headers/private/interface/
H A DColumnListView.h136 bool IsExpanded() const;
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp808 return node->Row()->IsExpanded();
1013 if (row == NULL || row->IsExpanded() == expand)
1018 if (row->IsExpanded() != expand)
/haiku/src/preferences/locale/
H A DLocaleWindow.cpp643 if (superitem != NULL && !superitem->IsExpanded())
/haiku/src/apps/text_search/
H A DGrepWindow.cpp1165 if (!fSearchResults->IsExpanded(x))
1168 if (fSearchResults->IsExpanded(x))
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp1444 if (row->IsExpanded() && list->CountRows(row) > 0)

Completed in 325 milliseconds