Public Member Functions | |
| CopyDialogView (Window *pParent, const Rect &rFrame) | |
| ~CopyDialogView () | |
| void | Run () |
| bool | GetPath (int iIndex, String &pPath) |
| String | GetDestination () |
| void | AddSource (const String &szPath) |
| void | AddSource (const FileReference &pFileReference) |
| void | AddSource (FileReference *pFileReference) |
| void | Set (const String &szDestination) |
| void | Set (const Directory &cDestination) |
| void | HandleMessage (const Message *pMessage) |
Friends | |
| class | CopyDialog |
| class | CopyThread |
Classes | |
| class | Private |
| CopyDialogView::~CopyDialogView | ( | ) |
| void CopyDialogView::Run | ( | ) |
| bool CopyDialogView::GetPath | ( | int | iIndex, | |
| String & | pPath | |||
| ) |
| String CopyDialogView::GetDestination | ( | ) |
| void CopyDialogView::AddSource | ( | const String & | szPath | ) |
| void SkyGI::CopyDialogView::AddSource | ( | const FileReference & | pFileReference | ) |
| void SkyGI::CopyDialogView::AddSource | ( | FileReference * | pFileReference | ) |
| void CopyDialogView::Set | ( | const String & | szDestination | ) |
| void SkyGI::CopyDialogView::Set | ( | const Directory & | cDestination | ) |
| void CopyDialogView::HandleMessage | ( | const Message * | pMessage | ) | [virtual] |
Reimplemented from SkyGI::Window.
friend class CopyDialog [friend] |
friend class CopyThread [friend] |
1.5.1-p1