|
SCV
4.2.1
Simple Components for Visual
|
This class calls a FileOpenDialog from the system. More...
#include <FileOpen.h>
Public Member Functions | |
| ~FileOpen (void) | |
| void | showDialog () |
| Create a open file dialog for user choose the file. | |
| std::string | getFilePath () |
| Return the path of the last file selected. | |
Friends | |
| class | Singleton< FileOpen > |
Additional Inherited Members | |
Static Public Member Functions inherited from Singleton< T > | |
| static void | setInstance (T *instance) |
| static T * | getInstance () |
| static void | destroyInstance () |
Protected Member Functions inherited from Singleton< T > | |
| Singleton (void) | |
| virtual | ~Singleton (void) |
| Singleton (const Singleton &source) | |
Static Protected Attributes inherited from Singleton< T > | |
| static T * | _instance = 0 |
This class calls a FileOpenDialog from the system.
| scv::FileOpen::~FileOpen | ( | void | ) |
| std::string scv::FileOpen::getFilePath | ( | ) |
Return the path of the last file selected.
| void scv::FileOpen::showDialog | ( | ) |
Create a open file dialog for user choose the file.