Searched refs:Model (Results 1 - 25 of 166) sorted by relevance

1234567

/haiku/src/apps/debuganalyzer/gui/main_window/
H A DWaitObjectsPage.h11 #include "Model.h"
16 : public AbstractWaitObjectsPage<Model, Model::WaitObjectGroup,
17 Model::WaitObject> {
H A DGeneralPage.h20 void SetModel(Model* model);
23 Model* fModel;
H A DMainWindow.h10 #include "Model.h"
30 void OpenTeamWindow(Model::Team* team);
31 void OpenThreadWindow(Model::Thread* thread);
41 void _SetModel(Model* model);
50 Model* fModel;
H A DTeamsPage.h20 void SetModel(Model* model);
33 Model* fModel;
H A DThreadsPage.h20 void SetModel(Model* model);
33 Model* fModel;
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinatorFactory.h13 class Model;
25 static ProcessCoordinator* CreateIncrementViewCounter(Model* model,
30 Model* model, bool forceLocalUpdate);
35 Model* model);
38 Model* model, BMessage* message);
41 Model* model, ScreenshotCoordinate& screenshotCoordinate);
47 Model* model, BMessage* message);
50 Model* model, BMessage* message);
53 Model* model, BMessage* message);
56 Model* mode
[all...]
/haiku/src/apps/debuganalyzer/gui/thread_window/
H A DGeneralPage.h20 void SetModel(Model* model, Model::Thread* thread);
23 Model* fModel;
24 Model::Thread* fThread;
H A DWaitObjectsPage.h16 Model::ThreadWaitObject> {
H A DThreadWindow.h8 #include "Model.h"
20 Model* model, Model::Thread* thread);
41 Model* fModel;
42 Model::Thread* fThread;
/haiku/src/apps/haikudepot/server/
H A DIncrementViewCounterProcess.h9 #include "Model.h"
13 class Model;
19 Model* model,
35 Model* fModel;
H A DCacheScreenshotProcess.h13 class Model;
19 Model* model, ScreenshotCoordinate& screenshotCoordinate);
29 Model* fModel;
H A DPopulatePkgSizesProcess.h11 #include "Model.h"
21 PopulatePkgSizesProcess(Model* model);
34 Model* fModel;
/haiku/src/kits/tracker/
H A DModel.h78 class Model { class in namespace:BPrivate
80 Model();
81 Model(const Model& other);
82 Model(const BEntry* entry, bool open = false, bool writable = false);
83 Model(const entry_ref*, bool traverse = false, bool open = false,
85 Model(const node_ref* dirNode, const node_ref* node, const char* name,
87 ~Model();
89 Model& operator=(const Model
[all...]
H A DThumbnails.h20 class Model;
23 status_t GetThumbnailFromAttr(Model* model, BBitmap* icon, BSize size);
H A DWidgetAttributeText.h46 class Model;
61 WidgetAttributeText(const Model*, const BColumn*);
81 static WidgetAttributeText* NewWidgetText(const Model*,
100 static status_t AttrAsString(const Model* model, BString* result,
104 Model* TargetModel() const;
126 mutable Model* fModel;
139 inline Model*
148 StringAttributeText(const Model*, const BColumn*);
176 ScalarAttributeText(const Model*, const BColumn*);
216 GenericAttributeText(const Model* mode
[all...]
/haiku/src/apps/debuganalyzer/model/
H A DModel.h35 class Model : public BReferenceable { class in inherits:BReferenceable
58 Model(const char* dataSourceName,
62 ~Model();
170 struct Model::creation_time_id {
176 struct Model::type_and_object {
182 class Model::CPU {
194 struct Model::IOOperation {
212 struct Model::IORequest {
255 class Model::IOScheduler {
271 class Model
[all...]
H A DModel.cpp7 #include "Model.h"
67 Model::CPU::CPU()
75 Model::CPU::SetIdleTime(nanotime_t time)
84 Model::IORequest::IORequest(
95 Model::IORequest::~IORequest()
100 /*static*/ Model::IORequest*
101 Model::IORequest::Create(system_profiler_io_request_scheduled* scheduledEvent,
114 Model::IORequest::Delete()
123 Model::IOScheduler::IOScheduler(system_profiler_io_scheduler_added* event,
135 Model
622 Model::Model(const char* dataSourceName, void* eventData, size_t eventDataSize, function in class:Model
[all...]
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.h9 #include "Model.h"
17 ThreadModelLoader(Model* model,
18 Model::Thread* thread,
44 Model* fModel;
45 Model::Thread* fThread;
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.h41 #include "Model.h"
49 FilePermissionsView(BRect, Model*);
51 void ModelChanged(Model*);
58 Model* fModel;
H A DAttributesView.h14 #include "Model.h"
22 AttributesView(Model* model);
H A DHeaderView.h48 #include "Model.h"
53 HeaderView(Model*);
56 void ModelChanged(Model*, BMessage*);
57 void ReLinkTargetModel(Model*);
93 // Model data
94 Model* fModel;
95 Model* fIconModel;
H A DInfoWindow.h53 class Model;
59 BInfoWindow(Model*, int32 groupIndex,
64 Model* TargetModel() const;
81 Model* fModel;
104 inline Model*
/haiku/src/apps/haikudepot/ui/
H A DSettingsWindow.h20 class Model;
25 SettingsWindow(BWindow* parent, Model* model);
36 Model* fModel;
H A DFeaturedPackagesView.h12 #include "Model.h"
22 FeaturedPackagesView(Model& model);
42 Model& fModel;
/haiku/src/apps/haikudepot/packagemanagement/
H A DAbstractPackageProcess.h16 class Model;
22 Model* model);
36 Model* fModel;

Completed in 188 milliseconds

1234567