Lines Matching defs:Model

42 #include "Model.h"
77 #define B_TRANSLATION_CONTEXT "Model"
81 BObjectList<Model>* writableOpenModelList = NULL;
82 BObjectList<Model>* readOnlyOpenModelList = NULL;
86 // #pragma mark - Model()
89 Model::Model()
103 Model::Model(const Model& other)
120 fLinkTo = new Model(*other.LinkTo());
134 Model::Model(const node_ref* dirNode, const node_ref* node, const char* name,
147 Model::Model(const BEntry* entry, bool open, bool writable)
159 Model::Model(const entry_ref* ref, bool traverse, bool open, bool writable)
177 Model::DeletePreferredAppVolumeNameLinkTo()
180 Model* tmp = fLinkTo;
193 Model::~Model()
205 // this check allows us to use temporary Model in the IconCache
219 Model::SetTo(const BEntry* entry, bool open, bool writable)
245 Model::SetTo(const entry_ref* newRef, bool traverse, bool open, bool writable)
277 Model::SetTo(const node_ref* dirNode, const node_ref* nodeRef,
312 Model::InitCheck() const
319 Model::CompareFolderNamesFirst(const Model* compareModel) const
324 const Model* resolvedCompareModel = compareModel->ResolveIfLink();
325 const Model* resolvedMe = ResolveIfLink();
344 Model::Name() const
377 Model::OpenNode(bool writable)
389 Model::UpdateStatAndOpenNode(bool writable)
411 Model::OpenNodeCommon(bool writable)
493 writableOpenModelList = new BObjectList<Model>(100);
499 readOnlyOpenModelList = new BObjectList<Model>(100);
513 Model::CloseNode()
533 Model::IsNodeOpen() const
541 Model::IsNodeOpenForWriting() const
548 Model::SetupBaseType()
580 Model::CacheLocalizedName()
594 Model::FinishSettingUpType()
730 Model::ShouldUseWellKnownIcon() const
740 Model::CheckAppIconHint() const
765 Model::ResetIconFrom()
787 Model::PreferredAppSignature() const
797 Model::SetPreferredAppSignature(const char* signature)
811 const Model*
812 Model::ResolveIfLink() const
824 Model*
825 Model::ResolveIfLink()
838 Model::SetLinkTo(Model* model)
852 Model::UpdateEntryRef(const node_ref* dirNode, const char* name)
872 Model::WatchVolumeAndMountPoint(uint32 , BHandler* target)
882 Model mountPointModel(&mountPointEntry);
894 Model::AttrChanged(const char* attrName)
944 Model::StatChanged()
967 Model::IsDropTarget(const Model* forDocument, bool traverse) const
1009 Model::CanHandleResult
1010 Model::CanHandleDrops() const
1029 Model model(&entry);
1092 Model::SupportsMimeType(const char* type, const BObjectList<BString>* list,
1155 Model::IsDropTargetForList(const BObjectList<BString>* list) const
1173 Model::IsSuperHandler() const
1201 Model::GetEntry(BEntry* entry) const
1208 Model::GetPath(BPath* path) const
1216 Model::Mimeset(bool force)
1232 Model::WriteAttr(const char* attr, type_code type, off_t offset,
1245 Model::WriteAttrKillForeign(const char* attr, const char* foreignAttr,
1261 Model::GetLongVersionString(BString &result, version_kind kind)
1284 Model::GetVersionString(BString &result, version_kind kind)
1310 Model::PrintToStream(int32 level, bool deep)
1428 Model tmp(&tmpEntry);
1438 Model::TrackIconSource(icon_size size)