
Public Member Functions | |
| MimeTypeData (const QString &i) | |
| QString | description () |
| QPixmap | regIcon () |
| QPixmap | bigIcon () |
Public Attributes | |
| QString | id |
| QString | extension |
| QList< AppLnk > | apps |
Private Member Functions | |
| void | loadPixmaps () |
Private Attributes | |
| QPixmap | regicon |
| QPixmap | bigicon |
| QString | desc |
|
|
Definition at line 39 of file mimetype.cpp. |
|
|
Definition at line 62 of file mimetype.cpp. References bigicon, and loadPixmaps(). Referenced by MimeType::bigPixmap(). |
|
|
Definition at line 48 of file mimetype.cpp. References apps, desc, QString::isEmpty(), and tr. Referenced by MimeType::description(). |
|
|
Definition at line 70 of file mimetype.cpp. References apps, QValueList< T >::begin(), bigicon, AppLnk::bigIconSize(), AppLnk::bigPixmap(), QValueList< T >::count(), QValueList< T >::end(), i, QString::isNull(), Resource::loadImage(), AppLnk::pixmap(), regicon, AppLnk::smallIconSize(), and t. |
|
|
Definition at line 55 of file mimetype.cpp. References loadPixmaps(), and regicon. Referenced by MimeType::pixmap(). |
|
|
Definition at line 46 of file mimetype.cpp. Referenced by MimeType::application(), description(), loadPixmaps(), MimeTypeData(), and MimeType::registerApp(). |
|
|
Definition at line 99 of file mimetype.cpp. Referenced by bigIcon(), and loadPixmaps(). |
|
|
Definition at line 100 of file mimetype.cpp. Referenced by description(). |
|
|
Definition at line 45 of file mimetype.cpp. |
|
|
Definition at line 44 of file mimetype.cpp. |
|
|
Definition at line 98 of file mimetype.cpp. Referenced by loadPixmaps(), and regIcon(). |
1.4.2