SCV  4.2.1
Simple Components for Visual
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
scv::FileOpen Class Reference

This class calls a FileOpenDialog from the system. More...

#include <FileOpen.h>

Inheritance diagram for scv::FileOpen:
Singleton< T >

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
 

Detailed Description

This class calls a FileOpenDialog from the system.

Constructor & Destructor Documentation

scv::FileOpen::~FileOpen ( void  )

Member Function Documentation

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.

Friends And Related Function Documentation

friend class Singleton< FileOpen >
friend

The documentation for this class was generated from the following files: