kexi
KexiNewProjectWizard Class Reference
List of all members.Detailed Description
Definition at line 37 of file KexiNewProjectWizard.h.
Public Member Functions | |
| KexiNewProjectWizard (KexiDBConnectionSet &conn_set, QWidget *parent=0, const char *name=0, bool modal=false, WFlags f=0) | |
| ~KexiNewProjectWizard () | |
| QString | projectDBName () const |
| QString | projectCaption () const |
| KexiDB::ConnectionData * | projectConnectionData () const |
| virtual void | show () |
| void | setConfirmOverwrites (bool set) |
Protected Slots | |
| void | slotLvTypesSelected (QListViewItem *) |
| void | slotLvTypesExecuted (QListViewItem *) |
| void | slotServerDBCaptionTxtChanged (const QString &capt) |
| void | slotServerDBNameTxtChanged (const QString &n) |
| virtual void | done (int r) |
| virtual void | next () |
| virtual void | accept () |
Protected Member Functions | |
| virtual void | showPage (QWidget *page) |
Protected Attributes | |
| KexiNewPrjTypeSelector * | m_prjtype_sel |
| KexiDBTitlePage * | m_db_title |
| KexiServerDBNamePage * | m_server_db_name |
| KexiProjectSelectorWidget * | m_project_selector |
| KexiConnSelectorWidget * | m_conn_sel |
| QWidget * | m_conn_sel_widget |
| KexiNewProjectWizardPrivate * | d |
Member Function Documentation
| QString KexiNewProjectWizard::projectCaption | ( | ) | const |
- Returns:
- name for a new project. Used for both file- and serever- based projects.
Definition at line 401 of file KexiNewProjectWizard.cpp.
| KexiDB::ConnectionData * KexiNewProjectWizard::projectConnectionData | ( | ) | const |
- Returns:
- data of selected connection for new project, if server-based project type was selected. Returns NULL if no selection has been made or file-based project has been selected.
Definition at line 409 of file KexiNewProjectWizard.cpp.
| QString KexiNewProjectWizard::projectDBName | ( | ) | const |
- Returns:
- name for a new project's database if server-based project type was selected. Returns file name if file-based project was selected.
Definition at line 394 of file KexiNewProjectWizard.cpp.
| void KexiNewProjectWizard::setConfirmOverwrites | ( | bool | set | ) |
If true, user will be asked to accept overwriting existing project. This is true by default.
Definition at line 437 of file KexiNewProjectWizard.cpp.
| void KexiNewProjectWizard::show | ( | ) | [virtual] |
Reimplemented for internal reasons
Definition at line 236 of file KexiNewProjectWizard.cpp.
The documentation for this class was generated from the following files:

