Searched defs:model (Results 76 - 100 of 112) sorted by relevance

12345

/haiku/src/kits/tracker/
H A DTextWidget.cpp70 BTextWidget::BTextWidget(Model* model, BColumn* column, BPoseView* view) argument
H A DPose.cpp73 BPose::BPose(Model* model, BPoseView* view, uint32 clipboardMode, argument
H A DNavMenu.cpp150 const Model* model = item->TargetModel(); local
571 AddOneItem(Model* model) argument
583 NewModelItem(Model* model, const BMessage* invokeMessage, const BMessenger& target, bool suppressFolderHierarchy, BContainerWindow* parentWindow, const BObjectList<BString>* typeslist, TrackingHookData* hook) argument
687 Model* model = new Model(&entry); local
787 AddNavDir(const Model* model, uint32 what, BHandler* target, bool populateSubmenu) argument
809 AddNavParentDir(const char* name,const Model* model, uint32 what, BHandler* target) argument
828 AddNavParentDir(const Model* model, uint32 what, BHandler* target) argument
[all...]
H A DIconCache.cpp493 Model* model = modelOpener->TargetModel(); local
576 GetVolumeIcon(AutoLock<SimpleIconCache>*nodeCacheLocker, AutoLock<SimpleIconCache>* sharedCacheLocker, AutoLock<SimpleIconCache>** resultingOpenCache, Model* model, IconSource &source, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap) argument
671 GetWellKnownIcon(AutoLock<SimpleIconCache>*, AutoLock<SimpleIconCache>* sharedCacheLocker, AutoLock<SimpleIconCache>** resultingOpenCache, Model* model, IconSource &source, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap) argument
784 GetNodeIcon(ModelNodeLazyOpener* modelOpener, AutoLock<SimpleIconCache>* nodeCacheLocker, AutoLock<SimpleIconCache>** resultingOpenCache, Model* model, IconSource& source, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry, bool permanent) argument
849 GetGenericIcon(AutoLock<SimpleIconCache>* sharedCacheLocker, AutoLock<SimpleIconCache>** resultingOpenCache, Model* model, IconSource &source, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry) argument
881 GetFallbackIcon(AutoLock<SimpleIconCache>* sharedCacheLocker, AutoLock<SimpleIconCache>** resultingOpenCache, Model* model, IconDrawMode mode, BSize size, LazyBitmapAllocator* lazyBitmap, IconCacheEntry* entry) argument
909 Preload(AutoLock<SimpleIconCache>* nodeCacheLocker, AutoLock<SimpleIconCache>* sharedCacheLocker, AutoLock<SimpleIconCache>** resultingCache, Model* model, IconDrawMode mode, BSize size, bool permanent) argument
1098 Draw(Model* model, BView* view, BPoint where, IconDrawMode mode, BSize size, bool async) argument
1128 SyncDraw(Model* model, BView* view, BPoint where, IconDrawMode mode, BSize size, void (*blitFunc)(BView*, BPoint, BBitmap*, void*), void* passThruState) argument
1151 Preload(Model* model, IconDrawMode mode, BSize size, bool permanent) argument
1199 Deleting(const Model* model) argument
1211 Removing(const Model* model) argument
1229 IconChanged(Model* model) argument
1374 IconHitTest(BPoint where, const Model* model, IconDrawMode mode, BSize size) argument
1775 IconChanged(const Model* model) argument
[all...]
H A DModel.cpp838 Model::SetLinkTo(Model* model) argument
[all...]
H A DFilePanelPriv.cpp94 GetLinkFlavor(const Model* model, bool resolve = true) argument
214 Model* model = new Model(); local
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.cpp212 WidgetAttributeText::NewWidgetText(const Model* model, argument
278 WidgetAttributeText(const Model* model, const BColumn* column) argument
391 AttrAsString(const Model* model, BString* outString, const char* attrName, int32 attrType, float width, BView* view, int64* resultingValue) argument
476 StringAttributeText(const Model* model, const BColumn* column) argument
576 ScalarAttributeText(const Model* model, const BColumn* column) argument
637 PathAttributeText(const Model* model, const BColumn* column) argument
664 OriginalPathAttributeText(const Model* model, const BColumn* column) argument
691 KindAttributeText(const Model* model, const BColumn* column) argument
720 NameAttributeText(const Model* model, const BColumn* column) argument
812 RealNameAttributeText(const Model* model, const BColumn* column) argument
881 OwnerAttributeText(const Model* model, const BColumn* column) argument
908 GroupAttributeText(const Model* model, const BColumn* column) argument
939 ModeAttributeText(const Model* model, const BColumn* column) argument
982 SizeAttributeText(const Model* model, const BColumn* column) argument
1047 TimeAttributeText(const Model* model, const BColumn* column) argument
1090 CreationTimeAttributeText(const Model* model, const BColumn* column) argument
1110 ModificationTimeAttributeText( const Model* model, const BColumn* column) argument
1130 GenericAttributeText(const Model* model, const BColumn* column) argument
1746 DurationAttributeText(const Model* model, const BColumn* column) argument
1828 CheckboxAttributeText(const Model* model, const BColumn* column) argument
1908 RatingAttributeText(const Model* model, const BColumn* column) argument
1987 OpenWithRelationAttributeText(const Model* model, const BColumn* column, const BPoseView* view) argument
2045 VersionAttributeText(const Model* model, const BColumn* column, bool app) argument
[all...]
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp172 RatePackageWindow(BWindow* parent, BRect frame, Model& model) argument
H A DFeaturedPackagesView.cpp60 StackedFeaturedPackagesView(Model& model) argument
685 FeaturedPackagesView::FeaturedPackagesView(Model& model) argument
H A DPackageListView.cpp369 PackageColumn::PackageColumn(Model* model, const char* title, float width, argument
854 PackageListView::PackageListView(Model* model) argument
H A DUserLoginWindow.cpp122 UserLoginWindow::UserLoginWindow(BWindow* parent, BRect frame, Model& model) argument
/haiku/src/add-ons/translators/raw/
H A DRAW.h18 char model[128]; member in struct:image_meta_info
H A DRAW.cpp69 char make[64], model[64], soft[32], date[20]; member in struct:tiff_header
[all...]
/haiku/src/kits/interface/
H A DChannelControl.cpp46 BChannelControl(BRect frame, const char* name, const char* label, BMessage* model, int32 channel_count, uint32 resizingMode, uint32 flags) argument
73 BChannelControl(const char* name, const char* label, BMessage* model, int32 channelCount, uint32 flags) argument
H A DChannelSlider.cpp77 BChannelSlider(BRect area, const char* name, const char* label, BMessage* model, int32 channels, uint32 resizeMode, uint32 flags) argument
85 BChannelSlider(BRect area, const char* name, const char* label, BMessage* model, orientation orientation, int32 channels, uint32 resizeMode, uint32 flags) argument
96 BChannelSlider(const char* name, const char* label, BMessage* model, orientation orientation, int32 channels, uint32 flags) argument
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.cpp46 TableModelListener::TableRowsAdded(TableModel* model, int32 rowIndex, argument
53 TableModelListener::TableRowsRemoved(TableModel* model, int32 rowIndex, argument
60 TableModelListener::TableRowsChanged(TableModel* model, int32 rowIndex, argument
67 TableModelListener::TableModelReset(TableModel* model) argument
282 Table::Column::Column(TableModel* model, TableColumn* tableColumn) argument
296 Table::Column::SetModel(AbstractTableModelBase* model) argument
390 Table(TableModel* model, const char* name, uint32 flags, border_style borderStyle, bool showHorizontalScrollbar) argument
410 SetTableModel(TableModel* model) argument
603 TableRowsAdded(TableModel* model, int32 rowIndex, int32 count) argument
648 TableRowsRemoved(TableModel* model, int32 rowIndex, int32 count) argument
669 TableRowsChanged(TableModel* model, int32 rowIndex, int32 count) argument
680 TableModelReset(TableModel* model) argument
[all...]
H A DTreeTable.cpp139 TreeTableModelListener::TableNodesAdded(TreeTableModel* model, argument
146 TreeTableModelListener::TableNodesRemoved(TreeTableModel* model, argument
153 TreeTableModelListener::TableNodesChanged(TreeTableModel* model, argument
160 TreeTableModelListener::TableModelReset(TreeTableModel* model) argument
324 TreeTable::Column::Column(TreeTableModel* model, TableColumn* tableColumn) argument
338 TreeTable::Column::SetModel(AbstractTableModelBase* model) argument
686 TreeTable(TreeTableModel* model, const char* name, uint32 flags, border_style borderStyle, bool showHorizontalScrollbar) argument
707 SetTreeTableModel(TreeTableModel* model) argument
961 TableNodesAdded(TreeTableModel* model, const TreeTablePath& path, int32 childIndex, int32 count) argument
973 TableNodesRemoved(TreeTableModel* model, const TreeTablePath& path, int32 childIndex, int32 count) argument
985 TableNodesChanged(TreeTableModel* model, const TreeTablePath& path, int32 childIndex, int32 count) argument
1001 TableModelReset(TreeTableModel* model) argument
[all...]
/haiku/src/kits/debugger/controllers/
H A DDebugReportGenerator.cpp294 const char* model = get_cpu_model_string(platform, cpuVendor, cpuModel); local
/haiku/src/add-ons/kernel/drivers/power/x86_cpuidle/
H A Dacpi_cpuidle.cpp375 uint32 model = (cpu->arch.extended_model << 4) + cpu->arch.model; local
/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp366 int model = info.eax_1.model; local
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp153 GeneralInfoView::GeneralInfoView(Model* model) argument
303 GeneralInfoView::InitStrings(const Model* model) argument
409 ModelChanged(Model* model, BMessage* message) argument
511 ReLinkTargetModel(Model* model) argument
[all...]
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp377 HeaderModelListener::HeaderAdded(HeaderModel* model, int32 index) argument
383 HeaderModelListener::HeaderRemoved(HeaderModel* model, int32 index) argument
389 HeaderModelListener::HeaderMoved(HeaderModel* model, int32 fromIndex, argument
629 HeaderModel* model = fParent->Model(); local
727 HeaderModel* model = new(std::nothrow) HeaderModel; local
855 HeaderView::SetModel(HeaderModel* model) argument
942 HeaderAdded(HeaderModel* model, int32 index) argument
959 HeaderRemoved(HeaderModel* model, int32 index) argument
969 HeaderMoved(HeaderModel* model, int32 fromIndex, int32 toIndex) argument
[all...]
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp1194 BTranslatorRoster::BTranslatorRoster(BMessage* model) argument
/haiku/src/system/kernel/arch/x86/
H A Dioapic.cpp643 acpi_object_type model; local
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp100 void SetModel(Model* model) argument
292 virtual void SetModel(Model* model) argument
509 virtual void ItemsSelected(ListSelectionModel* model, int32 index, argument
518 virtual void ItemsDeselected(ListSelectionModel* model, int3 argument
673 SetModel(Model* model) argument
1791 SetModel(Model* model) argument
[all...]

Completed in 252 milliseconds

12345