class KPopupTitle
|
KPopupMenu title widget.
More... |
|
|
Public Methods
- KPopupTitle (QWidget *parent=0, const char *name=0)
- KPopupTitle (KPixmapEffect::GradientType gradient, const QColor &color, const QColor &textColor, QWidget *parent=0, const char *name=0)
- KPopupTitle (const KPixmap &background, const QColor &color, const QColor &textColor, QWidget *parent=0, const char *name=0)
- void setTitle (const QString &text, const QPixmap *icon=NULL)
- QString title ()
- QPixmap icon ()
- QSize sizeHint () const
Protected Methods
Protected Members
- KPixmapEffect::GradientType grType
- QString titleStr
- KPixmap fill
- QPixmap miniicon
- QColor fgColor
- QColor bgColor
- QColor grHigh
- QColor grLow
- bool useGradient
- Forward KPopupTitlePrivate
- KPopupTitlePrivate *d
Detailed Description
Title widget for use in KPopupMenu.
You usually don't have to create this manually since
KPopupMenu::insertTitle will do it for you, but it is allowed if
you wish to customize it's look.
| KPopupTitle (QWidget *parent=0, const char *name=0)
|
Create a title widget with the user specified gradient, pixmap,
and colors.
| KPopupTitle (KPixmapEffect::GradientType gradient, const QColor &color, const QColor &textColor, QWidget *parent=0, const char *name=0)
|
Create a title widget with the specified gradient and colors.
Create a title widget with the specified pixmap and colors.
Set the title string and optional icon for the title widget.
You will
want to call this before inserting into a menu.
Retrieve the current title.
Retrieve the current icon.
Reimplemented from QWidget
- Author: Daniel M. Duley <mosfet@kde.org>
- Generated: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 04:29:58 2001, using kdoc 2.0a35.