input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qicon.html

output_urn
QIcon

inherits

public_types
 enum Mode { Normal, Disabled, Active, Selected }
 enum State { Off, On }

properties

public_functions
QIcon ()
QIcon ( const QPixmap & pixmap )
QIcon ( const QIcon & other )
QIcon ( const QString & fileName )
QIcon ( QIconEngine * engine )
QIcon ( QIconEngineV2 * engine )
~QIcon ()
 QSize actualSize ( const QSize & size, Mode mode = Normal, State state = Off ) const
 void addFile ( const QString & fileName, const QSize & size = QSize(), Mode mode = Normal, State state = Off )
 void addPixmap ( const QPixmap & pixmap, Mode mode = Normal, State state = Off )
 QList<QSize> availableSizes ( Mode mode = Normal, State state = Off ) const
 qint64 cacheKey () const
 bool isNull () const
 QString name () const
 void paint ( QPainter * painter, const QRect & rect, Qt::Alignment alignment = Qt::AlignCenter, Mode mode = Normal, State state = Off ) const
 void paint ( QPainter * painter, int x, int y, int w, int h, Qt::Alignment alignment = Qt::AlignCenter, Mode mode = Normal, State state = Off ) const
 QPixmap pixmap ( const QSize & size, Mode mode = Normal, State state = Off ) const
 QPixmap pixmap ( int w, int h, Mode mode = Normal, State state = Off ) const
 QPixmap pixmap ( int extent, Mode mode = Normal, State state = Off ) const
operator QVariant () const
 QIcon & operator= ( const QIcon & other )

public_slots

signals

static_public_members
 QIcon fromTheme ( const QString & name, const QIcon & fallback = QIcon() )
 bool hasThemeIcon ( const QString & name )
 void setThemeName ( const QString & name )
 void setThemeSearchPaths ( const QStringList & paths )
 QString themeName ()
 QStringList themeSearchPaths ()

protected_functions

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members
 QDataStream & operator<< ( QDataStream & stream, const QIcon & icon )
 QDataStream & operator>> ( QDataStream & stream, QIcon & icon )

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums
class_name
QIcon
name
Mode
key
Normal
Disabled
Active
Selected
public_flag
true
class_name
QIcon
name
State
key
Off
On
public_flag
true

parent_enums

parent_index

parent_name

