#include <TdkFileDlg.h>
Inheritance diagram for TdkFileDlg:
Constructor and Destructor Methods | |
Methods related to instantiation and destruction. | |
TdkFileDlg () | |
Constructor. | |
virtual | ~TdkFileDlg () |
Virtual destructor. | |
static TdkFileDlg * | DefaultObject () |
Method used by Abstract Factory. Returns a default object. | |
Public Member Functions | |
Specific File Dialog Methods | |
Methods related to file dialog. | |
virtual std::string | getFileName (const std::string &fullPath, const std::string &filter, const std::string &caption)=0 |
Method used by sinalize connect database operation. | |
virtual std::string | getDirectory ()=0 |
Retrieves a full path directory. |
TODO: 1)
TdkFileDlg::TdkFileDlg | ( | ) |
Constructor.
TdkFileDlg::~TdkFileDlg | ( | ) | [virtual] |
Virtual destructor.
static TdkFileDlg* TdkFileDlg::DefaultObject | ( | ) | [inline, static] |
virtual std::string TdkFileDlg::getFileName | ( | const std::string & | fullPath, | |
const std::string & | filter, | |||
const std::string & | caption | |||
) | [pure virtual] |
Method used by sinalize connect database operation.
fullPath | Full path directory. | |
filter | Types of files that can be open. | |
caption | Dialog title. |
virtual std::string TdkFileDlg::getDirectory | ( | ) | [pure virtual] |
Retrieves a full path directory.