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 void | setInstance (T *instance) |
static T * | getInstance () |
static void | destroyInstance () |
![]() | |
Singleton (void) | |
virtual | ~Singleton (void) |
Singleton (const Singleton &source) | |
![]() | |
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.