Searched refs:visible (Results 26 - 50 of 85) sorted by relevance

1234

/haiku/src/kits/interface/
H A DSpaceLayoutItem.cpp21 const char* const kVisibleField = "BSpaceLayoutItem:visible";
182 BSpaceLayoutItem::SetVisible(bool visible) argument
184 fVisible = visible;
H A DSplitLayout.h71 void SetItemCollapsed(int32 index, bool visible);
125 bool visible);
/haiku/src/kits/tracker/
H A DDesktopPoseView.cpp184 DesktopPoseView::ShowVolumes(bool visible, bool showShared) argument
188 if (!visible)
H A DTextWidget.h90 void CheckAndUpdate(BPoint, const BColumn*, BPoseView*, bool visible);
H A DFilePanelPriv.h185 void ShowVolumes(bool visible, bool showShared);
/haiku/src/kits/shared/
H A DToolBar.cpp187 BToolBar::SetActionVisible(uint32 command, bool visible) argument
195 item->SetVisible(visible);
/haiku/src/system/boot/platform/atari_m68k/
H A Dconsole.cpp36 void SetCursorVisible(bool visible);
119 Console::SetCursorVisible(bool visible) argument
/haiku/src/libs/glut/
H A DglutWindow.h94 bool visible; // for visibility callback member in class:GlutWindow
112 void Minimize(bool minimized); // minimized windows are not visible
/haiku/headers/os/interface/
H A DLayoutItem.h40 virtual void SetVisible(bool visible) = 0;
H A DAbstractLayout.h37 virtual void SetVisible(bool visible);
H A DDragger.h90 static void _UpdateShowAllDraggers(bool visible);
/haiku/src/apps/webpositive/tabview/
H A DTabView.h68 virtual void SetVisible(bool visible);
H A DTabView.cpp230 TabLayoutItem::SetVisible(bool visible) argument
232 if (fVisible == visible)
235 fVisible = visible;
H A DTabContainerView.cpp379 // The tab before this tab is the last one that can be visible.
422 // visible bottom border.
491 bool visible = availableWidth >= visibleTabsWidth + itemWidth; local
492 item->SetVisible(visible && !canScrollTabsRight);
494 if (!visible)
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp47 virtual void SetCursorVisible(bool visible);
142 EFITextConsole::SetCursorVisible(bool visible) argument
144 kSystemTable->ConOut->EnableCursor(kSystemTable->ConOut, visible);
/haiku/src/tests/kits/game/direct_window_test/
H A DStarWindow.cpp382 // in the other case, update the stars that will stay visible.
390 // if the star wasn't visible before, then no more question.
396 // check if the old position is still visible in the new clipping
401 goto visible;
406 goto visible;
411 // if it's still visible...
412 visible:
576 // check if the new position is visible in the current clipping
583 visible:
584 // if it's visible, the
[all...]
/haiku/headers/private/shared/
H A DCalendarView.h99 void SetDayNameHeaderVisible(bool visible);
103 void SetWeekNumberHeaderVisible(bool visible);
/haiku/src/servers/app/drawing/
H A DHWInterface.cpp163 HWInterface::SetCursorVisible(bool visible) argument
168 if (fCursorVisible != visible) {
172 if (visible) {
173 fCursorVisible = visible;
181 fCursorVisible = visible;
194 bool visible = true; local
196 visible = fCursorVisible;
199 return visible;
/haiku/src/system/boot/platform/openfirmware/
H A Dconsole.cpp36 virtual void SetCursorVisible(bool visible);
267 Console::SetCursorVisible(bool visible) argument
/haiku/src/tests/kits/game/chart/
H A DChartRender.cpp61 pixels of the standard star matrix are visible when coming closer
186 Returns true if the star seems to be visible (in the pyramid of vision,
188 clear that the star isnot visible. */
196 get the copy of the star that is the only one likely to be visible from
262 which pixel of the star matrix are visible (if any). This depend of the
288 goto visible;
297 goto visible;
298 /* The pixel is not visible. The star is marked as not drawn. */
302 visible:
303 /* The pixel is visible
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp525 RemoteHWInterface::SetCursorVisible(bool visible) argument
527 HWInterface::SetCursorVisible(visible);
530 message.Add(visible);
H A DRemoteHWInterface.h69 virtual void SetCursorVisible(bool visible);
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.cpp368 // visible. But that doesn't harm.
794 // Convenience function: Sets a view's visibility state to /visible/.
796 // This function never calls Hide() on a hidden or Show() on a visible
800 set_visible_state(BView* view, bool visible, bool* currentlyVisible)
803 if (*currentlyVisible != visible) {
804 if (visible)
808 *currentlyVisible = visible;
816 // Checks which of scroll bars need to be visible according to
851 // is visible (if it does exist at all).
944 // Returns an approximation of the visible rec
[all...]
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dsimple-text-output.h140 bool visible) EFIAPI;
/haiku/src/system/boot/platform/next_m68k/
H A Dconsole.cpp36 virtual void SetCursorVisible(bool visible);

Completed in 190 milliseconds

1234