class SqlGuiView
|
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. More... |
|
|
Public Methods
Public Slots
Signals
Public Members
Protected Members
Private Methods
Private Slots
- void slotEditorQuery ()
- void slotEditorAddHistory ()
- void slotDoubleClickQuery (QListViewItem * item)
- void slotDbMenu ( QListViewItem* item, const QPoint & pos, int num )
- void slotDbMenu ( int row, int col, int button, const QPoint & mousePos )
- void slotCreateDB ()
- void slotCreateTable ()
- void slotCheckTable ()
- void slotOptimizeTable ()
- void slotRepairTable ()
- void slotUpdateTable (int row, int col)
- void slotUpdateLastAction (QString* db, QString* tab, QString* prim)
- void slotConfirmOverwrite (const QString & filename)
- void slotWriteFile ()
- void slotServerStatus ()
- void slotTableRowCount ()
- void slotSelectionChanged ()
- void slotExportDlg (int what, int form)
- void slotExportDlg2 ()
- void slotSetExport (int what, int form)
- void slotSelectExport ( const QString & expfile)
- void slotToDo ()
Private Members
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version. *
*
*************************************************************************
SqlGuiView (QWidget *parent = 0, const char *name=0)
| SqlGuiView |
~SqlGuiView ()
| ~SqlGuiView |
QString* selectedTable ()
| selectedTable |
[const]
returns a pointer to the document connected to the view instance. Mind that this method requires a SqlGuiApp instance as a parent
widget to get to the window document pointer by calling the SqlGuiApp::getDocument() method.
See also: SqlGuiApp#getDocument
QString * getLastActionDB ()
| getLastActionDB |
QString * getLastActionTab ()
| getLastActionTab |
QString * getLastActionPrim ()
| getLastActionPrim |
void deleteBase ()
| deleteBase |
void deleteTable ()
| deleteTable |
void slotUpdateMainView ()
| slotUpdateMainView |
[slot]
void slotUpdateResultList ()
| slotUpdateResultList |
[slot]
void slotDeleteBase ()
| slotDeleteBase |
[slot]
void slotDeleteTable ()
| slotDeleteTable |
[slot]
void slotExport ()
| slotExport |
[slot]
void slotQueryDone ()
| slotQueryDone |
[slot]
void slotQueryUnDone ()
| slotQueryUnDone |
[slot]
void slotSetFast ( bool b )
| slotSetFast |
[slot]
void slotAddTableData ()
| slotAddTableData |
[slot]
void slotEditorQuery ()
| slotEditorQuery |
[private slots slot]
void slotEditorAddHistory ()
| slotEditorAddHistory |
[private slots slot]
void slotDoubleClickQuery (QListViewItem * item)
| slotDoubleClickQuery |
[private slots slot]
[private slots slot]
void slotDbMenu ( int row, int col, int button, const QPoint & mousePos )
| slotDbMenu |
[private slots slot]
void slotCreateDB ()
| slotCreateDB |
[private slots slot]
void slotCreateTable ()
| slotCreateTable |
[private slots slot]
void slotCheckTable ()
| slotCheckTable |
[private slots slot]
void slotOptimizeTable ()
| slotOptimizeTable |
[private slots slot]
void slotRepairTable ()
| slotRepairTable |
[private slots slot]
void slotUpdateTable (int row, int col)
| slotUpdateTable |
[private slots slot]
[private slots slot]
void slotConfirmOverwrite (const QString & filename)
| slotConfirmOverwrite |
[private slots slot]
void slotWriteFile ()
| slotWriteFile |
[private slots slot]
void slotServerStatus ()
| slotServerStatus |
[private slots slot]
void slotTableRowCount ()
| slotTableRowCount |
[private slots slot]
void slotSelectionChanged ()
| slotSelectionChanged |
[private slots slot]
void slotExportDlg (int what, int form)
| slotExportDlg |
[private slots slot]
void slotExportDlg2 ()
| slotExportDlg2 |
[private slots slot]
void slotSetExport (int what, int form)
| slotSetExport |
[private slots slot]
void slotSelectExport ( const QString & expfile)
| slotSelectExport |
[private slots slot]
void slotToDo ()
| slotToDo |
[private slots slot]
[signal]
void createDb ()
| createDb |
[signal]
void deleteDb ( QString* )
| deleteDb |
[signal]
void createTable ()
| createTable |
[signal]
[signal]
[signal]
[signal]
[signal]
void gotResult ()
| gotResult |
[signal]
void overwrite (const QString & filename)
| overwrite |
[signal]
void donotoverwrite (const QString & filename)
| donotoverwrite |
[signal]
void gotQueryDone ()
| gotQueryDone |
[signal]
void gotQueryNotDone ()
| gotQueryNotDone |
[signal]
void statusBarRequest ( const QString & msg )
| statusBarRequest |
[signal]
void serverStatusRequested ()
| serverStatusRequested |
[signal]
void countRowRequested ( QString* _db, QString* _tb )
| countRowRequested |
[signal]
void selectionChanged ( bool on )
| selectionChanged |
[signal]
[protected]
[private]
[private]
QString* lastActionTab
| lastActionTab |
[private]
QString* lastActionPrim
| lastActionPrim |
[private]
int exportdata
| exportdata |
[private]
int exportform
| exportform |
[private]
[private]
[private]
int maxNumRowsResultlist
| maxNumRowsResultlist |
[private]
int maxNumColsResultlist
| maxNumColsResultlist |
[private]
QWidget * myParentWidget
| myParentWidget |
[private]
[private]
[private]
[private]
int exportIndex
| exportIndex |
[private]
int counterIndex
| counterIndex |
[private]
int tcheckIndex
| tcheckIndex |
[private]
int toptimizeIndex
| toptimizeIndex |
[private]
int trepairIndex
| trepairIndex |
[private]
int tcreateIndex
| tcreateIndex |
[private]
int tdeleteIndex
| tdeleteIndex |
[private]
int teditIndex
| teditIndex |
[private]
int dcreateIndex
| dcreateIndex |
[private]
int ddeleteIndex
| ddeleteIndex |
[private]
int insertIndex
| insertIndex |
[private]
Generated by: marcus on voyager on Mon Sep 16 15:31:33 2002, using kdoc 2.0a53. |