Searched refs:model (Results 76 - 100 of 195) sorted by relevance

12345678

/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp94 GetLinkFlavor(const Model* model, bool resolve = true) argument
96 if (model && model->IsSymLink()) {
99 model = model->LinkTo();
101 if (!model)
104 if (model->IsDirectory())
214 Model* model = new Model(); local
218 if (model->SetTo(startDir) == B_OK && model
602 Model* model = selectionList->FirstItem()->TargetModel(); local
621 Model* model = selectionList->ItemAt(index)->TargetModel(); local
677 NewPoseView(Model* model, uint32) argument
1390 Model* model = (PoseView()->SelectionList()-> local
1686 Model* model = selection->FirstItem()->TargetModel(); local
1705 Model* model = selection->ItemAt(index)->TargetModel(); local
1757 BFilePanelPoseView(Model* model) argument
[all...]
H A DWidgetAttributeText.h56 // from a model that is passed in and knows how to display the
100 static status_t AttrAsString(const Model* model, BString* result,
216 GenericAttributeText(const Model* model, const BColumn* column);
244 DurationAttributeText(const Model* model, const BColumn* column);
254 CheckboxAttributeText(const Model* model, const BColumn* column);
270 RatingAttributeText(const Model* model, const BColumn* column);
451 AppShortVersionAttributeText(const Model* model, argument
454 VersionAttributeText(model, column, true)
462 SystemShortVersionAttributeText(const Model* model, argument
465 VersionAttributeText(model, colum
[all...]
H A DVirtualDirectoryEntryList.cpp24 VirtualDirectoryEntryList::VirtualDirectoryEntryList(Model* model) argument
38 fStatus = manager->ResolveDirectoryPaths(*model->NodeRef(),
39 *model->EntryRef(), directoryPaths, &fDefinitionFileRef);
H A DThumbnails.cpp124 GenerateThumbnailJob(Model* model, const BFile& file, argument
127 fMimeType(model->MimeType()),
269 GenerateThumbnail(Model* model, color_space colorSpace, BSize size) argument
275 if ((*it)->fNodeRef == *model->NodeRef())
280 BFile* file = dynamic_cast<BFile*>(model->Node());
289 GenerateThumbnailJob* job = new(std::nothrow) GenerateThumbnailJob(model,
331 GetThumbnailFromAttr(Model* model, BBitmap* icon, BSize size) argument
333 if (model == NULL || icon == NULL)
336 status_t result = model->InitCheck();
344 BNode* node = model
[all...]
H A DVirtualDirectoryEntryList.h25 VirtualDirectoryEntryList(Model* model);
H A DQueryContainerWindow.cpp67 BQueryContainerWindow::NewPoseView(Model* model, uint32) argument
69 return new BQueryPoseView(model);
81 BQueryContainerWindow::CreatePoseView(Model* model) argument
83 fPoseView = NewPoseView(model, kListMode);
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.h121 virtual void HeaderAdded(HeaderModel* model, int32 index);
122 virtual void HeaderRemoved(HeaderModel* model, int32 index);
123 virtual void HeaderMoved(HeaderModel* model,
179 status_t SetModel(HeaderModel* model);
202 virtual void HeaderAdded(HeaderModel* model, int32 index);
203 virtual void HeaderRemoved(HeaderModel* model, int32 index);
204 virtual void HeaderMoved(HeaderModel* model,
H A DAbstractWaitObjectsPage.h16 #include "model/Model.h"
34 void SetModel(ModelType* model);
63 WaitObjectsTreeModel(ModelType* model, bool groupByName) argument
65 fModel(model),
350 ModelType* model; member in struct:AbstractWaitObjectsPage::WaitObjectsTreeModel::RootNode
352 RootNode(ModelType* model, bool groupByName) argument
354 model(model)
360 int32 count = model->CountWaitObjectGroups();
362 WaitObjectGroupType* group = model
475 SetModel(ModelType* model) argument
[all...]
H A DListSelectionModel.h68 virtual void ItemsSelected(ListSelectionModel* model,
70 virtual void ItemsDeselected(ListSelectionModel* model,
/haiku/src/system/kernel/arch/ppc/
H A Darch_system_info.cpp79 node->data.core.model = sPVR;
100 uint16 model = (uint16)(sPVR >> 16); local
105 if (model == kCPUModels[i].version) {
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DMainWindow.h41 void _SetModel(Model* model);
H A DSchedulingPage.h25 void SetModel(Model* model);
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DActivityPage.h23 void SetModel(ThreadModel* model);
/haiku/src/apps/text_search/
H A DInitialIterator.h29 InitialIterator(const Model* model);
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp32 ThreadModelLoader::ThreadModelLoader(Model* model, Model::Thread* thread, argument
36 fModel(model),
57 ThreadModel* model = fThreadModel;
60 return model;
95 // create a model
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.h36 Model *model, bool force = false);
H A DServerIconExportUpdateProcess.h25 Model* model, uint32 serverProcessOptions);
H A DServerReferenceDataUpdateProcess.h30 Model* model, uint32 serverProcessOptions);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_system_info.cpp38 node->data.core.model = 0;
/haiku/src/apps/haikudepot/packagemanagement/
H A DInstallPackageProcess.h33 PackageInfoRef package, Model* model);
H A DUninstallPackageProcess.cpp41 Model* model)
43 AbstractPackageProcess(package, model)
40 UninstallPackageProcess(PackageInfoRef package, Model* model) argument
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.h27 PackageListView(Model* model);
H A DPackageInfoView.h32 PackageInfoView(Model* model,
/haiku/src/apps/debuganalyzer/model/
H A DThreadModel.cpp39 ThreadModel::ThreadModel(Model* model, Model::Thread* thread) argument
41 fModel(model),
/haiku/src/apps/switcher/
H A DGroupListView.h40 GroupListModel* model = NULL,
47 virtual void SetModel(GroupListModel* model);

Completed in 192 milliseconds

12345678