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...

Definition#include <sqlguipart/sqlguiview.h>
InheritsQWidget (qt) [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Slots

Signals

Public Members

Protected Members

Private Methods

Private Slots

Private Members


Detailed Description

* 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*  selectedDB ()

selectedDB

QString*  selectedTable ()

selectedTable

QFrame* Kasten

Kasten

QTable* ResultList

ResultList

QListView* DATABASES

DATABASES

QMultiLineEdit* sqlEdit

sqlEdit

QPushButton* sqlEditClear

sqlEditClear

QPushButton* sqlSubmit

sqlSubmit

QComboBox* sqlHistory

sqlHistory

QSplitter* Line1

Line1

SqlGuiDocgetDocument ()

getDocument

[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  message ( QString* )

message

void  setDocument ( SqlGuiDoc* d)

setDocument

void  print (QPrinter *pPrinter)

print

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]

void  slotDbMenu ( QListViewItem* item, const QPoint & pos, int num )

slotDbMenu

[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]

void  slotUpdateLastAction (QString* db, QString* tab, QString* prim)

slotUpdateLastAction

[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]

void  doQuery ( QString * Base, QString * Query )

doQuery

[signal]

void  createDb ()

createDb

[signal]

void  deleteDb ( QString* )

deleteDb

[signal]

void  createTable ()

createTable

[signal]

void  deleteTable ( QString* db, QString* tb )

deleteTable

[signal]

void  checkTable ( QString* db, QString* tb )

checkTable

[signal]

void  optimizeTable ( QString* db, QString* tb )

optimizeTable

[signal]

void  repairTable ( QString* db, QString* tb )

repairTable

[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]

KLocale* kl

kl

[protected]

QFileDialog* whatfile2

whatfile2

[private]

QString* lastActionDB

lastActionDB

[private]

QString* lastActionTab

lastActionTab

[private]

QString* lastActionPrim

lastActionPrim

[private]

int exportdata

exportdata

[private]

int exportform

exportform

[private]

column_t * colu

colu

[private]

bool fast

fast

[private]

int maxNumRowsResultlist

maxNumRowsResultlist

[private]

int maxNumColsResultlist

maxNumColsResultlist

[private]

QWidget * myParentWidget

myParentWidget

[private]

SqlGuiDoc* doc

doc

[private]

void  resizeEvent ( QResizeEvent * )

resizeEvent

[private]

QPopupMenu * menu

menu

[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.