![]() |
Qt 4.8
|
#include "qicon.h"#include "qicon_p.h"#include "qiconengine.h"#include "qiconengineplugin.h"#include "private/qfactoryloader_p.h"#include "private/qiconloader_p.h"#include "qapplication.h"#include "qstyleoption.h"#include "qpainter.h"#include "qfileinfo.h"#include "qstyle.h"#include "qpixmapcache.h"#include "qvariant.h"#include "qcache.h"#include "qdebug.h"#include "private/qguiplatformplugin_p.h"#include <private/qt_mac_p.h>#include <private/qt_cocoa_helpers_mac_p.h>#include "private/qt_x11_p.h"#include "private/qkde_p.h"#include "private/qstylehelper_p.h"Go to the source code of this file.
Typedefs | |
| typedef QCache< QString, QIcon > | IconCache |
Functions | |
| static int | area (const QSize &s) |
| static QPixmapIconEngineEntry * | bestSizeMatch (const QSize &size, QPixmapIconEngineEntry *pa, QPixmapIconEngineEntry *pb) |
| QDataStream & | operator<< (QDataStream &s, const QIcon &icon) |
| QDataStream & | operator>> (QDataStream &s, QIcon &icon) |
| Q_GLOBAL_STATIC_WITH_ARGS (QFactoryLoader, loader,(QIconEngineFactoryInterface_iid, QLatin1String("/iconengines"), Qt::CaseInsensitive)) Q_GLOBAL_STATIC_WITH_ARGS(QFactoryLoader | |
| QLatin1String ("/iconengines") | |
| static void | qt_cleanup_icon_cache () |
Variables | |
| loaderV2 | |
| QIconEngineFactoryInterfaceV2_iid | |
| static QBasicAtomicInt | serialNumCounter = Q_BASIC_ATOMIC_INITIALIZER(1) |
|
inlinestatic |
Definition at line 155 of file qicon.cpp.
Referenced by QTableViewPrivate::accessibleTable2Index(), bestSizeMatch(), QPrintPreviewWidgetPrivate::calcCurrentPage(), QAbstractItemView::doAutoScroll(), QWindowsXPStylePrivate::drawBackgroundDirectly(), QWindowsXPStylePrivate::drawBackgroundThruNativeBuffer(), QTreeView::drawTree(), QTabBar::event(), QMdiArea::eventFilter(), QBspTree::firstChildIndex(), QRasterWindowSurface::flush(), QListViewPrivate::horizontalScrollToValue(), QBspTree::init(), QToolBar::isAreaAllowed(), QDockWidget::isAreaAllowed(), QDirectFBWindowSurface::key(), QMdiSubWindow::mdiArea(), mdiAreaNavigate(), mdiAreaParent(), QDeclarativePaintedItem::paint(), QFbWindowSurface::paintDevice(), QWSMemorySurface::paintDevice(), qt_mainwindow_layout(), QtWndProc(), QWidgetBackingStore::removeDirtyWidget(), QBspTree::removeLeaf(), QBBRasterWindowSurface::scroll(), QTreeView::scrollTo(), QMainWindowLayout::setCorner(), QToolBarLayout::setGeometry(), QDeclarativePaintedItem::setPixelCacheSize(), QListModeViewBase::setRowCount(), QAbstractItemViewPrivate::shouldAutoScroll(), QDirectFBScreen::surfaceForWidget(), QVGEGLWindowSurfaceDirect::surfaceSize(), QXIMInputContext::update(), QRegionPrivate::updateInnerRect(), QListViewPrivate::verticalScrollToValue(), and QCommonListViewBase::~QCommonListViewBase().
|
static |
Definition at line 158 of file qicon.cpp.
Referenced by QPixmapIconEngine::tryMatch().
| QDataStream& operator<< | ( | QDataStream & | s, |
| const QIcon & | icon | ||
| ) |
Definition at line 1096 of file qicon.cpp.
Referenced by QIcon::data_ptr().
| QDataStream& operator>> | ( | QDataStream & | s, |
| QIcon & | icon | ||
| ) |
Definition at line 1144 of file qicon.cpp.
Referenced by QIcon::data_ptr().
| Q_GLOBAL_STATIC_WITH_ARGS | ( | QFactoryLoader | , |
| loader | , | ||
| (QIconEngineFactoryInterface_iid, QLatin1String("/iconengines"), Qt::CaseInsensitive) | |||
| ) |
Referenced by QPixmapIconEngine::virtual_hook().
| QLatin1String | ( | "/iconengines" | ) |
Referenced by QPixmapIconEngine::key(), operator>>(), and QPixmapIconEngine::virtual_hook().
|
static |
| loaderV2 |
Definition at line 451 of file qicon.cpp.
Referenced by QIcon::addFile(), and operator>>().
| QIconEngineFactoryInterfaceV2_iid |
Definition at line 451 of file qicon.cpp.
Referenced by QIconLoader::ensureInitialized().
|
static |