|
|
| SqlGuiPart ( QWidget *parentWidget, const char *widgetName, QObject *parent, const char *name, const QStringList &args )
| SqlGuiPart |
| ~SqlGuiPart ()
| ~SqlGuiPart |
[virtual]
| SqlGuiDoc* getDocument ()
| getDocument |
[const]
| SqlGuiView* getView ()
| getView |
[const]
| KAboutData* createAboutData ()
| createAboutData |
[static]
| void openDocumentFile (const KURL& url)
| openDocumentFile |
| base_t getDBObj ()
| getDBObj |
| QString getHostname ()
| getHostname |
| QString getBasename ()
| getBasename |
| QString getUser ()
| getUser |
| QString getProtocol ()
| getProtocol |
| bool isConnected ()
| isConnected |
| bool process (const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData)
| process |
| void slotBaseNew ()
| slotBaseNew |
[slot]
| void slotFileNew ()
| slotFileNew |
[slot]
| void slotFileOpen ()
| slotFileOpen |
[slot]
| void slotFileOpenRecent (const KURL& _url)
| slotFileOpenRecent |
[slot]
| void slotFileSave ()
| slotFileSave |
[slot]
| void slotFileSaveAs ()
| slotFileSaveAs |
[slot]
| void slotFileClose ()
| slotFileClose |
[slot]
| void slotFilePrint ()
| slotFilePrint |
[slot]
| void slotFileQuit ()
| slotFileQuit |
[slot]
| void slotEditCut ()
| slotEditCut |
[slot]
| void slotEditCopy ()
| slotEditCopy |
[slot]
| void slotEditPaste ()
| slotEditPaste |
[slot]
| void slotStatusMsg (const QString &text)
| slotStatusMsg |
[slot]
| void slotDisplayErrorMsg (QString * msg)
| slotDisplayErrorMsg |
[slot]
| void slotDocReConnect ()
| slotDocReConnect |
[slot]
| void slotDeleteTableRequest ()
| slotDeleteTableRequest |
[slot]
| void slotDeleteBaseRequest ()
| slotDeleteBaseRequest |
[slot]
| void slotSetFastMode ()
| slotSetFastMode |
[slot]
| void slotAddConn ()
| slotAddConn |
[slot]
| void slotSomethingChanged ()
| slotSomethingChanged |
[slot]
| void slotSomethingWeirdHappened ()
| slotSomethingWeirdHappened |
[slot]
| void slotData ( KIO::Job* kio_job, const QByteArray & d )
| slotData |
[slot]
| void slotRedirection ( KIO::Job* kio_job, const KURL & url)
| slotRedirection |
[slot]
| int read ( int* _cmd, QByteArray & d )
| read |
[slot]
| void userChanged ( QString u )
| userChanged |
[signal]
| void hostChanged ( QString h )
| hostChanged |
[signal]
| void connectionComplete ()
| connectionComplete |
[signal]
| bool openFile ()
| openFile |
[protected virtual]
Reimplemented from ReadOnlyPart.
| bool openURL (const KURL& _url)
| openURL |
[protected]
Reimplemented from ReadOnlyPart.
| void saveOptions ()
| saveOptions |
[protected]
| void readOptions ()
| readOptions |
[protected]
| void initActions ()
| initActions |
[protected]
| void createDocument ( int type = 0)
| createDocument |
[protected]
| void initDocument (int type)
| initDocument |
[protected]
| void initView ( QWidget* parentWidget )
| initView |
[protected]
| bool queryClose ()
| queryClose |
[protected virtual]
| bool queryExit ()
| queryExit |
[protected virtual]
| void slotShowServerStatus ( QString stat )
| slotShowServerStatus |
[protected slots slot]
| void slotEnableExport ( bool on )
| slotEnableExport |
[protected slots slot]
| void slotInsertDataRequest ()
| slotInsertDataRequest |
[protected slots slot]
| void slotAddConnData (QString h, QString u, QString p, QString b, int type)
| slotAddConnData |
[protected slots slot]
| void slotLoginData (QString h, QString u, QString p, QString b, int type )
| slotLoginData |
[protected slots slot]
| KConfig * config | config |
[private]
| SqlGuiView * view | view |
[private]
| SqlGuiDoc * doc | doc |
[private]
| QDialog * waiter | waiter |
[private]
| KAction* fileNew | fileNew |
[private]
| KAction* fileOpen | fileOpen |
[private]
| KRecentFilesAction* fileOpenRecent | fileOpenRecent |
[private]
| KAction* fileSave | fileSave |
[private]
| KAction* fileSaveAs | fileSaveAs |
[private]
| KAction* fileClose | fileClose |
[private]
| KAction* filePrint | filePrint |
[private]
| KAction* fileQuit | fileQuit |
[private]
| KAction* editCut | editCut |
[private]
| KAction* editCopy | editCopy |
[private]
| KAction* editPaste | editPaste |
[private]
| KToggleAction* viewToolBar | viewToolBar |
[private]
| KToggleAction* viewStatusBar | viewStatusBar |
[private]
| KAction * fileNewBase | fileNewBase |
[private]
| KAction * fileReConnect | fileReConnect |
[private]
| KAction * fileDeleteBase | fileDeleteBase |
[private]
| KAction * fileDeleteTable | fileDeleteTable |
[private]
| KAction * databaseInsertData | databaseInsertData |
[private]
| KToggleAction * setFastMode | setFastMode |
[private]
| QWidget * myParentWidget | myParentWidget |
[private]
| KIO::TransferJob * m_job | m_job |
[private]
| KIO::Connection * m_con | m_con |
[private]
| KLocale * kl | kl |
[private]
| void* backendlib | backendlib |
[private]
| create_t* create_doc | create_doc |
[private]
| destroy_t* destroy_doc | destroy_doc |
[private]
| Generated by: marcus on voyager on Mon Sep 16 15:31:33 2002, using kdoc 2.0a53. |