31 return m_Path.absolutePath();
36 return m_Path.exists();
41 return m_Path.fileName();
46 return m_Path.absolutePath();
66 if (
const IPathEditorInput* other = dynamic_cast<const IPathEditorInput*>(o))
68 return other->GetPath() == this->
GetPath();
Light weight base class for most BlueBerry classes.