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/kcombobox.sip

131 lines
4.6 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 KComboBox : TQComboBox, TDECompletionBase
{
%TypeHeaderCode
#include <kcombobox.h>
%End
public:
KComboBox (TQWidget* /TransferThis/ = 0, const char* = 0);
KComboBox (bool, TQWidget* /TransferThis/ = 0, const char* = 0);
void setEditURL (const KURL&);
void insertURL (const KURL&, int = -1);
void insertURL (const TQPixmap&, const KURL&, int = -1);
void changeURL (const KURL&, int);
void changeURL (const TQPixmap&, const KURL&, int);
int cursorPosition () const;
virtual void setAutoCompletion (bool);
bool autoCompletion () const;
virtual void setContextMenuEnabled (bool);
bool isContextMenuEnabled () const;
void setURLDropsEnabled (bool);
bool isURLDropsEnabled () const;
bool contains (const TQString&) const;
void setTrapReturnKey (bool);
bool trapReturnKey () const;
virtual bool eventFilter (TQObject*, TQEvent*);
TDECompletionBox* completionBox (bool);
virtual void setLineEdit (TQLineEdit*);
signals:
void returnPressed ();
void returnPressed (const TQString&);
void completion (const TQString&);
void substringCompletion (const TQString&);
void textRotation (TDECompletionBase::KeyBindingType);
void completionModeChanged (TDEGlobalSettings::Completion);
void aboutToShowContextMenu (TQPopupMenu*);
public slots:
void rotateText (TDECompletionBase::KeyBindingType);
virtual void setCompletedText (const TQString&);
void setCompletedItems (const TQStringList&);
void setCurrentItem (const TQString&, bool = 0, int = -1);
void setCurrentItem (int);
protected slots:
virtual void itemSelected (TQListBoxItem*);
virtual void makeCompletion (const TQString&);
protected:
virtual void setCompletedText (const TQString&, bool);
virtual void create (WId = 0, bool = 1, bool = 1);
%If ( KDE_3_1_0 - )
virtual void wheelEvent (TQWheelEvent*);
%End
protected:
//igx virtual void virtual_hook (int, void*);
}; // class KComboBox
class KHistoryCombo : KComboBox
{
%TypeHeaderCode
#include <kcombobox.h>
%End
public:
KHistoryCombo (TQWidget* /TransferThis/ = 0, const char* = 0);
KHistoryCombo (bool, TQWidget* /TransferThis/ = 0, const char* = 0);
void setHistoryItems (TQStringList);
void setHistoryItems (TQStringList, bool);
TQStringList historyItems () const;
bool removeFromHistory (const TQString&);
void setPixmapProvider (KPixmapProvider*);
KPixmapProvider* pixmapProvider () const;
void reset ();
public slots:
void addToHistory (const TQString&);
void clearHistory ();
signals:
void cleared ();
protected:
virtual void keyPressEvent (TQKeyEvent*);
%If ( KDE_3_1_0 - )
virtual void wheelEvent (TQWheelEvent*);
%End
void insertItems (const TQStringList&);
bool useCompletion ();
protected:
//igx virtual void virtual_hook (int, void*);
}; // class KHistoryCombo