Searched refs:SourcePathComponentNode (Results 1 – 2 of 2) sorted by relevance
46 class ImageFunctionsView::SourcePathComponentNode : public BReferenceable { class in ImageFunctionsView48 SourcePathComponentNode(SourcePathComponentNode* parent, in SourcePathComponentNode() function in ImageFunctionsView::SourcePathComponentNode65 virtual ~SourcePathComponentNode() in ~SourcePathComponentNode()97 SourcePathComponentNode* ChildAt(int32 index) in ChildAt()102 SourcePathComponentNode* FindChildByName(const BString& name) const in FindChildByName()114 bool AddChild(SourcePathComponentNode* child) in AddChild()126 bool RemoveChild(SourcePathComponentNode* child) in RemoveChild()168 SourcePathComponentNode* node) in CompareByComponentName()173 static int CompareComponents(const SourcePathComponentNode* a, in CompareComponents()174 const SourcePathComponentNode* b) in CompareComponents()[all …]
44 class SourcePathComponentNode; variable