Searched refs:visible (Results 1 - 25 of 94) sorted by relevance

1234

/haiku-fatelf/headers/private/interface/
H A DDraggerPrivate.h16 static void UpdateShowAllDraggers(bool visible) argument
17 { BDragger::_UpdateShowAllDraggers(visible); }
/haiku-fatelf/src/kits/interface/
H A DAbstractLayout.cpp19 const char* const kVisibleField = "BAbstractLayout:visible";
53 virtual void SetVisible(bool visible) = 0;
73 visible(true)
131 return visible;
134 void SetVisible(bool visible) argument
136 this->visible = visible;
151 err = archive->AddBool(kVisibleField, visible);
168 err = archive->FindBool(kVisibleField, &visible);
178 bool visible; member in struct:BAbstractLayout::DataProxy
247 SetVisible(bool visible) argument
405 SetVisible(bool visible) argument
[all...]
H A DViewLayoutItem.cpp112 BViewLayoutItem::SetVisible(bool visible) argument
114 if (visible != IsVisible()) {
115 if (visible)
H A DListItem.cpp218 BListItem::SetItemVisible(bool visible) argument
220 fVisible = visible;
H A DViewLayoutItem.h28 virtual void SetVisible(bool visible);
H A DDragger.cpp67 bool visible; member in struct:__anon274::DraggerManager
73 visible(false),
395 manager->visible = true;
414 manager->visible = false;
434 link.Read<bool>(&manager->visible);
440 return manager->visible;
614 BDragger::_UpdateShowAllDraggers(bool visible) argument
620 manager->visible = visible;
H A DSpaceLayoutItem.cpp21 const char* const kVisibleField = "BSpaceLayoutItem:visible";
182 BSpaceLayoutItem::SetVisible(bool visible) argument
184 fVisible = visible;
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A DxbCollapsibleLists.js25 function List(visible, width, height, bgColor, collapsedImageURL, expandedImageURL)
31 this.visible = visible;
98 if ( listObj.visible )
156 if ( listObj.visible )
202 if ( flList && this.lists[ i ].visible )
235 if ( this.visible )
236 styleObj.setVisibility( 'visible' );
244 if (this.types[i] == 'list' && this.lists[i].visible)
272 if (!this.visible)
[all...]
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-wingeneral.c172 /* We can't really make windows visible, or invisible. So we have to
173 delete the entire window when making it visible, and create it
174 again when making it visible. */
176 make_visible (struct tui_gen_win_info *win_info, int visible) argument
182 if (visible)
192 else if (!visible &&
218 make_all_visible (int visible) argument
229 visible);
230 make_visible ((struct tui_gen_win_info *) tui_win_list[i], visible);
/haiku-fatelf/src/system/kernel/
H A DTeamThreadTables.h94 return element != NULL && (!visibleOnly || element->visible)
110 entry->visible = false;
135 if (nextEntry->id >= 0 && (!visibleOnly || nextEntry->visible)) {
/haiku-fatelf/src/apps/packagemanager/
H A DApplicationWindow.h24 ApplicationWindow(BRect frame, bool visible);
/haiku-fatelf/src/apps/showimage/
H A DToolBarView.h36 void SetActionVisible(uint32 command, bool visible);
H A DToolBarView.cpp96 ToolBarView::SetActionVisible(uint32 command, bool visible) argument
104 item->SetVisible(visible);
/haiku-fatelf/src/apps/webpositive/
H A DDownloadWindow.h44 DownloadWindow(BRect frame, bool visible,
/haiku-fatelf/src/kits/tracker/
H A DDesktopPoseView.h56 void ShowVolumes(bool visible, bool showShared);
H A DDesktopPoseView.cpp184 DesktopPoseView::ShowVolumes(bool visible, bool showShared) argument
188 if (!visible)
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dc14n.c44 int nsPrevStart; /* the begginning of the stack for previous visible node */
45 int nsPrevEnd; /* the end of the stack for previous visible node */
596 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
625 if(visible) {
647 if(visible && !has_empty_ns) {
701 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
754 if(visible) {
775 if(visible && xmlC14NIsVisible(ctx, ns, cur)) {
780 if(visible) {
792 * we need to check that attribute is visible an
1117 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
1228 int visible; local
[all...]
/haiku-fatelf/src/preferences/filetypes/
H A DAttributeListView.cpp117 bool visible; local
118 if (attributes.FindBool("attr:viewable", index, &visible) != B_OK)
119 visible = false;
130 width, visible, editable);
139 int32 width, bool visible, bool editable)
147 fVisible(visible),
137 AttributeItem(const char* name, const char* publicName, type_code type, const char* displayAs, int32 alignment, int32 width, bool visible, bool editable) argument
H A DAttributeListView.h17 const char* displayAs, int32 alignment, int32 width, bool visible,
/haiku-fatelf/headers/os/interface/
H A DListItem.h68 void SetItemVisible(bool visible);
H A DSpaceLayoutItem.h33 virtual void SetVisible(bool visible);
/haiku-fatelf/src/apps/mediaplayer/
H A DVideoView.h52 void SetFullscreenControlsVisible(bool visible);
/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_markers.h71 bool visible(int x, int y, int r) const function in class:agg::renderer_markers
80 if(visible(x, y, r))
90 if(visible(x, y, r))
123 if(visible(x, y, r))
135 if(visible(x, y, r))
159 if(visible(x, y, r))
195 if(visible(x, y, r))
231 if(visible(x, y, r))
267 if(visible(x, y, r))
303 if(visible(
[all...]
/haiku-fatelf/src/libs/glut/
H A DglutWindow.cpp133 visible = true;
597 bgl->visible = true;
599 if (!bgl->visible || info->buffer_state == B_DIRECT_STOP)
644 bgl->visible = !minimize;
653 bgl->visible = false;
661 bgl->visible = true;
/haiku-fatelf/headers/private/shared/
H A DCalendarView.h92 void SetDayNameHeaderVisible(bool visible);
95 void SetWeekNumberHeaderVisible(bool visible);

Completed in 315 milliseconds

1234