diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 23:21:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 23:21:31 -0600 |
commit | cf71dc3ffcfe8e63b24996b54ba86664f0a178a9 (patch) | |
tree | 81e712ca8bbf6c424a0b71893c9c3be558cef787 /sip/tdeui/tdemessagebox.sip | |
parent | d9e36c69f058bd1a0902170cb61919663ef9eeb7 (diff) | |
download | pytde-cf71dc3ffcfe8e63b24996b54ba86664f0a178a9.tar.gz pytde-cf71dc3ffcfe8e63b24996b54ba86664f0a178a9.zip |
Fix prior commit
Diffstat (limited to 'sip/tdeui/tdemessagebox.sip')
-rw-r--r-- | sip/tdeui/tdemessagebox.sip | 260 |
1 files changed, 260 insertions, 0 deletions
diff --git a/sip/tdeui/tdemessagebox.sip b/sip/tdeui/tdemessagebox.sip new file mode 100644 index 0000000..b5a75fc --- /dev/null +++ b/sip/tdeui/tdemessagebox.sip @@ -0,0 +1,260 @@ +// +// Copyright 2006 Jim Bublitz <jbublitz@nwinternet.com> +// Earlier copyrights 1998 - 2005 Jim Bublitz and/or Phil Thompson +// may also apply + + +// Generated by preSip +// module tdeui version KDE 3.5.3 + + +// This software 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. +// +// This software is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public +// License along with this library; see the file COPYING. +// If not, write to the Free Software Foundation, Inc., +// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + + +class KMessageBox +{ +%TypeHeaderCode +#include <tdemessagebox.h> +%End + + +public: + + enum ButtonCode + { + Ok, + Cancel, + Yes, + No, + Continue + }; + + + enum DialogType + { + QuestionYesNo, + WarningYesNo, + WarningContinueCancel, + WarningYesNoCancel, + Information, + Sorry, + Error, + QuestionYesNoCancel + }; + + +%If ( KDE_3_4_0 - ) + + enum OptionsType + { + Notify, + AllowLink, + Dangerous, + PlainCaption, + NoExec + }; + +%End + + static int questionYesNo (TQWidget* /Transfer/, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); + +%If ( KDE_3_2_0 - ) + static int questionYesNoWId (WId, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); +%End + + static int questionYesNoCancel (TQWidget* /Transfer/, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); + +%If ( KDE_3_2_0 - ) + static int questionYesNoCancelWId (WId, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); +%End + + static int questionYesNoList (TQWidget* /Transfer/, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); + +%If ( KDE_3_2_0 - ) + static int questionYesNoListWId (WId, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); +%End + + static int warningYesNo (TQWidget* /Transfer/, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); + +%If ( KDE_3_2_0 - ) + static int warningYesNoWId (WId, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify |Dangerous ); + static int warningYesNoList (TQWidget* /Transfer/, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify |Dangerous ); + static int warningYesNoListWId (WId, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify |Dangerous ); +%End + + static int warningContinueCancel (TQWidget* /Transfer/, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::cont (), const TQString& = TQString ::null , int = Notify ); + +%If ( KDE_3_2_0 - ) + static int warningContinueCancelWId (WId, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::cont (), const TQString& = TQString ::null , int = Notify ); +%End + + +%If ( KDE_3_1_0 - ) + static int warningContinueCancelList (TQWidget* /Transfer/, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::cont (), const TQString& = TQString ::null , int = Notify ); + +%If ( KDE_3_2_0 - ) + static int warningContinueCancelListWId (WId, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::cont (), const TQString& = TQString ::null , int = Notify ); +%End + +%End + + static int warningYesNoCancel (TQWidget* /Transfer/, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); + +%If ( KDE_3_2_0 - ) + static int warningYesNoCancelWId (WId, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); + static int warningYesNoCancelList (TQWidget* /Transfer/, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); + static int warningYesNoCancelListWId (WId, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); +%End + + static void error (TQWidget* /Transfer/, const TQString&, const TQString& = TQString ::null , bool = 1); + +%If ( KDE_3_2_0 - ) + static void errorWId (WId, const TQString&, const TQString& = TQString ::null , int = Notify ); + +%If ( KDE_3_4_0 - ) + static void errorList (TQWidget* /Transfer/, const TQString&, const TQStringList&, const TQString& = TQString ::null , int = Notify ); + static void errorListWId (WId, const TQString&, const TQStringList&, const TQString& = TQString ::null , int = Notify ); +%End + +%End + + static void detailedError (TQWidget* /Transfer/, const TQString&, const TQString&, const TQString& = TQString ::null , bool = 1); + +%If ( KDE_3_2_0 - ) + static void detailedErrorWId (WId, const TQString&, const TQString&, const TQString& = TQString ::null , int = Notify ); +%End + + static void queuedDetailedError (TQWidget* /Transfer/, const TQString&, const TQString&, const TQString& = TQString ::null ); + +%If ( KDE_3_2_0 - ) + static void queuedDetailedErrorWId (WId, const TQString&, const TQString&, const TQString& = TQString ::null ); +%End + + static void sorry (TQWidget* /Transfer/, const TQString&, const TQString& = TQString ::null , bool = 1); + +%If ( KDE_3_2_0 - ) + static void sorryWId (WId, const TQString&, const TQString& = TQString ::null , int = Notify ); +%End + + static void detailedSorry (TQWidget* /Transfer/, const TQString&, const TQString&, const TQString& = TQString ::null , bool = 1); + +%If ( KDE_3_2_0 - ) + static void detailedSorryWId (WId, const TQString&, const TQString&, const TQString& = TQString ::null , int = Notify ); +%End + + static void information (TQWidget* /Transfer/, const TQString&, const TQString& = TQString ::null , const TQString& = TQString ::null , bool = 1); + +%If ( KDE_3_2_0 - ) + static void informationWId (WId, const TQString&, const TQString& = TQString ::null , const TQString& = TQString ::null , int = Notify ); +%End + + +%If ( KDE_3_1_0 - ) + static void informationList (TQWidget* /Transfer/, const TQString&, const TQStringList&, const TQString& = TQString ::null , const TQString& = TQString ::null , int = Notify ); + +%If ( KDE_3_2_0 - ) + static void informationListWId (WId, const TQString&, const TQStringList&, const TQString& = TQString ::null , const TQString& = TQString ::null , int = Notify ); +%End + +%End + + static void enableAllMessages (); + +%If ( KDE_3_2_0 - ) + static void enableMessage (const TQString&); +%End + + static void about (TQWidget* /Transfer/, const TQString&, const TQString& = TQString ::null , bool = 1); + +%If ( KDE_3_2_0 - ) + static int messageBox (TQWidget* /Transfer/, KMessageBox::DialogType, const TQString&, const TQString&, const KGuiItem&, const KGuiItem&, const TQString&, int = Notify ); +%End + + static int messageBox (TQWidget* /Transfer/, KMessageBox::DialogType, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), int = Notify ); + +%If ( KDE_3_2_0 - ) + static int messageBoxWId (WId, KMessageBox::DialogType, const TQString&, const TQString& = TQString ::null , const KGuiItem& = KStdGuiItem ::yes (), const KGuiItem& = KStdGuiItem ::no (), const TQString& = TQString ::null , int = Notify ); +%End + + +%If ( KDE_3_1_0 - ) + static void queuedMessageBox (TQWidget* /Transfer/, KMessageBox::DialogType, const TQString&, const TQString&, int); + +%If ( KDE_3_2_0 - ) + static void queuedMessageBoxWId (WId, KMessageBox::DialogType, const TQString&, const TQString&, int); +%End + +%End + + static void queuedMessageBox (TQWidget* /Transfer/, KMessageBox::DialogType, const TQString&, const TQString& = TQString ::null ); + +%If ( KDE_3_2_0 - ) + static void queuedMessageBoxWId (WId, KMessageBox::DialogType, const TQString&, const TQString& = TQString ::null ); + static bool shouldBeShownYesNo (const TQString&, KMessageBox::ButtonCode&); + static bool shouldBeShownContinue (const TQString&); + static void saveDontShowAgainYesNo (const TQString&, KMessageBox::ButtonCode); + static void saveDontShowAgainContinue (const TQString&); + static void setDontShowAskAgainConfig (TDEConfig*); + +%If ( KDE_3_3_0 - ) + static int createKMessageBox (KDialogBase*, TQMessageBox::Icon, const TQString&, const TQStringList&, const TQString&, bool*, int, const TQString& = TQString ::null ); + static int createKMessageBox (KDialogBase*, TQPixmap, const TQString&, const TQStringList&, const TQString&, bool*, int, const TQString& = TQString ::null , TQMessageBox::Icon = TQMessageBox ::Information ); +%End + +%End + + +public: + +%If ( KDE_3_2_0 - KDE_3_4_0 ) + + enum OptionsType + { + Notify, + AllowLink, + Dangerous + }; + +%End + + +public: + +%If ( - KDE_3_2_0 ) + + enum OptionsType + { + Notify, + AllowLink + }; + +%End + + +public: + +%If ( - KDE_3_0_3 ) +//ig static int warningContinueCancelList (TQWidget* /Transfer/, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = TQString ::null , const TQString& = TQString ::null , int = Notify ); +%End + + +%If ( KDE_3_0_3 - KDE_3_1_0 ) + static int warningContinueCancelList (TQWidget* /Transfer/, const TQString&, const TQStringList&, const TQString& = TQString ::null , const KGuiItem& = KGuiItem (), const TQString& = TQString ::null , int = Notify ); +%End + + +}; // class KMessageBox + |