Searched refs:views (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSample.java38 private SampleViews views; field in class:Sample
86 * Open the database and views.
92 views = new SampleViews(db);
144 views.getPartSet().iterator());
146 views.getSupplierSet().iterator());
148 views.getSupplierByCityMap().duplicates(
151 views.getShipmentSet().iterator());
153 views.getShipmentByPartMap().duplicates(
156 views.getShipmentBySupplierMap().duplicates(
167 Set parts = views
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSample.java37 private SampleViews views; field in class:Sample
85 * Open the database and views.
91 views = new SampleViews(db);
142 views.getPartSet().iterator());
144 views.getSupplierSet().iterator());
146 views.getSupplierByCityMap().duplicates(
149 views.getShipmentSet().iterator());
151 views.getShipmentByPartMap().duplicates(
154 views.getShipmentBySupplierMap().duplicates(
165 Set parts = views
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSample.java39 private SampleViews views; field in class:Sample
87 * Open the database and views.
93 views = new SampleViews(db);
144 views.getPartSet().iterator());
146 views.getSupplierSet().iterator());
148 views.getSupplierByCityMap().duplicates(
151 views.getShipmentSet().iterator());
153 views.getShipmentByPartMap().duplicates(
156 views.getShipmentBySupplierMap().duplicates(
167 Set parts = views
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSample.java40 private SampleViews views; field in class:Sample
88 * Open the database and views.
94 views = new SampleViews(db);
146 views.getPartSet().iterator());
148 views.getSupplierSet().iterator());
150 views.getSupplierByCityMap().duplicates(
153 views.getShipmentSet().iterator());
155 views.getShipmentByPartMap().duplicates(
158 views.getShipmentBySupplierMap().duplicates(
169 Set parts = views
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSample.java38 private SampleViews views; field in class:Sample
86 * Open the database and views.
92 views = new SampleViews(db);
143 views.getPartSet().iterator());
145 views.getSupplierSet().iterator());
147 views.getSupplierByCityMap().duplicates(
150 views.getShipmentSet().iterator());
152 views.getShipmentByPartMap().duplicates(
155 views.getShipmentBySupplierMap().duplicates(
166 Set parts = views
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/basic/
H A DSample.java38 private SampleViews views; field in class:Sample
86 * Open the database and views.
92 views = new SampleViews(db);
139 views.getPartEntrySet().iterator());
141 views.getSupplierEntrySet().iterator());
143 views.getShipmentEntrySet().iterator());
153 Map parts = views.getPartMap();
189 Map suppliers = views.getSupplierMap();
211 Map shipments = views.getShipmentMap();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DSample.java38 private SampleViews views; field in class:Sample
86 * Open the database and views.
92 views = new SampleViews(db);
143 views.getPartEntrySet().iterator());
145 views.getSupplierEntrySet().iterator());
147 views.getSupplierByCityMap().duplicates(
150 views.getShipmentEntrySet().iterator());
152 views.getShipmentByPartMap().duplicates(
155 views.getShipmentBySupplierMap().duplicates(
166 Map parts = views
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocument.tex89 If the view is not already in the list of views, adds the view and calls OnChangedViewList.
105 save and delete the document if no views exist.
179 Returns the list whose elements are the views on the document.
221 implementation saves and deletes the document if no views exist (the last
256 document, and notifies the views that the filename (in fact, the title) has changed.
265 views are notified that the filename has changed, to give windows an opportunity
266 to update their titles. All of the document's views are then updated.
289 Removes the view from the document's list of views, and calls OnChangedViewList.
346 If {\it notifyViews} is true, wxView::OnChangeFilename is called for all views.
360 Updates all views
[all...]
H A Dtdocview.tex23 and provide interface-independent operations upon it, and {\it views} to visualise and manipulate
24 the data. Documents know how to do input and output given stream objects, and views are responsible
26 If a document's data changes, all views should be updated to reflect the change.
43 to views or documents, for example OnPaint needs to be routed to wxView::OnDraw.
52 views. For a simple application, there will be just one wxDocTemplate.
99 the data, are explicitly separated out in this model, and the concept of multiple {\it views} onto
104 may be no call for {\it views} on {\it documents} or the ability to open, edit and save
161 documents and views. Each document template knows what file filters
166 and save lists of line segments. If you had two views of the data -- graphical,
207 A wxDocManager instance coordinates documents, views an
[all...]
H A Ddocmdipr.tex59 Deletes all views and documents. If no user input cancelled the
H A Ddocprfrm.tex68 Deletes all views and documents. If no user input cancelled the
H A Dview.tex66 Destructor. Removes itself from the document's list of views.
137 call to wxDocument::Close succeeded. For example, if your views
H A Ddoctempl.tex102 gathering a list of views relevant to a particular document.
H A Dcategory.tex461 \twocolitem{\helpref{wxDocManager}{wxdocmanager}}{Manages the documents and views in an application}
463 \twocolitem{\helpref{wxDocParentFrame}{wxdocparentframe}}{A parent frame to contain views}
465 %\twocolitem{\helpref{wxMDIDocParentFrame}{wxmdidocparentframe}}{An MDI parent frame to contain views}
H A Ddocmanag.tex463 displaying a list of valid views. This function is used in wxDocManager::CreateView.
H A Devthand.tex247 in the document/view architecture, documents and views are potential event handlers.
H A Dlistctrl.tex578 Note that this function only works in the icon and small icon views, not in
579 list or report views (this is a limitation of the native Win32 control).
H A Ddb.tex6 datasource, as well as allowing access to any tables/views defined in
546 this function will only work against databases which support views (currently
564 tables or views. Once the view is created, it can be queried exactly like
568 of a datasource which does support views.
708 If the view does not exist, this function will return true. Note that views are not supported with all datasources.
H A Dgrid.tex20 classes for custom grid views, grid data tables, cell editors and
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Ddebug.c273 memset(rc->views, 0, DEBUG_MAX_VIEWS * sizeof(struct debug_view *));
432 if (!db_info->views[i])
613 if (!debug_info->views[i])
630 if(!debug_info->views[i]->format_proc &&
631 !debug_info->views[i]->header_proc){
651 p_info->view = debug_info->views[i];
1112 if (!id->views[i])
1117 "number of views %i\n", id->name, view->name, i);
1121 id->views[i] = view;
1144 if (id->views[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Ddebug.h45 #define DEBUG_MAX_VIEWS 10 /* max number of views in proc fs */
74 struct debug_view* views[DEBUG_MAX_VIEWS]; member in struct:debug_info

Completed in 263 milliseconds