// qlabel.sip generated by MetaSIP on Fri Sep 28 17:07:47 2007 // // This file is part of the QtGui Python extension module. // // Copyright (c) 2007 // Phil Thompson // // This file is part of PyQt. // // This copy of PyQt is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License version 2 as published by // the Free Software Foundation and appearing in the file LICENSE included in the // packaging of this file. // // PyQt is supplied 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 // PyQt; see the file LICENSE. If not, write to the Free Software Foundation, // Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. class QLabel : QFrame { %TypeHeaderCode #include %End public: %If (Qt_4_2_0 -) QLabel(QWidget *parent /TransferThis/ = 0, Qt::WindowFlags f = 0); %End %If (- Qt_4_2_0) QLabel(QWidget *parent /TransferThis/ = 0, Qt::WFlags f = 0); %End %If (Qt_4_2_0 -) QLabel(const QString &text, QWidget *parent /TransferThis/ = 0, Qt::WindowFlags f = 0); %End %If (- Qt_4_2_0) QLabel(const QString &text, QWidget *parent /TransferThis/ = 0, Qt::WFlags f = 0); %End virtual ~QLabel(); QString text() const; const QPixmap *pixmap() const; const QPicture *picture() const; QMovie *movie() const; Qt::TextFormat textFormat() const; void setTextFormat(Qt::TextFormat); Qt::Alignment alignment() const; void setAlignment(Qt::Alignment); void setWordWrap(bool on); bool wordWrap() const; int indent() const; void setIndent(int); int margin() const; void setMargin(int); bool hasScaledContents() const; void setScaledContents(bool); virtual QSize sizeHint() const; virtual QSize minimumSizeHint() const; void setBuddy(QWidget *); QWidget *buddy() const; virtual int heightForWidth(int) const; %If (Qt_4_2_0 -) bool openExternalLinks() const; %End %If (Qt_4_2_0 -) void setTextInteractionFlags(Qt::TextInteractionFlags flags); %End %If (Qt_4_2_0 -) Qt::TextInteractionFlags textInteractionFlags() const; %End %If (Qt_4_2_0 -) void setOpenExternalLinks(bool open); %End public slots: void clear(); void setMovie(QMovie *movie); void setNum(double /Constrained/); void setNum(int); void setPicture(const QPicture &); void setPixmap(const QPixmap &); void setText(const QString &); signals: %If (Qt_4_2_0 -) void linkActivated(const QString &link); %End %If (Qt_4_2_0 -) void linkHovered(const QString &link); %End protected: virtual bool event(QEvent *e); virtual void paintEvent(QPaintEvent *); virtual void changeEvent(QEvent *); %If (Qt_4_2_0 -) virtual void keyPressEvent(QKeyEvent *ev); %End %If (Qt_4_2_0 -) virtual void mousePressEvent(QMouseEvent *ev); %End %If (Qt_4_2_0 -) virtual void mouseMoveEvent(QMouseEvent *ev); %End %If (Qt_4_2_0 -) virtual void mouseReleaseEvent(QMouseEvent *ev); %End %If (Qt_4_2_0 -) virtual void contextMenuEvent(QContextMenuEvent *ev); %End %If (Qt_4_2_0 -) virtual void focusInEvent(QFocusEvent *ev); %End %If (Qt_4_2_0 -) virtual void focusOutEvent(QFocusEvent *ev); %End %If (Qt_4_2_0 -) virtual bool focusNextPrevChild(bool next); %End private: QLabel(const QLabel &); };