Searched refs:isSelected (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/tracker/
H A DTrackerSettingsWindow.cpp326 bool isSelected = IsSelected(); local
328 if (isSelected || drawEverything) {
330 if (isSelected)
345 if (isSelected)
/haiku/src/apps/cortex/DiagramView/
H A DDiagramItem.h103 bool isSelected() const function in class:DiagramItem
H A DDiagramItemGroup.cpp264 if (item->isSelected())
468 if (which && !which->isSelected() && which->isSelectable()) {
508 if (which && which->isSelected()) {
H A DDiagramView.cpp183 if (item->isSelected() && !deselectOthers && MultipleSelection())
/haiku/headers/private/shared/
H A DCalendarView.h51 const char* text, bool isSelected = false,
166 const char* text, bool isSelected = false,
/haiku/src/kits/shared/
H A DCalendarView.cpp217 bool isSelected, bool isEnabled, bool focus, bool highlight)
219 _DrawItem(owner, frame, text, isSelected, isEnabled, focus, highlight);
1107 bool isSelected, bool isEnabled, bool focus, bool isHighlight)
1123 if (isSelected) {
1140 if (!isSelected)
1234 bool isSelected = selectRow == row && selectColumn == column; local
1235 if (isSelected)
1244 bool isSelected = selectRow == row && selectColumn == column; local
1245 if(isSelected)
216 DrawDay(BView* owner, BRect frame, const char* text, bool isSelected, bool isEnabled, bool focus, bool highlight) argument
1106 _DrawItem(BView* owner, BRect frame, const char* text, bool isSelected, bool isEnabled, bool focus, bool isHighlight) argument
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaWire.cpp171 rgb_color border = isSelected() ? M_BLUE_COLOR : M_DARK_GRAY_COLOR;
172 rgb_color fill = isSelected() ? M_LIGHT_BLUE_COLOR : M_LIGHT_GRAY_COLOR;
H A DMediaNodePanel.cpp955 if (isSelected())
970 target->SetHighColor(isSelected() ? M_WHITE_COLOR : M_BLACK_COLOR);
1008 if (isSelected())
1023 target->SetHighColor(isSelected() ? M_WHITE_COLOR : M_BLACK_COLOR);
H A DMediaJack.cpp440 bool selected = isConnecting() || isSelected();
/haiku/src/kits/interface/
H A DMenuItem.cpp691 bool isSelected = IsSelected(); local
693 if (isEnabled && isSelected)

Completed in 420 milliseconds