Pyro higlevel API
|
Classes | |
class | Private |
Public Member Functions | |
Path () | |
Path (const Path &cPath) | |
Path (const String &cPath) | |
~Path () | |
void | operator= (const Path &cPath) |
void | operator= (const String &cPath) |
bool | operator== (const Path &cPath) const |
void | SetTo (const String &cPath) |
void | Append (const Path &cPath) |
void | Append (const String &cName) |
String | GetLeaf () const |
String | GetPath () const |
Path | GetDir () const |
operator String () const | |
Path::Path | ( | ) |
Referenced by GetDir().
Path::Path | ( | const Path & | cPath | ) |
References os::Path::Private::m_pzPath, and SetTo().
Path::~Path | ( | ) |
void Path::Append | ( | const Path & | cPath | ) |
References os::Path::Private::m_pzPath.
Referenced by os::SymLink::ConstructPath(), os::IconDirectoryView::DragSelection(), os::FileRequester::HandleMessage(), os::IconDirectoryView::HandleMessage(), os::IconDirectoryView::Invoked(), os::IconDirectoryView::KeyDown(), os::IconDirectoryView::MouseMove(), os::IconDirectoryView::MouseUp(), OperationCopyFile(), and MountDialogScanner::ScanPath().
void Path::Append | ( | const String & | cName | ) |
Path Path::GetDir | ( | ) | const |
References os::Path::Private::m_pzPath, and Path().
Referenced by os::IconDirectoryView::Private::GetDriveIcon(), os::IconDirectoryView::MouseUp(), and UnmountThread().
String Path::GetLeaf | ( | ) | const |
String Path::GetPath | ( | ) | const |
References os::Path::Private::m_pzPath.
Referenced by os::IconDirectoryView::AttachedToWindow(), os::FileReference::FileReference(), os::IconDirectoryView::GetDirIcon(), os::IconDirectoryView::GetPath(), os::FileRequester::HandleMessage(), os::IconDirectoryView::HandleMessage(), os::IconDirectoryView::Invoked(), os::IconDirectoryView::KeyDown(), os::RegistrarManager::Launch(), os::IconDirectoryView::MouseUp(), os::IconDirectoryView::OpenContextMenu(), OperationCopyFile(), os::RegistrarManager::RegisterTypeHandler(), os::RegistrarManager::RegisterTypeIcon(), os::IconDirectoryView::ReRead(), MountDialogScanner::ScanPath(), os::RegistrarManager::SetDefaultHandler(), os::Settings::SetPath(), os::Directory::SetPath(), and os::IconDirectoryView::SetPath().
Path::operator String | ( | ) | const |
void Path::operator= | ( | const Path & | cPath | ) |
References os::Path::Private::m_pzPath, and SetTo().
bool Path::operator== | ( | const Path & | cPath | ) | const |
References os::Path::Private::m_pzPath.
void Path::SetTo | ( | const String & | cPath | ) |
References os::String::c_str(), and os::String::size().
Referenced by operator=(), Path(), and os::IconDirectoryView::SetPath().