From 9c02dbb59ce57c68dc177d9294b980bf114a3e11 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 24 Jul 2013 15:59:03 -0500 Subject: Update to TDE R14 API --- doc/html/classKShowMailApp.html | 68 ++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 34 deletions(-) (limited to 'doc/html/classKShowMailApp.html') diff --git a/doc/html/classKShowMailApp.html b/doc/html/classKShowMailApp.html index 9d618a8..6fb4b55 100644 --- a/doc/html/classKShowMailApp.html +++ b/doc/html/classKShowMailApp.html @@ -1,6 +1,6 @@ -kshowmail.kdevelop: KShowMailApp Class Reference +kshowmail.tdevelop: KShowMailApp Class Reference @@ -32,12 +32,12 @@ void delayNextRefresh ()

Static Public Attributes

-static KAboutData * m_pAbout +static TDEAboutData * m_pAbout

Protected Slots

-void slotStatusHelpMsg (const QString &text) +void slotStatusHelpMsg (const TQString &text) -void slotStatusMsg (const QString &text) +void slotStatusMsg (const TQString &text) void slotConfChanged () @@ -79,7 +79,7 @@ void slotShowFilterLog () -void slotAccountActivated (QListViewItem *) +void slotAccountActivated (TQListViewItem *) void slotSendFeedbackMail () @@ -98,9 +98,9 @@ virtual bool queryExit () -virtual void timerEvent (QTimerEvent *) +virtual void timerEvent (TQTimerEvent *) -virtual bool event (QEvent *e) +virtual bool event (TQEvent *e) void initFirstRefresh () @@ -119,7 +119,7 @@ KCMultiDialog * SetupDialog -KAction * m_actionRefresh +TDEAction * m_actionRefresh ConfigList m_ConfigList @@ -127,7 +127,7 @@ KShowMailDockm_pDockWindow -QTimer * m_pTimer +TQTimer * m_pTimer Types::State_Type m_state @@ -146,10 +146,10 @@

Detailed Description

-The base class for Kshowmail application windows. It sets up the main window and reads the config file as well as providing a menubar, toolbar and statusbar. An instance of KshowmailView creates your center view, which is connected to the window's Doc object. KShowMailApp reimplements the methods that KMainWindow provides for main window handling and supports full session management as well as keyboard accelerator configuration by using KAccel.
See also:
KMainWindow

-KApplication

-KConfig

-KAccel

+The base class for Kshowmail application windows. It sets up the main window and reads the config file as well as providing a menubar, toolbar and statusbar. An instance of KshowmailView creates your center view, which is connected to the window's Doc object. KShowMailApp reimplements the methods that TDEMainWindow provides for main window handling and supports full session management as well as keyboard accelerator configuration by using TDEAccel.
See also:
TDEMainWindow

+TDEApplication

+TDEConfig

+TDEAccel

Author:
Source Framework Automatically Generated by KDevelop, (c) The KDevelop Team.
Version:
KDevelop version 0.4 code generation
@@ -288,7 +288,7 @@ initializes the document object of the main window that is connected to the view

-creates the centerwidget of the KMainWindow instance and sets it as the view +creates the centerwidget of the TDEMainWindow instance and sets it as the view

@@ -307,8 +307,8 @@ creates the centerwidget of the KMainWindow instance and sets it as the view

-queryClose is called by KMainWindow on each closeEvent of a window. Against the default implementation (only returns true), this calles saveModified() on the document object to ask if the document should be saved if Modified; on cancel the closeEvent is rejected.

See also:
KMainWindow::queryClose

-KMainWindow::closeEvent

+queryClose is called by TDEMainWindow on each closeEvent of a window. Against the default implementation (only returns true), this calles saveModified() on the document object to ask if the document should be saved if Modified; on cancel the closeEvent is rejected.
See also:
TDEMainWindow::queryClose

+TDEMainWindow::closeEvent

@@ -328,19 +328,19 @@ KMainWindow::closeEvent

-queryExit is called by KMainWindow when the last window of the app is going to be closed during the closeEvent(). Against the default implementation that just returns true, this calls saveOptions() to save the settings of the last window's properties.

See also:
KMainWindow::queryExit

-KMainWindow::closeEvent

+queryExit is called by TDEMainWindow when the last window of the app is going to be closed during the closeEvent(). Against the default implementation that just returns true, this calls saveOptions() to save the settings of the last window's properties.
See also:
TDEMainWindow::queryExit

+TDEMainWindow::closeEvent

- +

- + @@ -350,17 +350,17 @@ KMainWindow::closeEvent

-overwrite method of QObject; will be invoked by the internal QObject-Timer the timer is set to 1 second in the construtor; this method sets the time to the next refresh in the statusbar and animates the "?" in the traybar, when the refresh is working +overwrite method of TQObject; will be invoked by the internal TQObject-Timer the timer is set to 1 second in the construtor; this method sets the time to the next refresh in the statusbar and animates the "?" in the traybar, when the refresh is working

- +

void KShowMailApp::timerEvent (QTimerEvent * TQTimerEvent *   )  [protected, virtual]
- + @@ -370,7 +370,7 @@ overwrite method of QObject; will be invoked by the internal QObject-Timer the t

-overwrite method of QWidget; to hide the taskbar button +overwrite method of TQWidget; to hide the taskbar button

@@ -430,14 +430,14 @@ Stops the refresh timer. Starts the refresh timer for the next refresh.

- +

bool KShowMailApp::event (QEvent * TQEvent *  e  )  [protected, virtual]
- + @@ -455,14 +455,14 @@ Changes the status message of the whole statusbar for two seconds, then restores

- +

void KShowMailApp::slotStatusHelpMsg (const QString & const TQString &  text  )  [protected, slot]
- + @@ -863,14 +863,14 @@ Connected with the standard setup action. If the application state is "idle" (m_ Shows the filter log.

- +

void KShowMailApp::slotStatusMsg (const QString & const TQString &  text  )  [protected, slot]
- + @@ -1057,7 +1057,7 @@ The setup dialog. Created and used by
void KShowMailApp::slotAccountActivated (QListViewItem * TQListViewItem *   )  [protected, slot]
- +
KAction* KShowMailApp::m_actionRefresh [private] TDEAction* KShowMailApp::m_actionRefresh [private]
@@ -1117,7 +1117,7 @@ The window into the system tray.
- +
QTimer* KShowMailApp::m_pTimer [private] TQTimer* KShowMailApp::m_pTimer [private]
@@ -1177,7 +1177,7 @@ The filter log.
- +
KAboutData * KShowMailApp::m_pAbout [static] TDEAboutData * KShowMailApp::m_pAbout [static]
@@ -1204,7 +1204,7 @@ Contains information about KShowMail, including author, license, version etc. Th


The documentation for this class was generated from the following files: -
Generated on Tue Apr 1 21:59:50 2008 for kshowmail.kdevelop by  +
Generated on Tue Apr 1 21:59:50 2008 for kshowmail.tdevelop by  doxygen 1.5.0
-- cgit v1.2.1