27 return m_Path.absolutePath();
32 return m_Path.exists();
37 return m_Path.fileName();
42 return m_Path.absolutePath();
62 if (
const IPathEditorInput* other = dynamic_cast<const IPathEditorInput*>(o))
64 return other->GetPath() == this->
GetPath();
Light weight base class for most BlueBerry classes.