You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pytde/sip/tdeui/kmessagebox.sip

261 lines
12 KiB

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