Public Member Functions | |
| DesktopLink () | |
| DesktopLink (const FileReference &pFileReference) | |
| ~DesktopLink () | |
| bool | SetTo (const FileReference &pFileReference) |
| void | Unset () |
| bool | IsValid () |
| String | GetName () |
| String | GetExecutable () |
| String | GetIconPath () |
| String | GetWorkingFolder () |
| String | GetArgumentString () |
| Point | GetPreferredPosition () |
| void | SetName (const String &szName) |
| void | SetExecutable (const String &szExecutable) |
| void | SetIconPath (const String &szIconPath) |
| void | SetWorkingFolder (const String &szWorkingFolder) |
| void | SetArgumentString (const String &szArgumentString) |
| void | SetPreferredPosition (const Point &pPoint) |
| bool | Write (const String &szPath) |
| bool | WriteToDesktop (const String &szLinkName="", const String &szUser="") |
| String | GetPath () |
Classes | |
| class | Private |
| DesktopLink::DesktopLink | ( | ) |
| DesktopLink::DesktopLink | ( | const FileReference & | pFileReference | ) |
| DesktopLink::~DesktopLink | ( | ) |
| bool DesktopLink::SetTo | ( | const FileReference & | pFileReference | ) |
| void DesktopLink::Unset | ( | ) |
| bool DesktopLink::IsValid | ( | ) |
| String DesktopLink::GetName | ( | ) |
| String DesktopLink::GetExecutable | ( | ) |
| String DesktopLink::GetIconPath | ( | ) |
| String DesktopLink::GetWorkingFolder | ( | ) |
| String DesktopLink::GetArgumentString | ( | ) |
| Point DesktopLink::GetPreferredPosition | ( | ) |
| void DesktopLink::SetName | ( | const String & | szName | ) |
| void DesktopLink::SetExecutable | ( | const String & | szExecutable | ) |
| void DesktopLink::SetIconPath | ( | const String & | szIconPath | ) |
| void DesktopLink::SetWorkingFolder | ( | const String & | szWorkingFolder | ) |
| void DesktopLink::SetArgumentString | ( | const String & | szArgumentString | ) |
| void DesktopLink::SetPreferredPosition | ( | const Point & | pPoint | ) |
| bool DesktopLink::Write | ( | const String & | szPath | ) |
| String DesktopLink::GetPath | ( | ) |
1.5.1-p1