|
|
#include <MemoryX/gui-plugins/PriorMemoryEditor/CollectionCreateDialog.h>
Inheritance diagram for CollectionCreateDialog:Public Member Functions | |
| CollectionCreateDialog (QWidget *parent=0) | |
| std::string | getCollectionName () const |
| std::string | getDBName () const |
| void | setCollectionPrefix (const std::string &prefix) |
| void | setDatabases (const NameList &dbNames) |
| ~CollectionCreateDialog () override | |
Definition at line 37 of file CollectionCreateDialog.h.
|
explicit |
Definition at line 29 of file CollectionCreateDialog.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:
|
override |
Definition at line 35 of file CollectionCreateDialog.cpp.
| std::string getCollectionName | ( | ) | const |
Definition at line 65 of file CollectionCreateDialog.cpp.
| std::string getDBName | ( | ) | const |
Definition at line 59 of file CollectionCreateDialog.cpp.
| void setCollectionPrefix | ( | const std::string & | prefix | ) |
Definition at line 41 of file CollectionCreateDialog.cpp.
| void setDatabases | ( | const NameList & | dbNames | ) |
Definition at line 48 of file CollectionCreateDialog.cpp.