Binary compatibility report for the Qt4 library between 4.5.3 and 4.6.0 versions on x86
Test Info
Library Name | Qt4 |
Version #1 | 4.5.3 |
Version #2 | 4.6.0 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 48 |
Total Shared Libraries | 20 |
Total Symbols / Types | 20392 / 4357 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1893 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 61 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 12 |
Problems with Constants | Low | 0 |
Added Symbols (1893)
q3tabdialog.h,
libQt3Support.so.4.6.0
Q3TabDialog::showEvent ( QShowEvent* p1 )
[ symbol: _ZN11Q3TabDialog9showEventEP10QShowEvent ]
qabstractanimation.h,
libQtCore.so.4.6.0
QAbstractAnimation::currentLoop ( ) const
[ symbol: _ZNK18QAbstractAnimation11currentLoopEv ]
QAbstractAnimation::currentLoopChanged ( int currentLoop )
[ symbol: _ZN18QAbstractAnimation18currentLoopChangedEi ]
QAbstractAnimation::currentLoopTime ( ) const
[ symbol: _ZNK18QAbstractAnimation15currentLoopTimeEv ]
QAbstractAnimation::currentTime ( ) const
[ symbol: _ZNK18QAbstractAnimation11currentTimeEv ]
QAbstractAnimation::direction ( ) const
[ symbol: _ZNK18QAbstractAnimation9directionEv ]
QAbstractAnimation::directionChanged ( QAbstractAnimation::Direction p1 )
[ symbol: _ZN18QAbstractAnimation16directionChangedENS_9DirectionE ]
QAbstractAnimation::event ( QEvent* event )
[ symbol: _ZN18QAbstractAnimation5eventEP6QEvent ]
QAbstractAnimation::finished ( )
[ symbol: _ZN18QAbstractAnimation8finishedEv ]
QAbstractAnimation::group ( ) const
[ symbol: _ZNK18QAbstractAnimation5groupEv ]
QAbstractAnimation::loopCount ( ) const
[ symbol: _ZNK18QAbstractAnimation9loopCountEv ]
QAbstractAnimation::metaObject ( ) const
[ symbol: _ZNK18QAbstractAnimation10metaObjectEv ]
QAbstractAnimation::pause ( )
[ symbol: _ZN18QAbstractAnimation5pauseEv ]
QAbstractAnimation::QAbstractAnimation [in-charge] ( QAbstractAnimationPrivate& dd, QObject* parent )
[ symbol: _ZN18QAbstractAnimationC1ER25QAbstractAnimationPrivateP7QObject ]
QAbstractAnimation::QAbstractAnimation [in-charge] ( QObject* parent )
[ symbol: _ZN18QAbstractAnimationC1EP7QObject ]
QAbstractAnimation::QAbstractAnimation [not-in-charge] ( QAbstractAnimationPrivate& dd, QObject* parent )
[ symbol: _ZN18QAbstractAnimationC2ER25QAbstractAnimationPrivateP7QObject ]
QAbstractAnimation::QAbstractAnimation [not-in-charge] ( QObject* parent )
[ symbol: _ZN18QAbstractAnimationC2EP7QObject ]
QAbstractAnimation::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN18QAbstractAnimation11qt_metacallEN11QMetaObject4CallEiPPv ]
QAbstractAnimation::qt_metacast ( char const* p1 )
[ symbol: _ZN18QAbstractAnimation11qt_metacastEPKc ]
QAbstractAnimation::resume ( )
[ symbol: _ZN18QAbstractAnimation6resumeEv ]
QAbstractAnimation::setCurrentTime ( int msecs )
[ symbol: _ZN18QAbstractAnimation14setCurrentTimeEi ]
QAbstractAnimation::setDirection ( QAbstractAnimation::Direction direction )
[ symbol: _ZN18QAbstractAnimation12setDirectionENS_9DirectionE ]
QAbstractAnimation::setLoopCount ( int loopCount )
[ symbol: _ZN18QAbstractAnimation12setLoopCountEi ]
QAbstractAnimation::setPaused ( bool p1 )
[ symbol: _ZN18QAbstractAnimation9setPausedEb ]
QAbstractAnimation::start ( QAbstractAnimation::DeletionPolicy policy )
[ symbol: _ZN18QAbstractAnimation5startENS_14DeletionPolicyE ]
QAbstractAnimation::state ( ) const
[ symbol: _ZNK18QAbstractAnimation5stateEv ]
QAbstractAnimation::stateChanged ( QAbstractAnimation::State newState, QAbstractAnimation::State oldState )
[ symbol: _ZN18QAbstractAnimation12stateChangedENS_5StateES0_ ]
QAbstractAnimation::staticMetaObject [data]
[ symbol: _ZN18QAbstractAnimation16staticMetaObjectE ]
QAbstractAnimation::stop ( )
[ symbol: _ZN18QAbstractAnimation4stopEv ]
QAbstractAnimation::totalDuration ( ) const
[ symbol: _ZNK18QAbstractAnimation13totalDurationEv ]
QAbstractAnimation::updateDirection ( QAbstractAnimation::Direction direction )
[ symbol: _ZN18QAbstractAnimation15updateDirectionENS_9DirectionE ]
QAbstractAnimation::updateState ( QAbstractAnimation::State newState, QAbstractAnimation::State oldState )
[ symbol: _ZN18QAbstractAnimation11updateStateENS_5StateES0_ ]
QAbstractAnimation::~QAbstractAnimation [in-charge-deleting] ( )
[ symbol: _ZN18QAbstractAnimationD0Ev ]
QAbstractAnimation::~QAbstractAnimation [in-charge] ( )
[ symbol: _ZN18QAbstractAnimationD1Ev ]
QAbstractAnimation::~QAbstractAnimation [not-in-charge] ( )
[ symbol: _ZN18QAbstractAnimationD2Ev ]
qabstractitemmodel.h,
libQtCore.so.4.6.0
QAbstractItemModel::beginMoveColumns ( QModelIndex const& sourceParent, int sourceFirst, int sourceLast, QModelIndex const& destinationParent, int destinationColumn )
[ symbol: _ZN18QAbstractItemModel16beginMoveColumnsERK11QModelIndexiiS2_i ]
QAbstractItemModel::beginMoveRows ( QModelIndex const& sourceParent, int sourceFirst, int sourceLast, QModelIndex const& destinationParent, int destinationRow )
[ symbol: _ZN18QAbstractItemModel13beginMoveRowsERK11QModelIndexiiS2_i ]
QAbstractItemModel::beginResetModel ( )
[ symbol: _ZN18QAbstractItemModel15beginResetModelEv ]
QAbstractItemModel::endMoveColumns ( )
[ symbol: _ZN18QAbstractItemModel14endMoveColumnsEv ]
QAbstractItemModel::endMoveRows ( )
[ symbol: _ZN18QAbstractItemModel11endMoveRowsEv ]
QAbstractItemModel::endResetModel ( )
[ symbol: _ZN18QAbstractItemModel13endResetModelEv ]
QAbstractItemModel::roleNames ( ) const
[ symbol: _ZNK18QAbstractItemModel9roleNamesEv ]
QAbstractItemModel::setRoleNames ( QHash<int, QByteArray>const& roleNames )
[ symbol: _ZN18QAbstractItemModel12setRoleNamesERK5QHashIi10QByteArrayE ]
qabstractitemview.h,
libQtGui.so.4.6.0
QAbstractItemView::defaultDropAction ( ) const
[ symbol: _ZNK17QAbstractItemView17defaultDropActionEv ]
QAbstractItemView::setDefaultDropAction ( Qt::DropAction dropAction )
[ symbol: _ZN17QAbstractItemView20setDefaultDropActionEN2Qt10DropActionE ]
qabstractscrollarea.h,
libQtGui.so.4.6.0
QAbstractScrollArea::setViewportMargins ( QMargins const& margins )
[ symbol: _ZN19QAbstractScrollArea18setViewportMarginsERK8QMargins ]
qabstractsocket.h,
libQtNetwork.so.4.6.0
QAbstractSocket::setSocketOption ( QAbstractSocket::SocketOption option, QVariant const& value )
[ symbol: _ZN15QAbstractSocket15setSocketOptionENS_12SocketOptionERK8QVariant ]
QAbstractSocket::socketOption ( QAbstractSocket::SocketOption option )
[ symbol: _ZN15QAbstractSocket12socketOptionENS_12SocketOptionE ]
qabstractspinbox.h,
libQtGui.so.4.6.0
QAbstractSpinBox::inputMethodQuery ( Qt::InputMethodQuery p1 ) const
[ symbol: _ZNK16QAbstractSpinBox16inputMethodQueryEN2Qt16InputMethodQueryE ]
qabstractstate.h,
libQtCore.so.4.6.0
QAbstractState::event ( QEvent* e )
[ symbol: _ZN14QAbstractState5eventEP6QEvent ]
QAbstractState::machine ( ) const
[ symbol: _ZNK14QAbstractState7machineEv ]
QAbstractState::metaObject ( ) const
[ symbol: _ZNK14QAbstractState10metaObjectEv ]
QAbstractState::parentState ( ) const
[ symbol: _ZNK14QAbstractState11parentStateEv ]
QAbstractState::QAbstractState [in-charge] ( QAbstractStatePrivate& dd, QState* parent )
[ symbol: _ZN14QAbstractStateC1ER21QAbstractStatePrivateP6QState ]
QAbstractState::QAbstractState [in-charge] ( QState* parent )
[ symbol: _ZN14QAbstractStateC1EP6QState ]
QAbstractState::QAbstractState [not-in-charge] ( QAbstractStatePrivate& dd, QState* parent )
[ symbol: _ZN14QAbstractStateC2ER21QAbstractStatePrivateP6QState ]
QAbstractState::QAbstractState [not-in-charge] ( QState* parent )
[ symbol: _ZN14QAbstractStateC2EP6QState ]
QAbstractState::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN14QAbstractState11qt_metacallEN11QMetaObject4CallEiPPv ]
QAbstractState::qt_metacast ( char const* p1 )
[ symbol: _ZN14QAbstractState11qt_metacastEPKc ]
QAbstractState::staticMetaObject [data]
[ symbol: _ZN14QAbstractState16staticMetaObjectE ]
QAbstractState::~QAbstractState [in-charge-deleting] ( )
[ symbol: _ZN14QAbstractStateD0Ev ]
QAbstractState::~QAbstractState [in-charge] ( )
[ symbol: _ZN14QAbstractStateD1Ev ]
QAbstractState::~QAbstractState [not-in-charge] ( )
[ symbol: _ZN14QAbstractStateD2Ev ]
qabstracttransition.h,
libQtCore.so.4.6.0
QAbstractTransition::addAnimation ( QAbstractAnimation* animation )
[ symbol: _ZN19QAbstractTransition12addAnimationEP18QAbstractAnimation ]
QAbstractTransition::animations ( ) const
[ symbol: _ZNK19QAbstractTransition10animationsEv ]
QAbstractTransition::event ( QEvent* e )
[ symbol: _ZN19QAbstractTransition5eventEP6QEvent ]
QAbstractTransition::machine ( ) const
[ symbol: _ZNK19QAbstractTransition7machineEv ]
QAbstractTransition::metaObject ( ) const
[ symbol: _ZNK19QAbstractTransition10metaObjectEv ]
QAbstractTransition::QAbstractTransition [in-charge] ( QAbstractTransitionPrivate& dd, QState* parent )
[ symbol: _ZN19QAbstractTransitionC1ER26QAbstractTransitionPrivateP6QState ]
QAbstractTransition::QAbstractTransition [in-charge] ( QState* sourceState )
[ symbol: _ZN19QAbstractTransitionC1EP6QState ]
QAbstractTransition::QAbstractTransition [not-in-charge] ( QAbstractTransitionPrivate& dd, QState* parent )
[ symbol: _ZN19QAbstractTransitionC2ER26QAbstractTransitionPrivateP6QState ]
QAbstractTransition::QAbstractTransition [not-in-charge] ( QState* sourceState )
[ symbol: _ZN19QAbstractTransitionC2EP6QState ]
QAbstractTransition::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN19QAbstractTransition11qt_metacallEN11QMetaObject4CallEiPPv ]
QAbstractTransition::qt_metacast ( char const* p1 )
[ symbol: _ZN19QAbstractTransition11qt_metacastEPKc ]
QAbstractTransition::removeAnimation ( QAbstractAnimation* animation )
[ symbol: _ZN19QAbstractTransition15removeAnimationEP18QAbstractAnimation ]
QAbstractTransition::setTargetState ( QAbstractState* target )
[ symbol: _ZN19QAbstractTransition14setTargetStateEP14QAbstractState ]
QAbstractTransition::setTargetStates ( QList<QAbstractState*>const& targets )
[ symbol: _ZN19QAbstractTransition15setTargetStatesERK5QListIP14QAbstractStateE ]
QAbstractTransition::sourceState ( ) const
[ symbol: _ZNK19QAbstractTransition11sourceStateEv ]
QAbstractTransition::staticMetaObject [data]
[ symbol: _ZN19QAbstractTransition16staticMetaObjectE ]
QAbstractTransition::targetState ( ) const
[ symbol: _ZNK19QAbstractTransition11targetStateEv ]
QAbstractTransition::targetStates ( ) const
[ symbol: _ZNK19QAbstractTransition12targetStatesEv ]
QAbstractTransition::~QAbstractTransition [in-charge-deleting] ( )
[ symbol: _ZN19QAbstractTransitionD0Ev ]
QAbstractTransition::~QAbstractTransition [in-charge] ( )
[ symbol: _ZN19QAbstractTransitionD1Ev ]
QAbstractTransition::~QAbstractTransition [not-in-charge] ( )
[ symbol: _ZN19QAbstractTransitionD2Ev ]
qabstractvideobuffer.h,
libQtMultimedia.so.4.6.0
QAbstractVideoBuffer::handle ( ) const
[ symbol: _ZNK20QAbstractVideoBuffer6handleEv ]
QAbstractVideoBuffer::handleType ( ) const
[ symbol: _ZNK20QAbstractVideoBuffer10handleTypeEv ]
QAbstractVideoBuffer::QAbstractVideoBuffer [in-charge] ( QAbstractVideoBuffer::HandleType type )
[ symbol: _ZN20QAbstractVideoBufferC1ENS_10HandleTypeE ]
QAbstractVideoBuffer::QAbstractVideoBuffer [in-charge] ( QAbstractVideoBufferPrivate& dd, QAbstractVideoBuffer::HandleType type )
[ symbol: _ZN20QAbstractVideoBufferC1ER27QAbstractVideoBufferPrivateNS_10HandleTypeE ]
QAbstractVideoBuffer::QAbstractVideoBuffer [not-in-charge] ( QAbstractVideoBuffer::HandleType type )
[ symbol: _ZN20QAbstractVideoBufferC2ENS_10HandleTypeE ]
QAbstractVideoBuffer::QAbstractVideoBuffer [not-in-charge] ( QAbstractVideoBufferPrivate& dd, QAbstractVideoBuffer::HandleType type )
[ symbol: _ZN20QAbstractVideoBufferC2ER27QAbstractVideoBufferPrivateNS_10HandleTypeE ]
QAbstractVideoBuffer::~QAbstractVideoBuffer [in-charge-deleting] ( )
[ symbol: _ZN20QAbstractVideoBufferD0Ev ]
QAbstractVideoBuffer::~QAbstractVideoBuffer [in-charge] ( )
[ symbol: _ZN20QAbstractVideoBufferD1Ev ]
QAbstractVideoBuffer::~QAbstractVideoBuffer [not-in-charge] ( )
[ symbol: _ZN20QAbstractVideoBufferD2Ev ]
qabstractvideosurface.h,
libQtMultimedia.so.4.6.0
QAbstractVideoSurface::activeChanged ( bool active )
[ symbol: _ZN21QAbstractVideoSurface13activeChangedEb ]
QAbstractVideoSurface::error ( ) const
[ symbol: _ZNK21QAbstractVideoSurface5errorEv ]
QAbstractVideoSurface::isActive ( ) const
[ symbol: _ZNK21QAbstractVideoSurface8isActiveEv ]
QAbstractVideoSurface::isFormatSupported ( QVideoSurfaceFormat const& format ) const
[ symbol: _ZNK21QAbstractVideoSurface17isFormatSupportedERK19QVideoSurfaceFormat ]
QAbstractVideoSurface::metaObject ( ) const
[ symbol: _ZNK21QAbstractVideoSurface10metaObjectEv ]
QAbstractVideoSurface::nearestFormat ( QVideoSurfaceFormat const& format ) const
[ symbol: _ZNK21QAbstractVideoSurface13nearestFormatERK19QVideoSurfaceFormat ]
QAbstractVideoSurface::QAbstractVideoSurface [in-charge] ( QAbstractVideoSurfacePrivate& dd, QObject* parent )
[ symbol: _ZN21QAbstractVideoSurfaceC1ER28QAbstractVideoSurfacePrivateP7QObject ]
QAbstractVideoSurface::QAbstractVideoSurface [in-charge] ( QObject* parent )
[ symbol: _ZN21QAbstractVideoSurfaceC1EP7QObject ]
QAbstractVideoSurface::QAbstractVideoSurface [not-in-charge] ( QAbstractVideoSurfacePrivate& dd, QObject* parent )
[ symbol: _ZN21QAbstractVideoSurfaceC2ER28QAbstractVideoSurfacePrivateP7QObject ]
QAbstractVideoSurface::QAbstractVideoSurface [not-in-charge] ( QObject* parent )
[ symbol: _ZN21QAbstractVideoSurfaceC2EP7QObject ]
QAbstractVideoSurface::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN21QAbstractVideoSurface11qt_metacallEN11QMetaObject4CallEiPPv ]
QAbstractVideoSurface::qt_metacast ( char const* p1 )
[ symbol: _ZN21QAbstractVideoSurface11qt_metacastEPKc ]
QAbstractVideoSurface::setError ( QAbstractVideoSurface::Error error )
[ symbol: _ZN21QAbstractVideoSurface8setErrorENS_5ErrorE ]
QAbstractVideoSurface::start ( QVideoSurfaceFormat const& format )
[ symbol: _ZN21QAbstractVideoSurface5startERK19QVideoSurfaceFormat ]
QAbstractVideoSurface::staticMetaObject [data]
[ symbol: _ZN21QAbstractVideoSurface16staticMetaObjectE ]
QAbstractVideoSurface::stop ( )
[ symbol: _ZN21QAbstractVideoSurface4stopEv ]
QAbstractVideoSurface::supportedFormatsChanged ( )
[ symbol: _ZN21QAbstractVideoSurface23supportedFormatsChangedEv ]
QAbstractVideoSurface::surfaceFormat ( ) const
[ symbol: _ZNK21QAbstractVideoSurface13surfaceFormatEv ]
QAbstractVideoSurface::surfaceFormatChanged ( QVideoSurfaceFormat const& format )
[ symbol: _ZN21QAbstractVideoSurface20surfaceFormatChangedERK19QVideoSurfaceFormat ]
QAbstractVideoSurface::~QAbstractVideoSurface [in-charge-deleting] ( )
[ symbol: _ZN21QAbstractVideoSurfaceD0Ev ]
QAbstractVideoSurface::~QAbstractVideoSurface [in-charge] ( )
[ symbol: _ZN21QAbstractVideoSurfaceD1Ev ]
QAbstractVideoSurface::~QAbstractVideoSurface [not-in-charge] ( )
[ symbol: _ZN21QAbstractVideoSurfaceD2Ev ]
qabstractxmlnodemodel.h,
libQtXmlPatterns.so.4.6.0
QAbstractXmlNodeModel::sourceLocation ( QXmlNodeModelIndex const& index ) const
[ symbol: _ZNK21QAbstractXmlNodeModel14sourceLocationERK18QXmlNodeModelIndex ]
qaction.h,
libQtGui.so.4.6.0
QAction::priority ( ) const
[ symbol: _ZNK7QAction8priorityEv ]
QAction::setPriority ( QAction::Priority priority )
[ symbol: _ZN7QAction11setPriorityENS_8PriorityE ]
QAction::setSoftKeyRole ( QAction::SoftKeyRole softKeyRole )
[ symbol: _ZN7QAction14setSoftKeyRoleENS_11SoftKeyRoleE ]
QAction::softKeyRole ( ) const
[ symbol: _ZNK7QAction11softKeyRoleEv ]
qanimationgroup.h,
libQtCore.so.4.6.0
QAnimationGroup::addAnimation ( QAbstractAnimation* animation )
[ symbol: _ZN15QAnimationGroup12addAnimationEP18QAbstractAnimation ]
QAnimationGroup::animationAt ( int index ) const
[ symbol: _ZNK15QAnimationGroup11animationAtEi ]
QAnimationGroup::animationCount ( ) const
[ symbol: _ZNK15QAnimationGroup14animationCountEv ]
QAnimationGroup::clear ( )
[ symbol: _ZN15QAnimationGroup5clearEv ]
QAnimationGroup::event ( QEvent* event )
[ symbol: _ZN15QAnimationGroup5eventEP6QEvent ]
QAnimationGroup::indexOfAnimation ( QAbstractAnimation* animation ) const
[ symbol: _ZNK15QAnimationGroup16indexOfAnimationEP18QAbstractAnimation ]
QAnimationGroup::insertAnimation ( int index, QAbstractAnimation* animation )
[ symbol: _ZN15QAnimationGroup15insertAnimationEiP18QAbstractAnimation ]
QAnimationGroup::metaObject ( ) const
[ symbol: _ZNK15QAnimationGroup10metaObjectEv ]
QAnimationGroup::QAnimationGroup [in-charge] ( QAnimationGroupPrivate& dd, QObject* parent )
[ symbol: _ZN15QAnimationGroupC1ER22QAnimationGroupPrivateP7QObject ]
QAnimationGroup::QAnimationGroup [in-charge] ( QObject* parent )
[ symbol: _ZN15QAnimationGroupC1EP7QObject ]
QAnimationGroup::QAnimationGroup [not-in-charge] ( QAnimationGroupPrivate& dd, QObject* parent )
[ symbol: _ZN15QAnimationGroupC2ER22QAnimationGroupPrivateP7QObject ]
QAnimationGroup::QAnimationGroup [not-in-charge] ( QObject* parent )
[ symbol: _ZN15QAnimationGroupC2EP7QObject ]
QAnimationGroup::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN15QAnimationGroup11qt_metacallEN11QMetaObject4CallEiPPv ]
QAnimationGroup::qt_metacast ( char const* p1 )
[ symbol: _ZN15QAnimationGroup11qt_metacastEPKc ]
QAnimationGroup::removeAnimation ( QAbstractAnimation* animation )
[ symbol: _ZN15QAnimationGroup15removeAnimationEP18QAbstractAnimation ]
QAnimationGroup::staticMetaObject [data]
[ symbol: _ZN15QAnimationGroup16staticMetaObjectE ]
QAnimationGroup::takeAnimation ( int index )
[ symbol: _ZN15QAnimationGroup13takeAnimationEi ]
QAnimationGroup::~QAnimationGroup [in-charge-deleting] ( )
[ symbol: _ZN15QAnimationGroupD0Ev ]
QAnimationGroup::~QAnimationGroup [in-charge] ( )
[ symbol: _ZN15QAnimationGroupD1Ev ]
QAnimationGroup::~QAnimationGroup [not-in-charge] ( )
[ symbol: _ZN15QAnimationGroupD2Ev ]
qapplication.h,
libQtGui.so.4.6.0
QApplication::autoSipEnabled ( ) const
[ symbol: _ZNK12QApplication14autoSipEnabledEv ]
QApplication::setAutoSipEnabled ( bool const enabled )
[ symbol: _ZN12QApplication17setAutoSipEnabledEb ]
qaudiodeviceinfo.h,
libQtMultimedia.so.4.6.0
QAudioDeviceInfo::availableDevices ( QAudio::Mode mode ) [static]
[ symbol: _ZN16QAudioDeviceInfo16availableDevicesEN6QAudio4ModeE ]
QAudioDeviceInfo::defaultInputDevice ( ) [static]
[ symbol: _ZN16QAudioDeviceInfo18defaultInputDeviceEv ]
QAudioDeviceInfo::defaultOutputDevice ( ) [static]
[ symbol: _ZN16QAudioDeviceInfo19defaultOutputDeviceEv ]
QAudioDeviceInfo::deviceName ( ) const
[ symbol: _ZNK16QAudioDeviceInfo10deviceNameEv ]
QAudioDeviceInfo::isFormatSupported ( QAudioFormat const& format ) const
[ symbol: _ZNK16QAudioDeviceInfo17isFormatSupportedERK12QAudioFormat ]
QAudioDeviceInfo::isNull ( ) const
[ symbol: _ZNK16QAudioDeviceInfo6isNullEv ]
QAudioDeviceInfo::nearestFormat ( QAudioFormat const& format ) const
[ symbol: _ZNK16QAudioDeviceInfo13nearestFormatERK12QAudioFormat ]
QAudioDeviceInfo::operator= ( QAudioDeviceInfo const& other )
[ symbol: _ZN16QAudioDeviceInfoaSERKS_ ]
QAudioDeviceInfo::preferredFormat ( ) const
[ symbol: _ZNK16QAudioDeviceInfo15preferredFormatEv ]
QAudioDeviceInfo::QAudioDeviceInfo [in-charge] ( )
[ symbol: _ZN16QAudioDeviceInfoC1Ev ]
QAudioDeviceInfo::QAudioDeviceInfo [in-charge] ( QAudioDeviceInfo const& other )
[ symbol: _ZN16QAudioDeviceInfoC1ERKS_ ]
QAudioDeviceInfo::QAudioDeviceInfo [not-in-charge] ( )
[ symbol: _ZN16QAudioDeviceInfoC2Ev ]
QAudioDeviceInfo::QAudioDeviceInfo [not-in-charge] ( QAudioDeviceInfo const& other )
[ symbol: _ZN16QAudioDeviceInfoC2ERKS_ ]
QAudioDeviceInfo::supportedByteOrders ( ) const
[ symbol: _ZNK16QAudioDeviceInfo19supportedByteOrdersEv ]
QAudioDeviceInfo::supportedChannels ( ) const
[ symbol: _ZNK16QAudioDeviceInfo17supportedChannelsEv ]
QAudioDeviceInfo::supportedCodecs ( ) const
[ symbol: _ZNK16QAudioDeviceInfo15supportedCodecsEv ]
QAudioDeviceInfo::supportedFrequencies ( ) const
[ symbol: _ZNK16QAudioDeviceInfo20supportedFrequenciesEv ]
QAudioDeviceInfo::supportedSampleSizes ( ) const
[ symbol: _ZNK16QAudioDeviceInfo20supportedSampleSizesEv ]
QAudioDeviceInfo::supportedSampleTypes ( ) const
[ symbol: _ZNK16QAudioDeviceInfo20supportedSampleTypesEv ]
QAudioDeviceInfo::~QAudioDeviceInfo [in-charge] ( )
[ symbol: _ZN16QAudioDeviceInfoD1Ev ]
QAudioDeviceInfo::~QAudioDeviceInfo [not-in-charge] ( )
[ symbol: _ZN16QAudioDeviceInfoD2Ev ]
qaudioengine.h,
libQtMultimedia.so.4.6.0
QAbstractAudioDeviceInfo::metaObject ( ) const
[ symbol: _ZNK24QAbstractAudioDeviceInfo10metaObjectEv ]
QAbstractAudioDeviceInfo::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN24QAbstractAudioDeviceInfo11qt_metacallEN11QMetaObject4CallEiPPv ]
QAbstractAudioDeviceInfo::qt_metacast ( char const* p1 )
[ symbol: _ZN24QAbstractAudioDeviceInfo11qt_metacastEPKc ]
QAbstractAudioDeviceInfo::staticMetaObject [data]
[ symbol: _ZN24QAbstractAudioDeviceInfo16staticMetaObjectE ]
QAbstractAudioInput::metaObject ( ) const
[ symbol: _ZNK19QAbstractAudioInput10metaObjectEv ]
QAbstractAudioInput::notify ( )
[ symbol: _ZN19QAbstractAudioInput6notifyEv ]
QAbstractAudioInput::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN19QAbstractAudioInput11qt_metacallEN11QMetaObject4CallEiPPv ]
QAbstractAudioInput::qt_metacast ( char const* p1 )
[ symbol: _ZN19QAbstractAudioInput11qt_metacastEPKc ]
QAbstractAudioInput::stateChanged ( QAudio::State p1 )
[ symbol: _ZN19QAbstractAudioInput12stateChangedEN6QAudio5StateE ]
QAbstractAudioInput::staticMetaObject [data]
[ symbol: _ZN19QAbstractAudioInput16staticMetaObjectE ]
QAbstractAudioOutput::metaObject ( ) const
[ symbol: _ZNK20QAbstractAudioOutput10metaObjectEv ]
QAbstractAudioOutput::notify ( )
[ symbol: _ZN20QAbstractAudioOutput6notifyEv ]
QAbstractAudioOutput::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN20QAbstractAudioOutput11qt_metacallEN11QMetaObject4CallEiPPv ]
QAbstractAudioOutput::qt_metacast ( char const* p1 )
[ symbol: _ZN20QAbstractAudioOutput11qt_metacastEPKc ]
QAbstractAudioOutput::stateChanged ( QAudio::State p1 )
[ symbol: _ZN20QAbstractAudioOutput12stateChangedEN6QAudio5StateE ]
QAbstractAudioOutput::staticMetaObject [data]
[ symbol: _ZN20QAbstractAudioOutput16staticMetaObjectE ]
qaudioengineplugin.h,
libQtMultimedia.so.4.6.0
QAudioEnginePlugin::metaObject ( ) const
[ symbol: _ZNK18QAudioEnginePlugin10metaObjectEv ]
QAudioEnginePlugin::QAudioEnginePlugin [in-charge] ( QObject* parent )
[ symbol: _ZN18QAudioEnginePluginC1EP7QObject ]
QAudioEnginePlugin::QAudioEnginePlugin [not-in-charge] ( QObject* parent )
[ symbol: _ZN18QAudioEnginePluginC2EP7QObject ]
QAudioEnginePlugin::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN18QAudioEnginePlugin11qt_metacallEN11QMetaObject4CallEiPPv ]
QAudioEnginePlugin::qt_metacast ( char const* p1 )
[ symbol: _ZN18QAudioEnginePlugin11qt_metacastEPKc ]
QAudioEnginePlugin::staticMetaObject [data]
[ symbol: _ZN18QAudioEnginePlugin16staticMetaObjectE ]
QAudioEnginePlugin::~QAudioEnginePlugin [in-charge-deleting] ( )
[ symbol: _ZN18QAudioEnginePluginD0Ev ]
QAudioEnginePlugin::~QAudioEnginePlugin [in-charge] ( )
[ symbol: _ZN18QAudioEnginePluginD1Ev ]
QAudioEnginePlugin::~QAudioEnginePlugin [not-in-charge] ( )
[ symbol: _ZN18QAudioEnginePluginD2Ev ]
qaudioformat.h,
libQtMultimedia.so.4.6.0
QAudioFormat::byteOrder ( ) const
[ symbol: _ZNK12QAudioFormat9byteOrderEv ]
QAudioFormat::channels ( ) const
[ symbol: _ZNK12QAudioFormat8channelsEv ]
QAudioFormat::codec ( ) const
[ symbol: _ZNK12QAudioFormat5codecEv ]
QAudioFormat::frequency ( ) const
[ symbol: _ZNK12QAudioFormat9frequencyEv ]
QAudioFormat::isValid ( ) const
[ symbol: _ZNK12QAudioFormat7isValidEv ]
QAudioFormat::operator!= ( QAudioFormat const& other ) const
[ symbol: _ZNK12QAudioFormatneERKS_ ]
QAudioFormat::operator= ( QAudioFormat const& other )
[ symbol: _ZN12QAudioFormataSERKS_ ]
QAudioFormat::operator== ( QAudioFormat const& other ) const
[ symbol: _ZNK12QAudioFormateqERKS_ ]
QAudioFormat::QAudioFormat [in-charge] ( )
[ symbol: _ZN12QAudioFormatC1Ev ]
QAudioFormat::QAudioFormat [in-charge] ( QAudioFormat const& other )
[ symbol: _ZN12QAudioFormatC1ERKS_ ]
QAudioFormat::QAudioFormat [not-in-charge] ( )
[ symbol: _ZN12QAudioFormatC2Ev ]
QAudioFormat::QAudioFormat [not-in-charge] ( QAudioFormat const& other )
[ symbol: _ZN12QAudioFormatC2ERKS_ ]
QAudioFormat::sampleSize ( ) const
[ symbol: _ZNK12QAudioFormat10sampleSizeEv ]
QAudioFormat::sampleType ( ) const
[ symbol: _ZNK12QAudioFormat10sampleTypeEv ]
QAudioFormat::setByteOrder ( QAudioFormat::Endian byteOrder )
[ symbol: _ZN12QAudioFormat12setByteOrderENS_6EndianE ]
QAudioFormat::setChannels ( int channels )
[ symbol: _ZN12QAudioFormat11setChannelsEi ]
QAudioFormat::setCodec ( QString const& codec )
[ symbol: _ZN12QAudioFormat8setCodecERK7QString ]
QAudioFormat::setFrequency ( int frequency )
[ symbol: _ZN12QAudioFormat12setFrequencyEi ]
QAudioFormat::setSampleSize ( int sampleSize )
[ symbol: _ZN12QAudioFormat13setSampleSizeEi ]
QAudioFormat::setSampleType ( QAudioFormat::SampleType sampleType )
[ symbol: _ZN12QAudioFormat13setSampleTypeENS_10SampleTypeE ]
QAudioFormat::~QAudioFormat [in-charge] ( )
[ symbol: _ZN12QAudioFormatD1Ev ]
QAudioFormat::~QAudioFormat [not-in-charge] ( )
[ symbol: _ZN12QAudioFormatD2Ev ]
qaudioinput.h,
libQtMultimedia.so.4.6.0
QAudioInput::bufferSize ( ) const
[ symbol: _ZNK11QAudioInput10bufferSizeEv ]
QAudioInput::bytesReady ( ) const
[ symbol: _ZNK11QAudioInput10bytesReadyEv ]
QAudioInput::elapsedUSecs ( ) const
[ symbol: _ZNK11QAudioInput12elapsedUSecsEv ]
QAudioInput::error ( ) const
[ symbol: _ZNK11QAudioInput5errorEv ]
QAudioInput::format ( ) const
[ symbol: _ZNK11QAudioInput6formatEv ]
QAudioInput::metaObject ( ) const
[ symbol: _ZNK11QAudioInput10metaObjectEv ]
QAudioInput::notify ( )
[ symbol: _ZN11QAudioInput6notifyEv ]
QAudioInput::notifyInterval ( ) const
[ symbol: _ZNK11QAudioInput14notifyIntervalEv ]
QAudioInput::periodSize ( ) const
[ symbol: _ZNK11QAudioInput10periodSizeEv ]
QAudioInput::processedUSecs ( ) const
[ symbol: _ZNK11QAudioInput14processedUSecsEv ]
QAudioInput::QAudioInput [in-charge] ( QAudioDeviceInfo const& audioDeviceInfo, QAudioFormat const& format, QObject* parent )
[ symbol: _ZN11QAudioInputC1ERK16QAudioDeviceInfoRK12QAudioFormatP7QObject ]
QAudioInput::QAudioInput [in-charge] ( QAudioFormat const& format, QObject* parent )
[ symbol: _ZN11QAudioInputC1ERK12QAudioFormatP7QObject ]
QAudioInput::QAudioInput [not-in-charge] ( QAudioDeviceInfo const& audioDeviceInfo, QAudioFormat const& format, QObject* parent )
[ symbol: _ZN11QAudioInputC2ERK16QAudioDeviceInfoRK12QAudioFormatP7QObject ]
QAudioInput::QAudioInput [not-in-charge] ( QAudioFormat const& format, QObject* parent )
[ symbol: _ZN11QAudioInputC2ERK12QAudioFormatP7QObject ]
QAudioInput::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN11QAudioInput11qt_metacallEN11QMetaObject4CallEiPPv ]
QAudioInput::qt_metacast ( char const* p1 )
[ symbol: _ZN11QAudioInput11qt_metacastEPKc ]
QAudioInput::reset ( )
[ symbol: _ZN11QAudioInput5resetEv ]
QAudioInput::resume ( )
[ symbol: _ZN11QAudioInput6resumeEv ]
QAudioInput::setBufferSize ( int bytes )
[ symbol: _ZN11QAudioInput13setBufferSizeEi ]
QAudioInput::setNotifyInterval ( int milliSeconds )
[ symbol: _ZN11QAudioInput17setNotifyIntervalEi ]
QAudioInput::start ( )
[ symbol: _ZN11QAudioInput5startEv ]
QAudioInput::start ( QIODevice* device )
[ symbol: _ZN11QAudioInput5startEP9QIODevice ]
QAudioInput::state ( ) const
[ symbol: _ZNK11QAudioInput5stateEv ]
QAudioInput::stateChanged ( QAudio::State p1 )
[ symbol: _ZN11QAudioInput12stateChangedEN6QAudio5StateE ]
QAudioInput::staticMetaObject [data]
[ symbol: _ZN11QAudioInput16staticMetaObjectE ]
QAudioInput::stop ( )
[ symbol: _ZN11QAudioInput4stopEv ]
QAudioInput::suspend ( )
[ symbol: _ZN11QAudioInput7suspendEv ]
QAudioInput::~QAudioInput [in-charge-deleting] ( )
[ symbol: _ZN11QAudioInputD0Ev ]
QAudioInput::~QAudioInput [in-charge] ( )
[ symbol: _ZN11QAudioInputD1Ev ]
QAudioInput::~QAudioInput [not-in-charge] ( )
[ symbol: _ZN11QAudioInputD2Ev ]
qaudiooutput.h,
libQtMultimedia.so.4.6.0
QAudioOutput::bufferSize ( ) const
[ symbol: _ZNK12QAudioOutput10bufferSizeEv ]
QAudioOutput::bytesFree ( ) const
[ symbol: _ZNK12QAudioOutput9bytesFreeEv ]
QAudioOutput::elapsedUSecs ( ) const
[ symbol: _ZNK12QAudioOutput12elapsedUSecsEv ]
QAudioOutput::error ( ) const
[ symbol: _ZNK12QAudioOutput5errorEv ]
QAudioOutput::format ( ) const
[ symbol: _ZNK12QAudioOutput6formatEv ]
QAudioOutput::metaObject ( ) const
[ symbol: _ZNK12QAudioOutput10metaObjectEv ]
QAudioOutput::notify ( )
[ symbol: _ZN12QAudioOutput6notifyEv ]
QAudioOutput::notifyInterval ( ) const
[ symbol: _ZNK12QAudioOutput14notifyIntervalEv ]
QAudioOutput::periodSize ( ) const
[ symbol: _ZNK12QAudioOutput10periodSizeEv ]
QAudioOutput::processedUSecs ( ) const
[ symbol: _ZNK12QAudioOutput14processedUSecsEv ]
QAudioOutput::QAudioOutput [in-charge] ( QAudioDeviceInfo const& audioDeviceInfo, QAudioFormat const& format, QObject* parent )
[ symbol: _ZN12QAudioOutputC1ERK16QAudioDeviceInfoRK12QAudioFormatP7QObject ]
QAudioOutput::QAudioOutput [in-charge] ( QAudioFormat const& format, QObject* parent )
[ symbol: _ZN12QAudioOutputC1ERK12QAudioFormatP7QObject ]
QAudioOutput::QAudioOutput [not-in-charge] ( QAudioDeviceInfo const& audioDeviceInfo, QAudioFormat const& format, QObject* parent )
[ symbol: _ZN12QAudioOutputC2ERK16QAudioDeviceInfoRK12QAudioFormatP7QObject ]
QAudioOutput::QAudioOutput [not-in-charge] ( QAudioFormat const& format, QObject* parent )
[ symbol: _ZN12QAudioOutputC2ERK12QAudioFormatP7QObject ]
QAudioOutput::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN12QAudioOutput11qt_metacallEN11QMetaObject4CallEiPPv ]
QAudioOutput::qt_metacast ( char const* p1 )
[ symbol: _ZN12QAudioOutput11qt_metacastEPKc ]
QAudioOutput::reset ( )
[ symbol: _ZN12QAudioOutput5resetEv ]
QAudioOutput::resume ( )
[ symbol: _ZN12QAudioOutput6resumeEv ]
QAudioOutput::setBufferSize ( int bytes )
[ symbol: _ZN12QAudioOutput13setBufferSizeEi ]
QAudioOutput::setNotifyInterval ( int milliSeconds )
[ symbol: _ZN12QAudioOutput17setNotifyIntervalEi ]
QAudioOutput::start ( )
[ symbol: _ZN12QAudioOutput5startEv ]
QAudioOutput::start ( QIODevice* device )
[ symbol: _ZN12QAudioOutput5startEP9QIODevice ]
QAudioOutput::state ( ) const
[ symbol: _ZNK12QAudioOutput5stateEv ]
QAudioOutput::stateChanged ( QAudio::State p1 )
[ symbol: _ZN12QAudioOutput12stateChangedEN6QAudio5StateE ]
QAudioOutput::staticMetaObject [data]
[ symbol: _ZN12QAudioOutput16staticMetaObjectE ]
QAudioOutput::stop ( )
[ symbol: _ZN12QAudioOutput4stopEv ]
QAudioOutput::suspend ( )
[ symbol: _ZN12QAudioOutput7suspendEv ]
QAudioOutput::~QAudioOutput [in-charge-deleting] ( )
[ symbol: _ZN12QAudioOutputD0Ev ]
QAudioOutput::~QAudioOutput [in-charge] ( )
[ symbol: _ZN12QAudioOutputD1Ev ]
QAudioOutput::~QAudioOutput [not-in-charge] ( )
[ symbol: _ZN12QAudioOutputD2Ev ]
qbenchmark.h,
libQtTest.so.4.6.0
namespace QTest
QBenchmarkIterationController::QBenchmarkIterationController [in-charge] ( QBenchmarkIterationController::RunMode runMode )
[ symbol: _ZN5QTest29QBenchmarkIterationControllerC1ENS0_7RunModeE ]
QBenchmarkIterationController::QBenchmarkIterationController [not-in-charge] ( QBenchmarkIterationController::RunMode runMode )
[ symbol: _ZN5QTest29QBenchmarkIterationControllerC2ENS0_7RunModeE ]
qbrush.h,
libQtGui.so.4.6.0
qHasPixmapTexture ( QBrush const& brush )
[ symbol: _Z17qHasPixmapTextureRK6QBrush ]
qbytearray.h,
libQtCore.so.4.6.0
QByteArray::insert ( int i, char const* s, int len )
[ symbol: _ZN10QByteArray6insertEiPKci ]
QByteArray::prepend ( char const* s, int len )
[ symbol: _ZN10QByteArray7prependEPKci ]
QByteArray::QByteArray [in-charge] ( int size, Qt::Initialization p2 )
[ symbol: _ZN10QByteArrayC1EiN2Qt14InitializationE ]
QByteArray::QByteArray [not-in-charge] ( int size, Qt::Initialization p2 )
[ symbol: _ZN10QByteArrayC2EiN2Qt14InitializationE ]
qcolor.h,
libQtGui.so.4.6.0
QColor::fromHsl ( int h, int s, int l, int a ) [static]
[ symbol: _ZN6QColor7fromHslEiiii ]
QColor::fromHslF ( qreal h, qreal s, qreal l, qreal a ) [static]
[ symbol: _ZN6QColor8fromHslFEdddd ]
QColor::getHsl ( int* h, int* s, int* l, int* a ) const
[ symbol: _ZNK6QColor6getHslEPiS0_S0_S0_ ]
QColor::getHslF ( qreal* h, qreal* s, qreal* l, qreal* a ) const
[ symbol: _ZNK6QColor7getHslFEPdS0_S0_S0_ ]
QColor::hslHue ( ) const
[ symbol: _ZNK6QColor6hslHueEv ]
QColor::hslHueF ( ) const
[ symbol: _ZNK6QColor7hslHueFEv ]
QColor::hslSaturation ( ) const
[ symbol: _ZNK6QColor13hslSaturationEv ]
QColor::hslSaturationF ( ) const
[ symbol: _ZNK6QColor14hslSaturationFEv ]
QColor::hsvHue ( ) const
[ symbol: _ZNK6QColor6hsvHueEv ]
QColor::hsvHueF ( ) const
[ symbol: _ZNK6QColor7hsvHueFEv ]
QColor::hsvSaturation ( ) const
[ symbol: _ZNK6QColor13hsvSaturationEv ]
QColor::hsvSaturationF ( ) const
[ symbol: _ZNK6QColor14hsvSaturationFEv ]
QColor::lightness ( ) const
[ symbol: _ZNK6QColor9lightnessEv ]
QColor::lightnessF ( ) const
[ symbol: _ZNK6QColor10lightnessFEv ]
QColor::setHsl ( int h, int s, int l, int a )
[ symbol: _ZN6QColor6setHslEiiii ]
QColor::setHslF ( qreal h, qreal s, qreal l, qreal a )
[ symbol: _ZN6QColor7setHslFEdddd ]
QColor::toHsl ( ) const
[ symbol: _ZNK6QColor5toHslEv ]
qcolumnview.h,
libQtGui.so.4.6.0
QColumnView::rowsInserted ( QModelIndex const& parent, int start, int end )
[ symbol: _ZN11QColumnView12rowsInsertedERK11QModelIndexii ]
qcompleter.h,
libQtGui.so.4.6.0
QCompleter::maxVisibleItems ( ) const
[ symbol: _ZNK10QCompleter15maxVisibleItemsEv ]
QCompleter::setMaxVisibleItems ( int maxItems )
[ symbol: _ZN10QCompleter18setMaxVisibleItemsEi ]
qcontiguouscache.h,
libQtCore.so.4.6.0
QContiguousCacheData::allocate ( int size, int alignment ) [static]
[ symbol: _ZN20QContiguousCacheData8allocateEii ]
QContiguousCacheData::free ( QContiguousCacheData* data ) [static]
[ symbol: _ZN20QContiguousCacheData4freeEPS_ ]
qcoreevent.h,
libQtCore.so.4.6.0
QEvent::staticMetaObject [data]
[ symbol: _ZN6QEvent16staticMetaObjectE ]
qdatastream.h,
libQtCore.so.4.6.0
QDataStream::floatingPointPrecision ( ) const
[ symbol: _ZNK11QDataStream22floatingPointPrecisionEv ]
QDataStream::setFloatingPointPrecision ( QDataStream::FloatingPointPrecision precision )
[ symbol: _ZN11QDataStream25setFloatingPointPrecisionENS_22FloatingPointPrecisionE ]
qdbusabstractinterface.h,
libQtDBus.so.4.6.0
QDBusAbstractInterfaceBase::QDBusAbstractInterfaceBase [in-charge] ( QDBusAbstractInterfacePrivate& dd, QObject* parent )
[ symbol: _ZN26QDBusAbstractInterfaceBaseC1ER29QDBusAbstractInterfacePrivateP7QObject ]
QDBusAbstractInterfaceBase::QDBusAbstractInterfaceBase [not-in-charge] ( QDBusAbstractInterfacePrivate& dd, QObject* parent )
[ symbol: _ZN26QDBusAbstractInterfaceBaseC2ER29QDBusAbstractInterfacePrivateP7QObject ]
QDBusAbstractInterfaceBase::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN26QDBusAbstractInterfaceBase11qt_metacallEN11QMetaObject4CallEiPPv ]
qdbusconnection.h,
libQtDBus.so.4.6.0
QDBusConnection::connect ( QString const& service, QString const& path, QString const& interface, QString const& name, QStringList const& argumentMatch, QString const& signature, QObject* receiver, char const* slot )
[ symbol: _ZN15QDBusConnection7connectERK7QStringS2_S2_S2_RK11QStringListS2_P7QObjectPKc ]
QDBusConnection::disconnect ( QString const& service, QString const& path, QString const& interface, QString const& name, QStringList const& argumentMatch, QString const& signature, QObject* receiver, char const* slot )
[ symbol: _ZN15QDBusConnection10disconnectERK7QStringS2_S2_S2_RK11QStringListS2_P7QObjectPKc ]
qdbusmessage.h,
libQtDBus.so.4.6.0
QDBusMessage::createErrorReply ( QDBusError::ErrorType type, QString const& msg ) const
[ symbol: _ZNK12QDBusMessage16createErrorReplyEN10QDBusError9ErrorTypeERK7QString ]
qdbuspendingcall.h,
libQtDBus.so.4.6.0
QDBusPendingCall::fromCompletedCall ( QDBusMessage const& message ) [static]
[ symbol: _ZN16QDBusPendingCall17fromCompletedCallERK12QDBusMessage ]
QDBusPendingCall::fromError ( QDBusError const& error ) [static]
[ symbol: _ZN16QDBusPendingCall9fromErrorERK10QDBusError ]
qdbusservicewatcher.h,
libQtDBus.so.4.6.0
QDBusServiceWatcher::addWatchedService ( QString const& newService )
[ symbol: _ZN19QDBusServiceWatcher17addWatchedServiceERK7QString ]
QDBusServiceWatcher::connection ( ) const
[ symbol: _ZNK19QDBusServiceWatcher10connectionEv ]
QDBusServiceWatcher::metaObject ( ) const
[ symbol: _ZNK19QDBusServiceWatcher10metaObjectEv ]
QDBusServiceWatcher::QDBusServiceWatcher [in-charge] ( QObject* parent )
[ symbol: _ZN19QDBusServiceWatcherC1EP7QObject ]
QDBusServiceWatcher::QDBusServiceWatcher [in-charge] ( QString const& service, QDBusConnection const& connection, QDBusServiceWatcher::WatchMode watchMode, QObject* parent )
[ symbol: _ZN19QDBusServiceWatcherC1ERK7QStringRK15QDBusConnection6QFlagsINS_13WatchModeFlagEEP7QObject ]
QDBusServiceWatcher::QDBusServiceWatcher [not-in-charge] ( QObject* parent )
[ symbol: _ZN19QDBusServiceWatcherC2EP7QObject ]
QDBusServiceWatcher::QDBusServiceWatcher [not-in-charge] ( QString const& service, QDBusConnection const& connection, QDBusServiceWatcher::WatchMode watchMode, QObject* parent )
[ symbol: _ZN19QDBusServiceWatcherC2ERK7QStringRK15QDBusConnection6QFlagsINS_13WatchModeFlagEEP7QObject ]
QDBusServiceWatcher::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN19QDBusServiceWatcher11qt_metacallEN11QMetaObject4CallEiPPv ]
QDBusServiceWatcher::qt_metacast ( char const* p1 )
[ symbol: _ZN19QDBusServiceWatcher11qt_metacastEPKc ]
QDBusServiceWatcher::removeWatchedService ( QString const& service )
[ symbol: _ZN19QDBusServiceWatcher20removeWatchedServiceERK7QString ]
QDBusServiceWatcher::serviceOwnerChanged ( QString const& service, QString const& oldOwner, QString const& newOwner )
[ symbol: _ZN19QDBusServiceWatcher19serviceOwnerChangedERK7QStringS2_S2_ ]
QDBusServiceWatcher::serviceRegistered ( QString const& service )
[ symbol: _ZN19QDBusServiceWatcher17serviceRegisteredERK7QString ]
QDBusServiceWatcher::serviceUnregistered ( QString const& service )
[ symbol: _ZN19QDBusServiceWatcher19serviceUnregisteredERK7QString ]
QDBusServiceWatcher::setConnection ( QDBusConnection const& connection )
[ symbol: _ZN19QDBusServiceWatcher13setConnectionERK15QDBusConnection ]
QDBusServiceWatcher::setWatchedServices ( QStringList const& services )
[ symbol: _ZN19QDBusServiceWatcher18setWatchedServicesERK11QStringList ]
QDBusServiceWatcher::setWatchMode ( QDBusServiceWatcher::WatchMode mode )
[ symbol: _ZN19QDBusServiceWatcher12setWatchModeE6QFlagsINS_13WatchModeFlagEE ]
QDBusServiceWatcher::staticMetaObject [data]
[ symbol: _ZN19QDBusServiceWatcher16staticMetaObjectE ]
QDBusServiceWatcher::watchedServices ( ) const
[ symbol: _ZNK19QDBusServiceWatcher15watchedServicesEv ]
QDBusServiceWatcher::watchMode ( ) const
[ symbol: _ZNK19QDBusServiceWatcher9watchModeEv ]
QDBusServiceWatcher::~QDBusServiceWatcher [in-charge-deleting] ( )
[ symbol: _ZN19QDBusServiceWatcherD0Ev ]
QDBusServiceWatcher::~QDBusServiceWatcher [in-charge] ( )
[ symbol: _ZN19QDBusServiceWatcherD1Ev ]
QDBusServiceWatcher::~QDBusServiceWatcher [not-in-charge] ( )
[ symbol: _ZN19QDBusServiceWatcherD2Ev ]
qdesktopwidget.h,
libQtGui.so.4.6.0
QDesktopWidget::availableGeometry ( QWidget const* widget ) const
[ symbol: _ZNK14QDesktopWidget17availableGeometryEPK7QWidget ]
QDesktopWidget::screenCountChanged ( int p1 )
[ symbol: _ZN14QDesktopWidget18screenCountChangedEi ]
QDesktopWidget::screenGeometry ( QWidget const* widget ) const
[ symbol: _ZNK14QDesktopWidget14screenGeometryEPK7QWidget ]
qdrawutil.h,
libQtGui.so.4.6.0
qDrawBorderPixmap ( QPainter* painter, QRect const& targetRect, QMargins const& targetMargins, QPixmap const& pixmap, QRect const& sourceRect, QMargins const& sourceMargins, QTileRules const& rules, QDrawBorderPixmap::DrawingHints hints )
[ symbol: _Z17qDrawBorderPixmapP8QPainterRK5QRectRK8QMarginsRK7QPixmapS3_S6_RK10QTileRules6QFlagsIN17QDrawBorderPixmap11DrawingHintEE ]
qDrawPixmaps ( QPainter* painter, QDrawPixmaps::Data const* drawingData, int dataCount, QPixmap const& pixmap, QDrawPixmaps::DrawingHints hints )
[ symbol: _Z12qDrawPixmapsP8QPainterPKN12QDrawPixmaps4DataEiRK7QPixmap6QFlagsINS1_11DrawingHintEE ]
qeasingcurve.h,
libQtCore.so.4.6.0
operator<< ( QDebug debug, QEasingCurve const& item )
[ symbol: _Zls6QDebugRK12QEasingCurve ]
QEasingCurve::amplitude ( ) const
[ symbol: _ZNK12QEasingCurve9amplitudeEv ]
QEasingCurve::customType ( ) const
[ symbol: _ZNK12QEasingCurve10customTypeEv ]
QEasingCurve::operator= ( QEasingCurve const& other )
[ symbol: _ZN12QEasingCurveaSERKS_ ]
QEasingCurve::operator== ( QEasingCurve const& other ) const
[ symbol: _ZNK12QEasingCurveeqERKS_ ]
QEasingCurve::overshoot ( ) const
[ symbol: _ZNK12QEasingCurve9overshootEv ]
QEasingCurve::period ( ) const
[ symbol: _ZNK12QEasingCurve6periodEv ]
QEasingCurve::QEasingCurve [in-charge] ( QEasingCurve const& other )
[ symbol: _ZN12QEasingCurveC1ERKS_ ]
QEasingCurve::QEasingCurve [in-charge] ( QEasingCurve::Type type )
[ symbol: _ZN12QEasingCurveC1ENS_4TypeE ]
QEasingCurve::QEasingCurve [not-in-charge] ( QEasingCurve const& other )
[ symbol: _ZN12QEasingCurveC2ERKS_ ]
QEasingCurve::QEasingCurve [not-in-charge] ( QEasingCurve::Type type )
[ symbol: _ZN12QEasingCurveC2ENS_4TypeE ]
QEasingCurve::setAmplitude ( qreal amplitude )
[ symbol: _ZN12QEasingCurve12setAmplitudeEd ]
QEasingCurve::setCustomType ( QEasingCurve::EasingFunction func )
[ symbol: _ZN12QEasingCurve13setCustomTypeEPFddE ]
QEasingCurve::setOvershoot ( qreal overshoot )
[ symbol: _ZN12QEasingCurve12setOvershootEd ]
QEasingCurve::setPeriod ( qreal period )
[ symbol: _ZN12QEasingCurve9setPeriodEd ]
QEasingCurve::setType ( QEasingCurve::Type type )
[ symbol: _ZN12QEasingCurve7setTypeENS_4TypeE ]
QEasingCurve::staticMetaObject [data]
[ symbol: _ZN12QEasingCurve16staticMetaObjectE ]
QEasingCurve::type ( ) const
[ symbol: _ZNK12QEasingCurve4typeEv ]
QEasingCurve::valueForProgress ( qreal progress ) const
[ symbol: _ZNK12QEasingCurve16valueForProgressEd ]
QEasingCurve::~QEasingCurve [in-charge] ( )
[ symbol: _ZN12QEasingCurveD1Ev ]
QEasingCurve::~QEasingCurve [not-in-charge] ( )
[ symbol: _ZN12QEasingCurveD2Ev ]
qevent.h,
libQtGui.so.4.6.0
QFileOpenEvent::QFileOpenEvent [in-charge] ( QUrl const& url )
[ symbol: _ZN14QFileOpenEventC1ERK4QUrl ]
QFileOpenEvent::QFileOpenEvent [not-in-charge] ( QUrl const& url )
[ symbol: _ZN14QFileOpenEventC2ERK4QUrl ]
QFileOpenEvent::url ( ) const
[ symbol: _ZNK14QFileOpenEvent3urlEv ]
QGestureEvent::accept ( QGesture* p1 )
[ symbol: _ZN13QGestureEvent6acceptEP8QGesture ]
QGestureEvent::accept ( Qt::GestureType p1 )
[ symbol: _ZN13QGestureEvent6acceptEN2Qt11GestureTypeE ]
QGestureEvent::activeGestures ( ) const
[ symbol: _ZNK13QGestureEvent14activeGesturesEv ]
QGestureEvent::canceledGestures ( ) const
[ symbol: _ZNK13QGestureEvent16canceledGesturesEv ]
QGestureEvent::gesture ( Qt::GestureType type ) const
[ symbol: _ZNK13QGestureEvent7gestureEN2Qt11GestureTypeE ]
QGestureEvent::gestures ( ) const
[ symbol: _ZNK13QGestureEvent8gesturesEv ]
QGestureEvent::ignore ( QGesture* p1 )
[ symbol: _ZN13QGestureEvent6ignoreEP8QGesture ]
QGestureEvent::ignore ( Qt::GestureType p1 )
[ symbol: _ZN13QGestureEvent6ignoreEN2Qt11GestureTypeE ]
QGestureEvent::isAccepted ( QGesture* p1 ) const
[ symbol: _ZNK13QGestureEvent10isAcceptedEP8QGesture ]
QGestureEvent::isAccepted ( Qt::GestureType p1 ) const
[ symbol: _ZNK13QGestureEvent10isAcceptedEN2Qt11GestureTypeE ]
QGestureEvent::mapToGraphicsScene ( QPointF const& gesturePoint ) const
[ symbol: _ZNK13QGestureEvent18mapToGraphicsSceneERK7QPointF ]
QGestureEvent::QGestureEvent [in-charge] ( QList<QGesture*>const& gestures )
[ symbol: _ZN13QGestureEventC1ERK5QListIP8QGestureE ]
QGestureEvent::QGestureEvent [not-in-charge] ( QList<QGesture*>const& gestures )
[ symbol: _ZN13QGestureEventC2ERK5QListIP8QGestureE ]
QGestureEvent::setAccepted ( QGesture* p1, bool p2 )
[ symbol: _ZN13QGestureEvent11setAcceptedEP8QGestureb ]
QGestureEvent::setAccepted ( Qt::GestureType p1, bool p2 )
[ symbol: _ZN13QGestureEvent11setAcceptedEN2Qt11GestureTypeEb ]
QGestureEvent::setWidget ( QWidget* widget )
[ symbol: _ZN13QGestureEvent9setWidgetEP7QWidget ]
QGestureEvent::widget ( ) const
[ symbol: _ZNK13QGestureEvent6widgetEv ]
QGestureEvent::~QGestureEvent [in-charge-deleting] ( )
[ symbol: _ZN13QGestureEventD0Ev ]
QGestureEvent::~QGestureEvent [in-charge] ( )
[ symbol: _ZN13QGestureEventD1Ev ]
QGestureEvent::~QGestureEvent [not-in-charge] ( )
[ symbol: _ZN13QGestureEventD2Ev ]
QTouchEvent::QTouchEvent [in-charge] ( QEvent::Type eventType, QTouchEvent::DeviceType deviceType, Qt::KeyboardModifiers modifiers, Qt::TouchPointStates touchPointStates, QList<QTouchEvent::TouchPoint>const& touchPoints )
[ symbol: _ZN11QTouchEventC1EN6QEvent4TypeENS_10DeviceTypeE6QFlagsIN2Qt16KeyboardModifierEES3_INS4_15TouchPointStateEERK5QListINS_10TouchPointEE ]
QTouchEvent::QTouchEvent [not-in-charge] ( QEvent::Type eventType, QTouchEvent::DeviceType deviceType, Qt::KeyboardModifiers modifiers, Qt::TouchPointStates touchPointStates, QList<QTouchEvent::TouchPoint>const& touchPoints )
[ symbol: _ZN11QTouchEventC2EN6QEvent4TypeENS_10DeviceTypeE6QFlagsIN2Qt16KeyboardModifierEES3_INS4_15TouchPointStateEERK5QListINS_10TouchPointEE ]
QTouchEvent::TouchPoint::id ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint2idEv ]
QTouchEvent::TouchPoint::isPrimary ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint9isPrimaryEv ]
QTouchEvent::TouchPoint::lastNormalizedPos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint17lastNormalizedPosEv ]
QTouchEvent::TouchPoint::lastPos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint7lastPosEv ]
QTouchEvent::TouchPoint::lastScenePos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint12lastScenePosEv ]
QTouchEvent::TouchPoint::lastScreenPos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint13lastScreenPosEv ]
QTouchEvent::TouchPoint::normalizedPos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint13normalizedPosEv ]
QTouchEvent::TouchPoint::operator= ( QTouchEvent::TouchPoint const& other )
[ symbol: _ZN11QTouchEvent10TouchPointaSERKS0_ ]
QTouchEvent::TouchPoint::pos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint3posEv ]
QTouchEvent::TouchPoint::pressure ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint8pressureEv ]
QTouchEvent::TouchPoint::rect ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint4rectEv ]
QTouchEvent::TouchPoint::scenePos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint8scenePosEv ]
QTouchEvent::TouchPoint::sceneRect ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint9sceneRectEv ]
QTouchEvent::TouchPoint::screenPos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint9screenPosEv ]
QTouchEvent::TouchPoint::screenRect ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint10screenRectEv ]
QTouchEvent::TouchPoint::setId ( int id )
[ symbol: _ZN11QTouchEvent10TouchPoint5setIdEi ]
QTouchEvent::TouchPoint::setLastNormalizedPos ( QPointF const& lastNormalizedPos )
[ symbol: _ZN11QTouchEvent10TouchPoint20setLastNormalizedPosERK7QPointF ]
QTouchEvent::TouchPoint::setLastPos ( QPointF const& lastPos )
[ symbol: _ZN11QTouchEvent10TouchPoint10setLastPosERK7QPointF ]
QTouchEvent::TouchPoint::setLastScenePos ( QPointF const& lastScenePos )
[ symbol: _ZN11QTouchEvent10TouchPoint15setLastScenePosERK7QPointF ]
QTouchEvent::TouchPoint::setLastScreenPos ( QPointF const& lastScreenPos )
[ symbol: _ZN11QTouchEvent10TouchPoint16setLastScreenPosERK7QPointF ]
QTouchEvent::TouchPoint::setNormalizedPos ( QPointF const& normalizedPos )
[ symbol: _ZN11QTouchEvent10TouchPoint16setNormalizedPosERK7QPointF ]
QTouchEvent::TouchPoint::setPos ( QPointF const& pos )
[ symbol: _ZN11QTouchEvent10TouchPoint6setPosERK7QPointF ]
QTouchEvent::TouchPoint::setPressure ( qreal pressure )
[ symbol: _ZN11QTouchEvent10TouchPoint11setPressureEd ]
QTouchEvent::TouchPoint::setRect ( QRectF const& rect )
[ symbol: _ZN11QTouchEvent10TouchPoint7setRectERK6QRectF ]
QTouchEvent::TouchPoint::setScenePos ( QPointF const& scenePos )
[ symbol: _ZN11QTouchEvent10TouchPoint11setScenePosERK7QPointF ]
QTouchEvent::TouchPoint::setSceneRect ( QRectF const& sceneRect )
[ symbol: _ZN11QTouchEvent10TouchPoint12setSceneRectERK6QRectF ]
QTouchEvent::TouchPoint::setScreenPos ( QPointF const& screenPos )
[ symbol: _ZN11QTouchEvent10TouchPoint12setScreenPosERK7QPointF ]
QTouchEvent::TouchPoint::setScreenRect ( QRectF const& screenRect )
[ symbol: _ZN11QTouchEvent10TouchPoint13setScreenRectERK6QRectF ]
QTouchEvent::TouchPoint::setStartNormalizedPos ( QPointF const& startNormalizedPos )
[ symbol: _ZN11QTouchEvent10TouchPoint21setStartNormalizedPosERK7QPointF ]
QTouchEvent::TouchPoint::setStartPos ( QPointF const& startPos )
[ symbol: _ZN11QTouchEvent10TouchPoint11setStartPosERK7QPointF ]
QTouchEvent::TouchPoint::setStartScenePos ( QPointF const& startScenePos )
[ symbol: _ZN11QTouchEvent10TouchPoint16setStartScenePosERK7QPointF ]
QTouchEvent::TouchPoint::setStartScreenPos ( QPointF const& startScreenPos )
[ symbol: _ZN11QTouchEvent10TouchPoint17setStartScreenPosERK7QPointF ]
QTouchEvent::TouchPoint::setState ( Qt::TouchPointStates state )
[ symbol: _ZN11QTouchEvent10TouchPoint8setStateE6QFlagsIN2Qt15TouchPointStateEE ]
QTouchEvent::TouchPoint::startNormalizedPos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint18startNormalizedPosEv ]
QTouchEvent::TouchPoint::startPos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint8startPosEv ]
QTouchEvent::TouchPoint::startScenePos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint13startScenePosEv ]
QTouchEvent::TouchPoint::startScreenPos ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint14startScreenPosEv ]
QTouchEvent::TouchPoint::state ( ) const
[ symbol: _ZNK11QTouchEvent10TouchPoint5stateEv ]
QTouchEvent::TouchPoint::TouchPoint [in-charge] ( int id )
[ symbol: _ZN11QTouchEvent10TouchPointC1Ei ]
QTouchEvent::TouchPoint::TouchPoint [in-charge] ( QTouchEvent::TouchPoint const& other )
[ symbol: _ZN11QTouchEvent10TouchPointC1ERKS0_ ]
QTouchEvent::TouchPoint::TouchPoint [not-in-charge] ( int id )
[ symbol: _ZN11QTouchEvent10TouchPointC2Ei ]
QTouchEvent::TouchPoint::TouchPoint [not-in-charge] ( QTouchEvent::TouchPoint const& other )
[ symbol: _ZN11QTouchEvent10TouchPointC2ERKS0_ ]
QTouchEvent::TouchPoint::~TouchPoint [in-charge] ( )
[ symbol: _ZN11QTouchEvent10TouchPointD1Ev ]
QTouchEvent::TouchPoint::~TouchPoint [not-in-charge] ( )
[ symbol: _ZN11QTouchEvent10TouchPointD2Ev ]
QTouchEvent::~QTouchEvent [in-charge-deleting] ( )
[ symbol: _ZN11QTouchEventD0Ev ]
QTouchEvent::~QTouchEvent [in-charge] ( )
[ symbol: _ZN11QTouchEventD1Ev ]
QTouchEvent::~QTouchEvent [not-in-charge] ( )
[ symbol: _ZN11QTouchEventD2Ev ]
qeventtransition.h,
libQtCore.so.4.6.0
QEventTransition::event ( QEvent* e )
[ symbol: _ZN16QEventTransition5eventEP6QEvent ]
QEventTransition::eventSource ( ) const
[ symbol: _ZNK16QEventTransition11eventSourceEv ]
QEventTransition::eventTest ( QEvent* event )
[ symbol: _ZN16QEventTransition9eventTestEP6QEvent ]
QEventTransition::eventType ( ) const
[ symbol: _ZNK16QEventTransition9eventTypeEv ]
QEventTransition::metaObject ( ) const
[ symbol: _ZNK16QEventTransition10metaObjectEv ]
QEventTransition::onTransition ( QEvent* event )
[ symbol: _ZN16QEventTransition12onTransitionEP6QEvent ]
QEventTransition::QEventTransition [in-charge] ( QEventTransitionPrivate& dd, QObject* object, QEvent::Type type, QState* parent )
[ symbol: _ZN16QEventTransitionC1ER23QEventTransitionPrivateP7QObjectN6QEvent4TypeEP6QState ]
QEventTransition::QEventTransition [in-charge] ( QEventTransitionPrivate& dd, QState* parent )
[ symbol: _ZN16QEventTransitionC1ER23QEventTransitionPrivateP6QState ]
QEventTransition::QEventTransition [in-charge] ( QObject* object, QEvent::Type type, QState* sourceState )
[ symbol: _ZN16QEventTransitionC1EP7QObjectN6QEvent4TypeEP6QState ]
QEventTransition::QEventTransition [in-charge] ( QState* sourceState )
[ symbol: _ZN16QEventTransitionC1EP6QState ]
QEventTransition::QEventTransition [not-in-charge] ( QEventTransitionPrivate& dd, QObject* object, QEvent::Type type, QState* parent )
[ symbol: _ZN16QEventTransitionC2ER23QEventTransitionPrivateP7QObjectN6QEvent4TypeEP6QState ]
QEventTransition::QEventTransition [not-in-charge] ( QEventTransitionPrivate& dd, QState* parent )
[ symbol: _ZN16QEventTransitionC2ER23QEventTransitionPrivateP6QState ]
QEventTransition::QEventTransition [not-in-charge] ( QObject* object, QEvent::Type type, QState* sourceState )
[ symbol: _ZN16QEventTransitionC2EP7QObjectN6QEvent4TypeEP6QState ]
QEventTransition::QEventTransition [not-in-charge] ( QState* sourceState )
[ symbol: _ZN16QEventTransitionC2EP6QState ]
QEventTransition::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN16QEventTransition11qt_metacallEN11QMetaObject4CallEiPPv ]
QEventTransition::qt_metacast ( char const* p1 )
[ symbol: _ZN16QEventTransition11qt_metacastEPKc ]
QEventTransition::setEventSource ( QObject* object )
[ symbol: _ZN16QEventTransition14setEventSourceEP7QObject ]
QEventTransition::setEventType ( QEvent::Type type )
[ symbol: _ZN16QEventTransition12setEventTypeEN6QEvent4TypeE ]
QEventTransition::staticMetaObject [data]
[ symbol: _ZN16QEventTransition16staticMetaObjectE ]
QEventTransition::~QEventTransition [in-charge-deleting] ( )
[ symbol: _ZN16QEventTransitionD0Ev ]
QEventTransition::~QEventTransition [in-charge] ( )
[ symbol: _ZN16QEventTransitionD1Ev ]
QEventTransition::~QEventTransition [not-in-charge] ( )
[ symbol: _ZN16QEventTransitionD2Ev ]
qfinalstate.h,
libQtCore.so.4.6.0
QFinalState::event ( QEvent* e )
[ symbol: _ZN11QFinalState5eventEP6QEvent ]
QFinalState::metaObject ( ) const
[ symbol: _ZNK11QFinalState10metaObjectEv ]
QFinalState::onEntry ( QEvent* event )
[ symbol: _ZN11QFinalState7onEntryEP6QEvent ]
QFinalState::onExit ( QEvent* event )
[ symbol: _ZN11QFinalState6onExitEP6QEvent ]
QFinalState::QFinalState [in-charge] ( QState* parent )
[ symbol: _ZN11QFinalStateC1EP6QState ]
QFinalState::QFinalState [not-in-charge] ( QState* parent )
[ symbol: _ZN11QFinalStateC2EP6QState ]
QFinalState::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN11QFinalState11qt_metacallEN11QMetaObject4CallEiPPv ]
QFinalState::qt_metacast ( char const* p1 )
[ symbol: _ZN11QFinalState11qt_metacastEPKc ]
QFinalState::staticMetaObject [data]
[ symbol: _ZN11QFinalState16staticMetaObjectE ]
QFinalState::~QFinalState [in-charge-deleting] ( )
[ symbol: _ZN11QFinalStateD0Ev ]
QFinalState::~QFinalState [in-charge] ( )
[ symbol: _ZN11QFinalStateD1Ev ]
QFinalState::~QFinalState [not-in-charge] ( )
[ symbol: _ZN11QFinalStateD2Ev ]
qgesture.h,
libQtGui.so.4.6.0
QGesture::gestureCancelPolicy ( ) const
[ symbol: _ZNK8QGesture19gestureCancelPolicyEv ]
QGesture::gestureType ( ) const
[ symbol: _ZNK8QGesture11gestureTypeEv ]
QGesture::hasHotSpot ( ) const
[ symbol: _ZNK8QGesture10hasHotSpotEv ]
QGesture::hotSpot ( ) const
[ symbol: _ZNK8QGesture7hotSpotEv ]
QGesture::metaObject ( ) const
[ symbol: _ZNK8QGesture10metaObjectEv ]
QGesture::QGesture [in-charge] ( QGesturePrivate& dd, QObject* parent )
[ symbol: _ZN8QGestureC1ER15QGesturePrivateP7QObject ]
QGesture::QGesture [in-charge] ( QObject* parent )
[ symbol: _ZN8QGestureC1EP7QObject ]
QGesture::QGesture [not-in-charge] ( QGesturePrivate& dd, QObject* parent )
[ symbol: _ZN8QGestureC2ER15QGesturePrivateP7QObject ]
QGesture::QGesture [not-in-charge] ( QObject* parent )
[ symbol: _ZN8QGestureC2EP7QObject ]
QGesture::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN8QGesture11qt_metacallEN11QMetaObject4CallEiPPv ]
QGesture::qt_metacast ( char const* p1 )
[ symbol: _ZN8QGesture11qt_metacastEPKc ]
QGesture::setGestureCancelPolicy ( QGesture::GestureCancelPolicy policy )
[ symbol: _ZN8QGesture22setGestureCancelPolicyENS_19GestureCancelPolicyE ]
QGesture::setHotSpot ( QPointF const& value )
[ symbol: _ZN8QGesture10setHotSpotERK7QPointF ]
QGesture::state ( ) const
[ symbol: _ZNK8QGesture5stateEv ]
QGesture::staticMetaObject [data]
[ symbol: _ZN8QGesture16staticMetaObjectE ]
QGesture::unsetHotSpot ( )
[ symbol: _ZN8QGesture12unsetHotSpotEv ]
QGesture::~QGesture [in-charge-deleting] ( )
[ symbol: _ZN8QGestureD0Ev ]
QGesture::~QGesture [in-charge] ( )
[ symbol: _ZN8QGestureD1Ev ]
QGesture::~QGesture [not-in-charge] ( )
[ symbol: _ZN8QGestureD2Ev ]
QPanGesture::acceleration ( ) const
[ symbol: _ZNK11QPanGesture12accelerationEv ]
QPanGesture::delta ( ) const
[ symbol: _ZNK11QPanGesture5deltaEv ]
QPanGesture::lastOffset ( ) const
[ symbol: _ZNK11QPanGesture10lastOffsetEv ]
QPanGesture::metaObject ( ) const
[ symbol: _ZNK11QPanGesture10metaObjectEv ]
QPanGesture::offset ( ) const
[ symbol: _ZNK11QPanGesture6offsetEv ]
QPanGesture::QPanGesture [in-charge] ( QObject* parent )
[ symbol: _ZN11QPanGestureC1EP7QObject ]
QPanGesture::QPanGesture [not-in-charge] ( QObject* parent )
[ symbol: _ZN11QPanGestureC2EP7QObject ]
QPanGesture::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN11QPanGesture11qt_metacallEN11QMetaObject4CallEiPPv ]
QPanGesture::qt_metacast ( char const* p1 )
[ symbol: _ZN11QPanGesture11qt_metacastEPKc ]
QPanGesture::setAcceleration ( qreal value )
[ symbol: _ZN11QPanGesture15setAccelerationEd ]
QPanGesture::setLastOffset ( QPointF const& value )
[ symbol: _ZN11QPanGesture13setLastOffsetERK7QPointF ]
QPanGesture::setOffset ( QPointF const& value )
[ symbol: _ZN11QPanGesture9setOffsetERK7QPointF ]
QPanGesture::staticMetaObject [data]
[ symbol: _ZN11QPanGesture16staticMetaObjectE ]
QPinchGesture::centerPoint ( ) const
[ symbol: _ZNK13QPinchGesture11centerPointEv ]
QPinchGesture::changeFlags ( ) const
[ symbol: _ZNK13QPinchGesture11changeFlagsEv ]
QPinchGesture::lastCenterPoint ( ) const
[ symbol: _ZNK13QPinchGesture15lastCenterPointEv ]
QPinchGesture::lastRotationAngle ( ) const
[ symbol: _ZNK13QPinchGesture17lastRotationAngleEv ]
QPinchGesture::lastScaleFactor ( ) const
[ symbol: _ZNK13QPinchGesture15lastScaleFactorEv ]
QPinchGesture::metaObject ( ) const
[ symbol: _ZNK13QPinchGesture10metaObjectEv ]
QPinchGesture::QPinchGesture [in-charge] ( QObject* parent )
[ symbol: _ZN13QPinchGestureC1EP7QObject ]
QPinchGesture::QPinchGesture [not-in-charge] ( QObject* parent )
[ symbol: _ZN13QPinchGestureC2EP7QObject ]
QPinchGesture::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN13QPinchGesture11qt_metacallEN11QMetaObject4CallEiPPv ]
QPinchGesture::qt_metacast ( char const* p1 )
[ symbol: _ZN13QPinchGesture11qt_metacastEPKc ]
QPinchGesture::rotationAngle ( ) const
[ symbol: _ZNK13QPinchGesture13rotationAngleEv ]
QPinchGesture::scaleFactor ( ) const
[ symbol: _ZNK13QPinchGesture11scaleFactorEv ]
QPinchGesture::setCenterPoint ( QPointF const& value )
[ symbol: _ZN13QPinchGesture14setCenterPointERK7QPointF ]
QPinchGesture::setChangeFlags ( QPinchGesture::ChangeFlags value )
[ symbol: _ZN13QPinchGesture14setChangeFlagsE6QFlagsINS_10ChangeFlagEE ]
QPinchGesture::setLastCenterPoint ( QPointF const& value )
[ symbol: _ZN13QPinchGesture18setLastCenterPointERK7QPointF ]
QPinchGesture::setLastRotationAngle ( qreal value )
[ symbol: _ZN13QPinchGesture20setLastRotationAngleEd ]
QPinchGesture::setLastScaleFactor ( qreal value )
[ symbol: _ZN13QPinchGesture18setLastScaleFactorEd ]
QPinchGesture::setRotationAngle ( qreal value )
[ symbol: _ZN13QPinchGesture16setRotationAngleEd ]
QPinchGesture::setScaleFactor ( qreal value )
[ symbol: _ZN13QPinchGesture14setScaleFactorEd ]
QPinchGesture::setStartCenterPoint ( QPointF const& value )
[ symbol: _ZN13QPinchGesture19setStartCenterPointERK7QPointF ]
QPinchGesture::setTotalChangeFlags ( QPinchGesture::ChangeFlags value )
[ symbol: _ZN13QPinchGesture19setTotalChangeFlagsE6QFlagsINS_10ChangeFlagEE ]
QPinchGesture::setTotalRotationAngle ( qreal value )
[ symbol: _ZN13QPinchGesture21setTotalRotationAngleEd ]
QPinchGesture::setTotalScaleFactor ( qreal value )
[ symbol: _ZN13QPinchGesture19setTotalScaleFactorEd ]
QPinchGesture::startCenterPoint ( ) const
[ symbol: _ZNK13QPinchGesture16startCenterPointEv ]
QPinchGesture::staticMetaObject [data]
[ symbol: _ZN13QPinchGesture16staticMetaObjectE ]
QPinchGesture::totalChangeFlags ( ) const
[ symbol: _ZNK13QPinchGesture16totalChangeFlagsEv ]
QPinchGesture::totalRotationAngle ( ) const
[ symbol: _ZNK13QPinchGesture18totalRotationAngleEv ]
QPinchGesture::totalScaleFactor ( ) const
[ symbol: _ZNK13QPinchGesture16totalScaleFactorEv ]
QSwipeGesture::horizontalDirection ( ) const
[ symbol: _ZNK13QSwipeGesture19horizontalDirectionEv ]
QSwipeGesture::metaObject ( ) const
[ symbol: _ZNK13QSwipeGesture10metaObjectEv ]
QSwipeGesture::QSwipeGesture [in-charge] ( QObject* parent )
[ symbol: _ZN13QSwipeGestureC1EP7QObject ]
QSwipeGesture::QSwipeGesture [not-in-charge] ( QObject* parent )
[ symbol: _ZN13QSwipeGestureC2EP7QObject ]
QSwipeGesture::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN13QSwipeGesture11qt_metacallEN11QMetaObject4CallEiPPv ]
QSwipeGesture::qt_metacast ( char const* p1 )
[ symbol: _ZN13QSwipeGesture11qt_metacastEPKc ]
QSwipeGesture::setSwipeAngle ( qreal value )
[ symbol: _ZN13QSwipeGesture13setSwipeAngleEd ]
QSwipeGesture::staticMetaObject [data]
[ symbol: _ZN13QSwipeGesture16staticMetaObjectE ]
QSwipeGesture::swipeAngle ( ) const
[ symbol: _ZNK13QSwipeGesture10swipeAngleEv ]
QSwipeGesture::verticalDirection ( ) const
[ symbol: _ZNK13QSwipeGesture17verticalDirectionEv ]
QTapAndHoldGesture::metaObject ( ) const
[ symbol: _ZNK18QTapAndHoldGesture10metaObjectEv ]
QTapAndHoldGesture::position ( ) const
[ symbol: _ZNK18QTapAndHoldGesture8positionEv ]
QTapAndHoldGesture::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN18QTapAndHoldGesture11qt_metacallEN11QMetaObject4CallEiPPv ]
QTapAndHoldGesture::qt_metacast ( char const* p1 )
[ symbol: _ZN18QTapAndHoldGesture11qt_metacastEPKc ]
QTapAndHoldGesture::QTapAndHoldGesture [in-charge] ( QObject* parent )
[ symbol: _ZN18QTapAndHoldGestureC1EP7QObject ]
QTapAndHoldGesture::QTapAndHoldGesture [not-in-charge] ( QObject* parent )
[ symbol: _ZN18QTapAndHoldGestureC2EP7QObject ]
QTapAndHoldGesture::setPosition ( QPointF const& pos )
[ symbol: _ZN18QTapAndHoldGesture11setPositionERK7QPointF ]
QTapAndHoldGesture::staticMetaObject [data]
[ symbol: _ZN18QTapAndHoldGesture16staticMetaObjectE ]
QTapGesture::metaObject ( ) const
[ symbol: _ZNK11QTapGesture10metaObjectEv ]
QTapGesture::position ( ) const
[ symbol: _ZNK11QTapGesture8positionEv ]
QTapGesture::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN11QTapGesture11qt_metacallEN11QMetaObject4CallEiPPv ]
QTapGesture::qt_metacast ( char const* p1 )
[ symbol: _ZN11QTapGesture11qt_metacastEPKc ]
QTapGesture::QTapGesture [in-charge] ( QObject* parent )
[ symbol: _ZN11QTapGestureC1EP7QObject ]
QTapGesture::QTapGesture [not-in-charge] ( QObject* parent )
[ symbol: _ZN11QTapGestureC2EP7QObject ]
QTapGesture::setPosition ( QPointF const& pos )
[ symbol: _ZN11QTapGesture11setPositionERK7QPointF ]
QTapGesture::staticMetaObject [data]
[ symbol: _ZN11QTapGesture16staticMetaObjectE ]
qgesturerecognizer.h,
libQtGui.so.4.6.0
QGestureRecognizer::create ( QObject* target )
[ symbol: _ZN18QGestureRecognizer6createEP7QObject ]
QGestureRecognizer::QGestureRecognizer [in-charge] ( )
[ symbol: _ZN18QGestureRecognizerC1Ev ]
QGestureRecognizer::QGestureRecognizer [not-in-charge] ( )
[ symbol: _ZN18QGestureRecognizerC2Ev ]
QGestureRecognizer::registerRecognizer ( QGestureRecognizer* recognizer ) [static]
[ symbol: _ZN18QGestureRecognizer18registerRecognizerEPS_ ]
QGestureRecognizer::reset ( QGesture* state )
[ symbol: _ZN18QGestureRecognizer5resetEP8QGesture ]
QGestureRecognizer::unregisterRecognizer ( Qt::GestureType type ) [static]
[ symbol: _ZN18QGestureRecognizer20unregisterRecognizerEN2Qt11GestureTypeE ]
QGestureRecognizer::~QGestureRecognizer [in-charge-deleting] ( )
[ symbol: _ZN18QGestureRecognizerD0Ev ]
QGestureRecognizer::~QGestureRecognizer [in-charge] ( )
[ symbol: _ZN18QGestureRecognizerD1Ev ]
QGestureRecognizer::~QGestureRecognizer [not-in-charge] ( )
[ symbol: _ZN18QGestureRecognizerD2Ev ]
qgl.h,
libQtOpenGL.so.4.6.0
QGLContext::areSharing ( QGLContext const* context1, QGLContext const* context2 ) [static]
[ symbol: _ZN10QGLContext10areSharingEPKS_S1_ ]
QGLContext::bindTexture ( QImage const& image, GLenum target, GLint format, QGLContext::BindOptions options )
[ symbol: _ZN10QGLContext11bindTextureERK6QImageji6QFlagsINS_10BindOptionEE ]
QGLContext::bindTexture ( QPixmap const& pixmap, GLenum target, GLint format, QGLContext::BindOptions options )
[ symbol: _ZN10QGLContext11bindTextureERK7QPixmapji6QFlagsINS_10BindOptionEE ]
QGLWidget::bindTexture ( QImage const& image, GLenum target, GLint format, QGLContext::BindOptions options )
[ symbol: _ZN9QGLWidget11bindTextureERK6QImageji6QFlagsIN10QGLContext10BindOptionEE ]
QGLWidget::bindTexture ( QPixmap const& pixmap, GLenum target, GLint format, QGLContext::BindOptions options )
[ symbol: _ZN9QGLWidget11bindTextureERK7QPixmapji6QFlagsIN10QGLContext10BindOptionEE ]
namespace QGL
setPreferredPaintEngine ( QPaintEngine::Type engineType )
[ symbol: _ZN3QGL23setPreferredPaintEngineEN12QPaintEngine4TypeE ]
qglframebufferobject.h,
libQtOpenGL.so.4.6.0
QGLFramebufferObject::blitFramebuffer ( QGLFramebufferObject* target, QRect const& targetRect, QGLFramebufferObject* source, QRect const& sourceRect, GLbitfield buffers, GLenum filter ) [static]
[ symbol: _ZN20QGLFramebufferObject15blitFramebufferEPS_RK5QRectS0_S3_jj ]
QGLFramebufferObject::format ( ) const
[ symbol: _ZNK20QGLFramebufferObject6formatEv ]
QGLFramebufferObject::hasOpenGLFramebufferBlit ( ) [static]
[ symbol: _ZN20QGLFramebufferObject24hasOpenGLFramebufferBlitEv ]
QGLFramebufferObject::QGLFramebufferObject [in-charge] ( int width, int height, QGLFramebufferObjectFormat const& format )
[ symbol: _ZN20QGLFramebufferObjectC1EiiRK26QGLFramebufferObjectFormat ]
QGLFramebufferObject::QGLFramebufferObject [in-charge] ( QSize const& size, QGLFramebufferObjectFormat const& format )
[ symbol: _ZN20QGLFramebufferObjectC1ERK5QSizeRK26QGLFramebufferObjectFormat ]
QGLFramebufferObject::QGLFramebufferObject [not-in-charge] ( int width, int height, QGLFramebufferObjectFormat const& format )
[ symbol: _ZN20QGLFramebufferObjectC2EiiRK26QGLFramebufferObjectFormat ]
QGLFramebufferObject::QGLFramebufferObject [not-in-charge] ( QSize const& size, QGLFramebufferObjectFormat const& format )
[ symbol: _ZN20QGLFramebufferObjectC2ERK5QSizeRK26QGLFramebufferObjectFormat ]
QGLFramebufferObjectFormat::attachment ( ) const
[ symbol: _ZNK26QGLFramebufferObjectFormat10attachmentEv ]
QGLFramebufferObjectFormat::internalTextureFormat ( ) const
[ symbol: _ZNK26QGLFramebufferObjectFormat21internalTextureFormatEv ]
QGLFramebufferObjectFormat::operator!= ( QGLFramebufferObjectFormat const& other ) const
[ symbol: _ZNK26QGLFramebufferObjectFormatneERKS_ ]
QGLFramebufferObjectFormat::operator= ( QGLFramebufferObjectFormat const& other )
[ symbol: _ZN26QGLFramebufferObjectFormataSERKS_ ]
QGLFramebufferObjectFormat::operator== ( QGLFramebufferObjectFormat const& other ) const
[ symbol: _ZNK26QGLFramebufferObjectFormateqERKS_ ]
QGLFramebufferObjectFormat::QGLFramebufferObjectFormat [in-charge] ( )
[ symbol: _ZN26QGLFramebufferObjectFormatC1Ev ]
QGLFramebufferObjectFormat::QGLFramebufferObjectFormat [in-charge] ( QGLFramebufferObjectFormat const& other )
[ symbol: _ZN26QGLFramebufferObjectFormatC1ERKS_ ]
QGLFramebufferObjectFormat::QGLFramebufferObjectFormat [not-in-charge] ( )
[ symbol: _ZN26QGLFramebufferObjectFormatC2Ev ]
QGLFramebufferObjectFormat::QGLFramebufferObjectFormat [not-in-charge] ( QGLFramebufferObjectFormat const& other )
[ symbol: _ZN26QGLFramebufferObjectFormatC2ERKS_ ]
QGLFramebufferObjectFormat::samples ( ) const
[ symbol: _ZNK26QGLFramebufferObjectFormat7samplesEv ]
QGLFramebufferObjectFormat::setAttachment ( QGLFramebufferObject::Attachment attachment )
[ symbol: _ZN26QGLFramebufferObjectFormat13setAttachmentEN20QGLFramebufferObject10AttachmentE ]
QGLFramebufferObjectFormat::setInternalTextureFormat ( GLenum internalTextureFormat )
[ symbol: _ZN26QGLFramebufferObjectFormat24setInternalTextureFormatEj ]
QGLFramebufferObjectFormat::setSamples ( int samples )
[ symbol: _ZN26QGLFramebufferObjectFormat10setSamplesEi ]
QGLFramebufferObjectFormat::setTextureTarget ( GLenum target )
[ symbol: _ZN26QGLFramebufferObjectFormat16setTextureTargetEj ]
QGLFramebufferObjectFormat::textureTarget ( ) const
[ symbol: _ZNK26QGLFramebufferObjectFormat13textureTargetEv ]
QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat [in-charge] ( )
[ symbol: _ZN26QGLFramebufferObjectFormatD1Ev ]
QGLFramebufferObjectFormat::~QGLFramebufferObjectFormat [not-in-charge] ( )
[ symbol: _ZN26QGLFramebufferObjectFormatD2Ev ]
qglobal.h,
libQtCore.so.4.6.0
qBadAlloc ( )
[ symbol: _Z9qBadAllocv ]
qFreeAligned ( void* ptr )
[ symbol: _Z12qFreeAlignedPv ]
qMallocAligned ( size_t size, size_t alignment )
[ symbol: _Z14qMallocAlignedjj ]
qReallocAligned ( void* ptr, size_t size, size_t oldsize, size_t alignment )
[ symbol: _Z15qReallocAlignedPvjjj ]
qtTrId ( char const* id, int n )
[ symbol: _Z6qtTrIdPKci ]
qglshaderprogram.h,
libQtOpenGL.so.4.6.0
QGLShader::compileSourceCode ( char const* source )
[ symbol: _ZN9QGLShader17compileSourceCodeEPKc ]
QGLShader::compileSourceCode ( QByteArray const& source )
[ symbol: _ZN9QGLShader17compileSourceCodeERK10QByteArray ]
QGLShader::compileSourceCode ( QString const& source )
[ symbol: _ZN9QGLShader17compileSourceCodeERK7QString ]
QGLShader::compileSourceFile ( QString const& fileName )
[ symbol: _ZN9QGLShader17compileSourceFileERK7QString ]
QGLShader::isCompiled ( ) const
[ symbol: _ZNK9QGLShader10isCompiledEv ]
QGLShader::log ( ) const
[ symbol: _ZNK9QGLShader3logEv ]
QGLShader::metaObject ( ) const
[ symbol: _ZNK9QGLShader10metaObjectEv ]
QGLShader::QGLShader [in-charge] ( QGLShader::ShaderType type, QGLContext const* context, QObject* parent )
[ symbol: _ZN9QGLShaderC1E6QFlagsINS_13ShaderTypeBitEEPK10QGLContextP7QObject ]
QGLShader::QGLShader [in-charge] ( QGLShader::ShaderType type, QObject* parent )
[ symbol: _ZN9QGLShaderC1E6QFlagsINS_13ShaderTypeBitEEP7QObject ]
QGLShader::QGLShader [not-in-charge] ( QGLShader::ShaderType type, QGLContext const* context, QObject* parent )
[ symbol: _ZN9QGLShaderC2E6QFlagsINS_13ShaderTypeBitEEPK10QGLContextP7QObject ]
QGLShader::QGLShader [not-in-charge] ( QGLShader::ShaderType type, QObject* parent )
[ symbol: _ZN9QGLShaderC2E6QFlagsINS_13ShaderTypeBitEEP7QObject ]
QGLShader::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN9QGLShader11qt_metacallEN11QMetaObject4CallEiPPv ]
QGLShader::qt_metacast ( char const* p1 )
[ symbol: _ZN9QGLShader11qt_metacastEPKc ]
QGLShader::shaderId ( ) const
[ symbol: _ZNK9QGLShader8shaderIdEv ]
QGLShader::shaderType ( ) const
[ symbol: _ZNK9QGLShader10shaderTypeEv ]
QGLShader::sourceCode ( ) const
[ symbol: _ZNK9QGLShader10sourceCodeEv ]
QGLShader::staticMetaObject [data]
[ symbol: _ZN9QGLShader16staticMetaObjectE ]
QGLShader::~QGLShader [in-charge-deleting] ( )
[ symbol: _ZN9QGLShaderD0Ev ]
QGLShader::~QGLShader [in-charge] ( )
[ symbol: _ZN9QGLShaderD1Ev ]
QGLShader::~QGLShader [not-in-charge] ( )
[ symbol: _ZN9QGLShaderD2Ev ]
QGLShaderProgram::addShader ( QGLShader* shader )
[ symbol: _ZN16QGLShaderProgram9addShaderEP9QGLShader ]
QGLShaderProgram::addShaderFromSourceCode ( QGLShader::ShaderType type, char const* source )
[ symbol: _ZN16QGLShaderProgram23addShaderFromSourceCodeE6QFlagsIN9QGLShader13ShaderTypeBitEEPKc ]
QGLShaderProgram::addShaderFromSourceCode ( QGLShader::ShaderType type, QByteArray const& source )
[ symbol: _ZN16QGLShaderProgram23addShaderFromSourceCodeE6QFlagsIN9QGLShader13ShaderTypeBitEERK10QByteArray ]
QGLShaderProgram::addShaderFromSourceCode ( QGLShader::ShaderType type, QString const& source )
[ symbol: _ZN16QGLShaderProgram23addShaderFromSourceCodeE6QFlagsIN9QGLShader13ShaderTypeBitEERK7QString ]
QGLShaderProgram::addShaderFromSourceFile ( QGLShader::ShaderType type, QString const& fileName )
[ symbol: _ZN16QGLShaderProgram23addShaderFromSourceFileE6QFlagsIN9QGLShader13ShaderTypeBitEERK7QString ]
QGLShaderProgram::attributeLocation ( char const* name ) const
[ symbol: _ZNK16QGLShaderProgram17attributeLocationEPKc ]
QGLShaderProgram::attributeLocation ( QByteArray const& name ) const
[ symbol: _ZNK16QGLShaderProgram17attributeLocationERK10QByteArray ]
QGLShaderProgram::attributeLocation ( QString const& name ) const
[ symbol: _ZNK16QGLShaderProgram17attributeLocationERK7QString ]
QGLShaderProgram::bind ( )
[ symbol: _ZN16QGLShaderProgram4bindEv ]
QGLShaderProgram::bindAttributeLocation ( char const* name, int location )
[ symbol: _ZN16QGLShaderProgram21bindAttributeLocationEPKci ]
QGLShaderProgram::bindAttributeLocation ( QByteArray const& name, int location )
[ symbol: _ZN16QGLShaderProgram21bindAttributeLocationERK10QByteArrayi ]
QGLShaderProgram::bindAttributeLocation ( QString const& name, int location )
[ symbol: _ZN16QGLShaderProgram21bindAttributeLocationERK7QStringi ]
QGLShaderProgram::disableAttributeArray ( char const* name )
[ symbol: _ZN16QGLShaderProgram21disableAttributeArrayEPKc ]
QGLShaderProgram::disableAttributeArray ( int location )
[ symbol: _ZN16QGLShaderProgram21disableAttributeArrayEi ]
QGLShaderProgram::enableAttributeArray ( char const* name )
[ symbol: _ZN16QGLShaderProgram20enableAttributeArrayEPKc ]
QGLShaderProgram::enableAttributeArray ( int location )
[ symbol: _ZN16QGLShaderProgram20enableAttributeArrayEi ]
QGLShaderProgram::hasOpenGLShaderPrograms ( QGLContext const* context ) [static]
[ symbol: _ZN16QGLShaderProgram23hasOpenGLShaderProgramsEPK10QGLContext ]
QGLShaderProgram::isLinked ( ) const
[ symbol: _ZNK16QGLShaderProgram8isLinkedEv ]
QGLShaderProgram::link ( )
[ symbol: _ZN16QGLShaderProgram4linkEv ]
QGLShaderProgram::log ( ) const
[ symbol: _ZNK16QGLShaderProgram3logEv ]
QGLShaderProgram::metaObject ( ) const
[ symbol: _ZNK16QGLShaderProgram10metaObjectEv ]
QGLShaderProgram::programId ( ) const
[ symbol: _ZNK16QGLShaderProgram9programIdEv ]
QGLShaderProgram::QGLShaderProgram [in-charge] ( QGLContext const* context, QObject* parent )
[ symbol: _ZN16QGLShaderProgramC1EPK10QGLContextP7QObject ]
QGLShaderProgram::QGLShaderProgram [in-charge] ( QObject* parent )
[ symbol: _ZN16QGLShaderProgramC1EP7QObject ]
QGLShaderProgram::QGLShaderProgram [not-in-charge] ( QGLContext const* context, QObject* parent )
[ symbol: _ZN16QGLShaderProgramC2EPK10QGLContextP7QObject ]
QGLShaderProgram::QGLShaderProgram [not-in-charge] ( QObject* parent )
[ symbol: _ZN16QGLShaderProgramC2EP7QObject ]
QGLShaderProgram::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN16QGLShaderProgram11qt_metacallEN11QMetaObject4CallEiPPv ]
QGLShaderProgram::qt_metacast ( char const* p1 )
[ symbol: _ZN16QGLShaderProgram11qt_metacastEPKc ]
QGLShaderProgram::release ( )
[ symbol: _ZN16QGLShaderProgram7releaseEv ]
QGLShaderProgram::removeAllShaders ( )
[ symbol: _ZN16QGLShaderProgram16removeAllShadersEv ]
QGLShaderProgram::removeShader ( QGLShader* shader )
[ symbol: _ZN16QGLShaderProgram12removeShaderEP9QGLShader ]
QGLShaderProgram::setAttributeArray ( char const* name, GLfloat const* values, int tupleSize, int stride )
[ symbol: _ZN16QGLShaderProgram17setAttributeArrayEPKcPKfii ]
QGLShaderProgram::setAttributeArray ( char const* name, QVector2D const* values, int stride )
[ symbol: _ZN16QGLShaderProgram17setAttributeArrayEPKcPK9QVector2Di ]
QGLShaderProgram::setAttributeArray ( char const* name, QVector3D const* values, int stride )
[ symbol: _ZN16QGLShaderProgram17setAttributeArrayEPKcPK9QVector3Di ]
QGLShaderProgram::setAttributeArray ( char const* name, QVector4D const* values, int stride )
[ symbol: _ZN16QGLShaderProgram17setAttributeArrayEPKcPK9QVector4Di ]
QGLShaderProgram::setAttributeArray ( int location, GLfloat const* values, int tupleSize, int stride )
[ symbol: _ZN16QGLShaderProgram17setAttributeArrayEiPKfii ]
QGLShaderProgram::setAttributeArray ( int location, QVector2D const* values, int stride )
[ symbol: _ZN16QGLShaderProgram17setAttributeArrayEiPK9QVector2Di ]
QGLShaderProgram::setAttributeArray ( int location, QVector3D const* values, int stride )
[ symbol: _ZN16QGLShaderProgram17setAttributeArrayEiPK9QVector3Di ]
QGLShaderProgram::setAttributeArray ( int location, QVector4D const* values, int stride )
[ symbol: _ZN16QGLShaderProgram17setAttributeArrayEiPK9QVector4Di ]
QGLShaderProgram::setAttributeValue ( char const* name, GLfloat const* values, int columns, int rows )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEPKcPKfii ]
QGLShaderProgram::setAttributeValue ( char const* name, GLfloat value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEPKcf ]
QGLShaderProgram::setAttributeValue ( char const* name, GLfloat x, GLfloat y )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEPKcff ]
QGLShaderProgram::setAttributeValue ( char const* name, GLfloat x, GLfloat y, GLfloat z )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEPKcfff ]
QGLShaderProgram::setAttributeValue ( char const* name, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEPKcffff ]
QGLShaderProgram::setAttributeValue ( char const* name, QColor const& value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEPKcRK6QColor ]
QGLShaderProgram::setAttributeValue ( char const* name, QVector2D const& value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEPKcRK9QVector2D ]
QGLShaderProgram::setAttributeValue ( char const* name, QVector3D const& value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEPKcRK9QVector3D ]
QGLShaderProgram::setAttributeValue ( char const* name, QVector4D const& value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEPKcRK9QVector4D ]
QGLShaderProgram::setAttributeValue ( int location, GLfloat const* values, int columns, int rows )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEiPKfii ]
QGLShaderProgram::setAttributeValue ( int location, GLfloat value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEif ]
QGLShaderProgram::setAttributeValue ( int location, GLfloat x, GLfloat y )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEiff ]
QGLShaderProgram::setAttributeValue ( int location, GLfloat x, GLfloat y, GLfloat z )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEifff ]
QGLShaderProgram::setAttributeValue ( int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEiffff ]
QGLShaderProgram::setAttributeValue ( int location, QColor const& value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEiRK6QColor ]
QGLShaderProgram::setAttributeValue ( int location, QVector2D const& value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEiRK9QVector2D ]
QGLShaderProgram::setAttributeValue ( int location, QVector3D const& value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEiRK9QVector3D ]
QGLShaderProgram::setAttributeValue ( int location, QVector4D const& value )
[ symbol: _ZN16QGLShaderProgram17setAttributeValueEiRK9QVector4D ]
QGLShaderProgram::setUniformValue ( char const* name, float[4] const* value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcPA4_Kf ]
QGLShaderProgram::setUniformValue ( char const* name, GLfloat value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcf ]
QGLShaderProgram::setUniformValue ( char const* name, GLfloat x, GLfloat y )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcff ]
QGLShaderProgram::setUniformValue ( char const* name, GLfloat x, GLfloat y, GLfloat z )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcfff ]
QGLShaderProgram::setUniformValue ( char const* name, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcffff ]
QGLShaderProgram::setUniformValue ( char const* name, GLint value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKci ]
QGLShaderProgram::setUniformValue ( char const* name, GLuint value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcj ]
QGLShaderProgram::setUniformValue ( char const* name, QColor const& color )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK6QColor ]
QGLShaderProgram::setUniformValue ( char const* name, QMatrix2x2 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK14QGenericMatrixILi2ELi2EdE ]
QGLShaderProgram::setUniformValue ( char const* name, QMatrix2x3 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK14QGenericMatrixILi2ELi3EdE ]
QGLShaderProgram::setUniformValue ( char const* name, QMatrix2x4 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK14QGenericMatrixILi2ELi4EdE ]
QGLShaderProgram::setUniformValue ( char const* name, QMatrix3x2 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK14QGenericMatrixILi3ELi2EdE ]
QGLShaderProgram::setUniformValue ( char const* name, QMatrix3x3 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK14QGenericMatrixILi3ELi3EdE ]
QGLShaderProgram::setUniformValue ( char const* name, QMatrix3x4 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK14QGenericMatrixILi3ELi4EdE ]
QGLShaderProgram::setUniformValue ( char const* name, QMatrix4x2 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK14QGenericMatrixILi4ELi2EdE ]
QGLShaderProgram::setUniformValue ( char const* name, QMatrix4x3 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK14QGenericMatrixILi4ELi3EdE ]
QGLShaderProgram::setUniformValue ( char const* name, QMatrix4x4 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK10QMatrix4x4 ]
QGLShaderProgram::setUniformValue ( char const* name, QPoint const& point )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK6QPoint ]
QGLShaderProgram::setUniformValue ( char const* name, QPointF const& point )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK7QPointF ]
QGLShaderProgram::setUniformValue ( char const* name, QSize const& size )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK5QSize ]
QGLShaderProgram::setUniformValue ( char const* name, QSizeF const& size )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK6QSizeF ]
QGLShaderProgram::setUniformValue ( char const* name, QTransform const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK10QTransform ]
QGLShaderProgram::setUniformValue ( char const* name, QVector2D const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK9QVector2D ]
QGLShaderProgram::setUniformValue ( char const* name, QVector3D const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK9QVector3D ]
QGLShaderProgram::setUniformValue ( char const* name, QVector4D const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEPKcRK9QVector4D ]
QGLShaderProgram::setUniformValue ( int location, float[4] const* value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiPA4_Kf ]
QGLShaderProgram::setUniformValue ( int location, GLfloat value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEif ]
QGLShaderProgram::setUniformValue ( int location, GLfloat x, GLfloat y )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiff ]
QGLShaderProgram::setUniformValue ( int location, GLfloat x, GLfloat y, GLfloat z )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEifff ]
QGLShaderProgram::setUniformValue ( int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiffff ]
QGLShaderProgram::setUniformValue ( int location, GLint value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEii ]
QGLShaderProgram::setUniformValue ( int location, GLuint value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEij ]
QGLShaderProgram::setUniformValue ( int location, QColor const& color )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK6QColor ]
QGLShaderProgram::setUniformValue ( int location, QMatrix2x2 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK14QGenericMatrixILi2ELi2EdE ]
QGLShaderProgram::setUniformValue ( int location, QMatrix2x3 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK14QGenericMatrixILi2ELi3EdE ]
QGLShaderProgram::setUniformValue ( int location, QMatrix2x4 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK14QGenericMatrixILi2ELi4EdE ]
QGLShaderProgram::setUniformValue ( int location, QMatrix3x2 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK14QGenericMatrixILi3ELi2EdE ]
QGLShaderProgram::setUniformValue ( int location, QMatrix3x3 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK14QGenericMatrixILi3ELi3EdE ]
QGLShaderProgram::setUniformValue ( int location, QMatrix3x4 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK14QGenericMatrixILi3ELi4EdE ]
QGLShaderProgram::setUniformValue ( int location, QMatrix4x2 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK14QGenericMatrixILi4ELi2EdE ]
QGLShaderProgram::setUniformValue ( int location, QMatrix4x3 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK14QGenericMatrixILi4ELi3EdE ]
QGLShaderProgram::setUniformValue ( int location, QMatrix4x4 const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK10QMatrix4x4 ]
QGLShaderProgram::setUniformValue ( int location, QPoint const& point )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK6QPoint ]
QGLShaderProgram::setUniformValue ( int location, QPointF const& point )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK7QPointF ]
QGLShaderProgram::setUniformValue ( int location, QSize const& size )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK5QSize ]
QGLShaderProgram::setUniformValue ( int location, QSizeF const& size )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK6QSizeF ]
QGLShaderProgram::setUniformValue ( int location, QTransform const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK10QTransform ]
QGLShaderProgram::setUniformValue ( int location, QVector2D const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK9QVector2D ]
QGLShaderProgram::setUniformValue ( int location, QVector3D const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK9QVector3D ]
QGLShaderProgram::setUniformValue ( int location, QVector4D const& value )
[ symbol: _ZN16QGLShaderProgram15setUniformValueEiRK9QVector4D ]
QGLShaderProgram::setUniformValueArray ( char const* name, GLfloat const* values, int count, int tupleSize )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPKfii ]
QGLShaderProgram::setUniformValueArray ( char const* name, GLint const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPKii ]
QGLShaderProgram::setUniformValueArray ( char const* name, GLuint const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPKji ]
QGLShaderProgram::setUniformValueArray ( char const* name, QMatrix2x2 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK14QGenericMatrixILi2ELi2EdEi ]
QGLShaderProgram::setUniformValueArray ( char const* name, QMatrix2x3 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK14QGenericMatrixILi2ELi3EdEi ]
QGLShaderProgram::setUniformValueArray ( char const* name, QMatrix2x4 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK14QGenericMatrixILi2ELi4EdEi ]
QGLShaderProgram::setUniformValueArray ( char const* name, QMatrix3x2 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK14QGenericMatrixILi3ELi2EdEi ]
QGLShaderProgram::setUniformValueArray ( char const* name, QMatrix3x3 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK14QGenericMatrixILi3ELi3EdEi ]
QGLShaderProgram::setUniformValueArray ( char const* name, QMatrix3x4 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK14QGenericMatrixILi3ELi4EdEi ]
QGLShaderProgram::setUniformValueArray ( char const* name, QMatrix4x2 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK14QGenericMatrixILi4ELi2EdEi ]
QGLShaderProgram::setUniformValueArray ( char const* name, QMatrix4x3 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK14QGenericMatrixILi4ELi3EdEi ]
QGLShaderProgram::setUniformValueArray ( char const* name, QMatrix4x4 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK10QMatrix4x4i ]
QGLShaderProgram::setUniformValueArray ( char const* name, QVector2D const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK9QVector2Di ]
QGLShaderProgram::setUniformValueArray ( char const* name, QVector3D const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK9QVector3Di ]
QGLShaderProgram::setUniformValueArray ( char const* name, QVector4D const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEPKcPK9QVector4Di ]
QGLShaderProgram::setUniformValueArray ( int location, GLfloat const* values, int count, int tupleSize )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPKfii ]
QGLShaderProgram::setUniformValueArray ( int location, GLint const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPKii ]
QGLShaderProgram::setUniformValueArray ( int location, GLuint const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPKji ]
QGLShaderProgram::setUniformValueArray ( int location, QMatrix2x2 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK14QGenericMatrixILi2ELi2EdEi ]
QGLShaderProgram::setUniformValueArray ( int location, QMatrix2x3 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK14QGenericMatrixILi2ELi3EdEi ]
QGLShaderProgram::setUniformValueArray ( int location, QMatrix2x4 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK14QGenericMatrixILi2ELi4EdEi ]
QGLShaderProgram::setUniformValueArray ( int location, QMatrix3x2 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK14QGenericMatrixILi3ELi2EdEi ]
QGLShaderProgram::setUniformValueArray ( int location, QMatrix3x3 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK14QGenericMatrixILi3ELi3EdEi ]
QGLShaderProgram::setUniformValueArray ( int location, QMatrix3x4 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK14QGenericMatrixILi3ELi4EdEi ]
QGLShaderProgram::setUniformValueArray ( int location, QMatrix4x2 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK14QGenericMatrixILi4ELi2EdEi ]
QGLShaderProgram::setUniformValueArray ( int location, QMatrix4x3 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK14QGenericMatrixILi4ELi3EdEi ]
QGLShaderProgram::setUniformValueArray ( int location, QMatrix4x4 const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK10QMatrix4x4i ]
QGLShaderProgram::setUniformValueArray ( int location, QVector2D const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK9QVector2Di ]
QGLShaderProgram::setUniformValueArray ( int location, QVector3D const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK9QVector3Di ]
QGLShaderProgram::setUniformValueArray ( int location, QVector4D const* values, int count )
[ symbol: _ZN16QGLShaderProgram20setUniformValueArrayEiPK9QVector4Di ]
QGLShaderProgram::shaders ( ) const
[ symbol: _ZNK16QGLShaderProgram7shadersEv ]
QGLShaderProgram::staticMetaObject [data]
[ symbol: _ZN16QGLShaderProgram16staticMetaObjectE ]
QGLShaderProgram::uniformLocation ( char const* name ) const
[ symbol: _ZNK16QGLShaderProgram15uniformLocationEPKc ]
QGLShaderProgram::uniformLocation ( QByteArray const& name ) const
[ symbol: _ZNK16QGLShaderProgram15uniformLocationERK10QByteArray ]
QGLShaderProgram::uniformLocation ( QString const& name ) const
[ symbol: _ZNK16QGLShaderProgram15uniformLocationERK7QString ]
QGLShaderProgram::~QGLShaderProgram [in-charge-deleting] ( )
[ symbol: _ZN16QGLShaderProgramD0Ev ]
QGLShaderProgram::~QGLShaderProgram [in-charge] ( )
[ symbol: _ZN16QGLShaderProgramD1Ev ]
QGLShaderProgram::~QGLShaderProgram [not-in-charge] ( )
[ symbol: _ZN16QGLShaderProgramD2Ev ]
qgraphicsanchorlayout.h,
libQtGui.so.4.6.0
QGraphicsAnchor::metaObject ( ) const
[ symbol: _ZNK15QGraphicsAnchor10metaObjectEv ]
QGraphicsAnchor::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN15QGraphicsAnchor11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsAnchor::qt_metacast ( char const* p1 )
[ symbol: _ZN15QGraphicsAnchor11qt_metacastEPKc ]
QGraphicsAnchor::setSizePolicy ( QSizePolicy::Policy policy )
[ symbol: _ZN15QGraphicsAnchor13setSizePolicyEN11QSizePolicy6PolicyE ]
QGraphicsAnchor::setSpacing ( qreal spacing )
[ symbol: _ZN15QGraphicsAnchor10setSpacingEd ]
QGraphicsAnchor::sizePolicy ( ) const
[ symbol: _ZNK15QGraphicsAnchor10sizePolicyEv ]
QGraphicsAnchor::spacing ( ) const
[ symbol: _ZNK15QGraphicsAnchor7spacingEv ]
QGraphicsAnchor::staticMetaObject [data]
[ symbol: _ZN15QGraphicsAnchor16staticMetaObjectE ]
QGraphicsAnchor::unsetSpacing ( )
[ symbol: _ZN15QGraphicsAnchor12unsetSpacingEv ]
QGraphicsAnchor::~QGraphicsAnchor [in-charge-deleting] ( )
[ symbol: _ZN15QGraphicsAnchorD0Ev ]
QGraphicsAnchor::~QGraphicsAnchor [in-charge] ( )
[ symbol: _ZN15QGraphicsAnchorD1Ev ]
QGraphicsAnchor::~QGraphicsAnchor [not-in-charge] ( )
[ symbol: _ZN15QGraphicsAnchorD2Ev ]
QGraphicsAnchorLayout::addAnchor ( QGraphicsLayoutItem* firstItem, Qt::AnchorPoint firstEdge, QGraphicsLayoutItem* secondItem, Qt::AnchorPoint secondEdge )
[ symbol: _ZN21QGraphicsAnchorLayout9addAnchorEP19QGraphicsLayoutItemN2Qt11AnchorPointES1_S3_ ]
QGraphicsAnchorLayout::addAnchors ( QGraphicsLayoutItem* firstItem, QGraphicsLayoutItem* secondItem, Qt::Orientations orientations )
[ symbol: _ZN21QGraphicsAnchorLayout10addAnchorsEP19QGraphicsLayoutItemS1_6QFlagsIN2Qt11OrientationEE ]
QGraphicsAnchorLayout::addCornerAnchors ( QGraphicsLayoutItem* firstItem, Qt::Corner firstCorner, QGraphicsLayoutItem* secondItem, Qt::Corner secondCorner )
[ symbol: _ZN21QGraphicsAnchorLayout16addCornerAnchorsEP19QGraphicsLayoutItemN2Qt6CornerES1_S3_ ]
QGraphicsAnchorLayout::anchor ( QGraphicsLayoutItem* firstItem, Qt::AnchorPoint firstEdge, QGraphicsLayoutItem* secondItem, Qt::AnchorPoint secondEdge )
[ symbol: _ZN21QGraphicsAnchorLayout6anchorEP19QGraphicsLayoutItemN2Qt11AnchorPointES1_S3_ ]
QGraphicsAnchorLayout::count ( ) const
[ symbol: _ZNK21QGraphicsAnchorLayout5countEv ]
QGraphicsAnchorLayout::horizontalSpacing ( ) const
[ symbol: _ZNK21QGraphicsAnchorLayout17horizontalSpacingEv ]
QGraphicsAnchorLayout::invalidate ( )
[ symbol: _ZN21QGraphicsAnchorLayout10invalidateEv ]
QGraphicsAnchorLayout::itemAt ( int index ) const
[ symbol: _ZNK21QGraphicsAnchorLayout6itemAtEi ]
QGraphicsAnchorLayout::QGraphicsAnchorLayout [in-charge] ( QGraphicsLayoutItem* parent )
[ symbol: _ZN21QGraphicsAnchorLayoutC1EP19QGraphicsLayoutItem ]
QGraphicsAnchorLayout::QGraphicsAnchorLayout [not-in-charge] ( QGraphicsLayoutItem* parent )
[ symbol: _ZN21QGraphicsAnchorLayoutC2EP19QGraphicsLayoutItem ]
QGraphicsAnchorLayout::removeAt ( int index )
[ symbol: _ZN21QGraphicsAnchorLayout8removeAtEi ]
QGraphicsAnchorLayout::setGeometry ( QRectF const& rect )
[ symbol: _ZN21QGraphicsAnchorLayout11setGeometryERK6QRectF ]
QGraphicsAnchorLayout::setHorizontalSpacing ( qreal spacing )
[ symbol: _ZN21QGraphicsAnchorLayout20setHorizontalSpacingEd ]
QGraphicsAnchorLayout::setSpacing ( qreal spacing )
[ symbol: _ZN21QGraphicsAnchorLayout10setSpacingEd ]
QGraphicsAnchorLayout::setVerticalSpacing ( qreal spacing )
[ symbol: _ZN21QGraphicsAnchorLayout18setVerticalSpacingEd ]
QGraphicsAnchorLayout::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const
[ symbol: _ZNK21QGraphicsAnchorLayout8sizeHintEN2Qt8SizeHintERK6QSizeF ]
QGraphicsAnchorLayout::verticalSpacing ( ) const
[ symbol: _ZNK21QGraphicsAnchorLayout15verticalSpacingEv ]
QGraphicsAnchorLayout::~QGraphicsAnchorLayout [in-charge-deleting] ( )
[ symbol: _ZN21QGraphicsAnchorLayoutD0Ev ]
QGraphicsAnchorLayout::~QGraphicsAnchorLayout [in-charge] ( )
[ symbol: _ZN21QGraphicsAnchorLayoutD1Ev ]
QGraphicsAnchorLayout::~QGraphicsAnchorLayout [not-in-charge] ( )
[ symbol: _ZN21QGraphicsAnchorLayoutD2Ev ]
qgraphicseffect.h,
libQtGui.so.4.6.0
QGraphicsBlurEffect::blurHints ( ) const
[ symbol: _ZNK19QGraphicsBlurEffect9blurHintsEv ]
QGraphicsBlurEffect::blurHintsChanged ( QGraphicsBlurEffect::BlurHints hints )
[ symbol: _ZN19QGraphicsBlurEffect16blurHintsChangedE6QFlagsINS_8BlurHintEE ]
QGraphicsBlurEffect::blurRadius ( ) const
[ symbol: _ZNK19QGraphicsBlurEffect10blurRadiusEv ]
QGraphicsBlurEffect::blurRadiusChanged ( qreal blurRadius )
[ symbol: _ZN19QGraphicsBlurEffect17blurRadiusChangedEd ]
QGraphicsBlurEffect::boundingRectFor ( QRectF const& rect ) const
[ symbol: _ZNK19QGraphicsBlurEffect15boundingRectForERK6QRectF ]
QGraphicsBlurEffect::draw ( QPainter* painter )
[ symbol: _ZN19QGraphicsBlurEffect4drawEP8QPainter ]
QGraphicsBlurEffect::metaObject ( ) const
[ symbol: _ZNK19QGraphicsBlurEffect10metaObjectEv ]
QGraphicsBlurEffect::QGraphicsBlurEffect [in-charge] ( QObject* parent )
[ symbol: _ZN19QGraphicsBlurEffectC1EP7QObject ]
QGraphicsBlurEffect::QGraphicsBlurEffect [not-in-charge] ( QObject* parent )
[ symbol: _ZN19QGraphicsBlurEffectC2EP7QObject ]
QGraphicsBlurEffect::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN19QGraphicsBlurEffect11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsBlurEffect::qt_metacast ( char const* p1 )
[ symbol: _ZN19QGraphicsBlurEffect11qt_metacastEPKc ]
QGraphicsBlurEffect::setBlurHints ( QGraphicsBlurEffect::BlurHints hints )
[ symbol: _ZN19QGraphicsBlurEffect12setBlurHintsE6QFlagsINS_8BlurHintEE ]
QGraphicsBlurEffect::setBlurRadius ( qreal blurRadius )
[ symbol: _ZN19QGraphicsBlurEffect13setBlurRadiusEd ]
QGraphicsBlurEffect::staticMetaObject [data]
[ symbol: _ZN19QGraphicsBlurEffect16staticMetaObjectE ]
QGraphicsBlurEffect::~QGraphicsBlurEffect [in-charge-deleting] ( )
[ symbol: _ZN19QGraphicsBlurEffectD0Ev ]
QGraphicsBlurEffect::~QGraphicsBlurEffect [in-charge] ( )
[ symbol: _ZN19QGraphicsBlurEffectD1Ev ]
QGraphicsBlurEffect::~QGraphicsBlurEffect [not-in-charge] ( )
[ symbol: _ZN19QGraphicsBlurEffectD2Ev ]
QGraphicsColorizeEffect::color ( ) const
[ symbol: _ZNK23QGraphicsColorizeEffect5colorEv ]
QGraphicsColorizeEffect::colorChanged ( QColor const& color )
[ symbol: _ZN23QGraphicsColorizeEffect12colorChangedERK6QColor ]
QGraphicsColorizeEffect::draw ( QPainter* painter )
[ symbol: _ZN23QGraphicsColorizeEffect4drawEP8QPainter ]
QGraphicsColorizeEffect::metaObject ( ) const
[ symbol: _ZNK23QGraphicsColorizeEffect10metaObjectEv ]
QGraphicsColorizeEffect::QGraphicsColorizeEffect [in-charge] ( QObject* parent )
[ symbol: _ZN23QGraphicsColorizeEffectC1EP7QObject ]
QGraphicsColorizeEffect::QGraphicsColorizeEffect [not-in-charge] ( QObject* parent )
[ symbol: _ZN23QGraphicsColorizeEffectC2EP7QObject ]
QGraphicsColorizeEffect::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN23QGraphicsColorizeEffect11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsColorizeEffect::qt_metacast ( char const* p1 )
[ symbol: _ZN23QGraphicsColorizeEffect11qt_metacastEPKc ]
QGraphicsColorizeEffect::setColor ( QColor const& c )
[ symbol: _ZN23QGraphicsColorizeEffect8setColorERK6QColor ]
QGraphicsColorizeEffect::setStrength ( qreal strength )
[ symbol: _ZN23QGraphicsColorizeEffect11setStrengthEd ]
QGraphicsColorizeEffect::staticMetaObject [data]
[ symbol: _ZN23QGraphicsColorizeEffect16staticMetaObjectE ]
QGraphicsColorizeEffect::strength ( ) const
[ symbol: _ZNK23QGraphicsColorizeEffect8strengthEv ]
QGraphicsColorizeEffect::strengthChanged ( qreal strength )
[ symbol: _ZN23QGraphicsColorizeEffect15strengthChangedEd ]
QGraphicsColorizeEffect::~QGraphicsColorizeEffect [in-charge-deleting] ( )
[ symbol: _ZN23QGraphicsColorizeEffectD0Ev ]
QGraphicsColorizeEffect::~QGraphicsColorizeEffect [in-charge] ( )
[ symbol: _ZN23QGraphicsColorizeEffectD1Ev ]
QGraphicsColorizeEffect::~QGraphicsColorizeEffect [not-in-charge] ( )
[ symbol: _ZN23QGraphicsColorizeEffectD2Ev ]
QGraphicsDropShadowEffect::blurRadius ( ) const
[ symbol: _ZNK25QGraphicsDropShadowEffect10blurRadiusEv ]
QGraphicsDropShadowEffect::blurRadiusChanged ( qreal blurRadius )
[ symbol: _ZN25QGraphicsDropShadowEffect17blurRadiusChangedEd ]
QGraphicsDropShadowEffect::boundingRectFor ( QRectF const& rect ) const
[ symbol: _ZNK25QGraphicsDropShadowEffect15boundingRectForERK6QRectF ]
QGraphicsDropShadowEffect::color ( ) const
[ symbol: _ZNK25QGraphicsDropShadowEffect5colorEv ]
QGraphicsDropShadowEffect::colorChanged ( QColor const& color )
[ symbol: _ZN25QGraphicsDropShadowEffect12colorChangedERK6QColor ]
QGraphicsDropShadowEffect::draw ( QPainter* painter )
[ symbol: _ZN25QGraphicsDropShadowEffect4drawEP8QPainter ]
QGraphicsDropShadowEffect::metaObject ( ) const
[ symbol: _ZNK25QGraphicsDropShadowEffect10metaObjectEv ]
QGraphicsDropShadowEffect::offset ( ) const
[ symbol: _ZNK25QGraphicsDropShadowEffect6offsetEv ]
QGraphicsDropShadowEffect::offsetChanged ( QPointF const& offset )
[ symbol: _ZN25QGraphicsDropShadowEffect13offsetChangedERK7QPointF ]
QGraphicsDropShadowEffect::QGraphicsDropShadowEffect [in-charge] ( QObject* parent )
[ symbol: _ZN25QGraphicsDropShadowEffectC1EP7QObject ]
QGraphicsDropShadowEffect::QGraphicsDropShadowEffect [not-in-charge] ( QObject* parent )
[ symbol: _ZN25QGraphicsDropShadowEffectC2EP7QObject ]
QGraphicsDropShadowEffect::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN25QGraphicsDropShadowEffect11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsDropShadowEffect::qt_metacast ( char const* p1 )
[ symbol: _ZN25QGraphicsDropShadowEffect11qt_metacastEPKc ]
QGraphicsDropShadowEffect::setBlurRadius ( qreal blurRadius )
[ symbol: _ZN25QGraphicsDropShadowEffect13setBlurRadiusEd ]
QGraphicsDropShadowEffect::setColor ( QColor const& color )
[ symbol: _ZN25QGraphicsDropShadowEffect8setColorERK6QColor ]
QGraphicsDropShadowEffect::setOffset ( QPointF const& ofs )
[ symbol: _ZN25QGraphicsDropShadowEffect9setOffsetERK7QPointF ]
QGraphicsDropShadowEffect::staticMetaObject [data]
[ symbol: _ZN25QGraphicsDropShadowEffect16staticMetaObjectE ]
QGraphicsDropShadowEffect::~QGraphicsDropShadowEffect [in-charge-deleting] ( )
[ symbol: _ZN25QGraphicsDropShadowEffectD0Ev ]
QGraphicsDropShadowEffect::~QGraphicsDropShadowEffect [in-charge] ( )
[ symbol: _ZN25QGraphicsDropShadowEffectD1Ev ]
QGraphicsDropShadowEffect::~QGraphicsDropShadowEffect [not-in-charge] ( )
[ symbol: _ZN25QGraphicsDropShadowEffectD2Ev ]
QGraphicsEffect::boundingRect ( ) const
[ symbol: _ZNK15QGraphicsEffect12boundingRectEv ]
QGraphicsEffect::boundingRectFor ( QRectF const& sourceRect ) const
[ symbol: _ZNK15QGraphicsEffect15boundingRectForERK6QRectF ]
QGraphicsEffect::drawSource ( QPainter* painter )
[ symbol: _ZN15QGraphicsEffect10drawSourceEP8QPainter ]
QGraphicsEffect::enabledChanged ( bool enabled )
[ symbol: _ZN15QGraphicsEffect14enabledChangedEb ]
QGraphicsEffect::isEnabled ( ) const
[ symbol: _ZNK15QGraphicsEffect9isEnabledEv ]
QGraphicsEffect::metaObject ( ) const
[ symbol: _ZNK15QGraphicsEffect10metaObjectEv ]
QGraphicsEffect::QGraphicsEffect [in-charge] ( QGraphicsEffectPrivate& d, QObject* parent )
[ symbol: _ZN15QGraphicsEffectC1ER22QGraphicsEffectPrivateP7QObject ]
QGraphicsEffect::QGraphicsEffect [in-charge] ( QObject* parent )
[ symbol: _ZN15QGraphicsEffectC1EP7QObject ]
QGraphicsEffect::QGraphicsEffect [not-in-charge] ( QGraphicsEffectPrivate& d, QObject* parent )
[ symbol: _ZN15QGraphicsEffectC2ER22QGraphicsEffectPrivateP7QObject ]
QGraphicsEffect::QGraphicsEffect [not-in-charge] ( QObject* parent )
[ symbol: _ZN15QGraphicsEffectC2EP7QObject ]
QGraphicsEffect::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN15QGraphicsEffect11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsEffect::qt_metacast ( char const* p1 )
[ symbol: _ZN15QGraphicsEffect11qt_metacastEPKc ]
QGraphicsEffect::setEnabled ( bool enable )
[ symbol: _ZN15QGraphicsEffect10setEnabledEb ]
QGraphicsEffect::source ( ) const
[ symbol: _ZNK15QGraphicsEffect6sourceEv ]
QGraphicsEffect::sourceBoundingRect ( Qt::CoordinateSystem system ) const
[ symbol: _ZNK15QGraphicsEffect18sourceBoundingRectEN2Qt16CoordinateSystemE ]
QGraphicsEffect::sourceChanged ( QGraphicsEffect::ChangeFlags flags )
[ symbol: _ZN15QGraphicsEffect13sourceChangedE6QFlagsINS_10ChangeFlagEE ]
QGraphicsEffect::sourceIsPixmap ( ) const
[ symbol: _ZNK15QGraphicsEffect14sourceIsPixmapEv ]
QGraphicsEffect::sourcePixmap ( Qt::CoordinateSystem system, QPoint* offset, QGraphicsEffect::PixmapPadMode mode ) const
[ symbol: _ZNK15QGraphicsEffect12sourcePixmapEN2Qt16CoordinateSystemEP6QPointNS_13PixmapPadModeE ]
QGraphicsEffect::staticMetaObject [data]
[ symbol: _ZN15QGraphicsEffect16staticMetaObjectE ]
QGraphicsEffect::update ( )
[ symbol: _ZN15QGraphicsEffect6updateEv ]
QGraphicsEffect::updateBoundingRect ( )
[ symbol: _ZN15QGraphicsEffect18updateBoundingRectEv ]
QGraphicsEffect::~QGraphicsEffect [in-charge-deleting] ( )
[ symbol: _ZN15QGraphicsEffectD0Ev ]
QGraphicsEffect::~QGraphicsEffect [in-charge] ( )
[ symbol: _ZN15QGraphicsEffectD1Ev ]
QGraphicsEffect::~QGraphicsEffect [not-in-charge] ( )
[ symbol: _ZN15QGraphicsEffectD2Ev ]
QGraphicsOpacityEffect::draw ( QPainter* painter )
[ symbol: _ZN22QGraphicsOpacityEffect4drawEP8QPainter ]
QGraphicsOpacityEffect::metaObject ( ) const
[ symbol: _ZNK22QGraphicsOpacityEffect10metaObjectEv ]
QGraphicsOpacityEffect::opacity ( ) const
[ symbol: _ZNK22QGraphicsOpacityEffect7opacityEv ]
QGraphicsOpacityEffect::opacityChanged ( qreal opacity )
[ symbol: _ZN22QGraphicsOpacityEffect14opacityChangedEd ]
QGraphicsOpacityEffect::opacityMask ( ) const
[ symbol: _ZNK22QGraphicsOpacityEffect11opacityMaskEv ]
QGraphicsOpacityEffect::opacityMaskChanged ( QBrush const& mask )
[ symbol: _ZN22QGraphicsOpacityEffect18opacityMaskChangedERK6QBrush ]
QGraphicsOpacityEffect::QGraphicsOpacityEffect [in-charge] ( QObject* parent )
[ symbol: _ZN22QGraphicsOpacityEffectC1EP7QObject ]
QGraphicsOpacityEffect::QGraphicsOpacityEffect [not-in-charge] ( QObject* parent )
[ symbol: _ZN22QGraphicsOpacityEffectC2EP7QObject ]
QGraphicsOpacityEffect::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN22QGraphicsOpacityEffect11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsOpacityEffect::qt_metacast ( char const* p1 )
[ symbol: _ZN22QGraphicsOpacityEffect11qt_metacastEPKc ]
QGraphicsOpacityEffect::setOpacity ( qreal opacity )
[ symbol: _ZN22QGraphicsOpacityEffect10setOpacityEd ]
QGraphicsOpacityEffect::setOpacityMask ( QBrush const& mask )
[ symbol: _ZN22QGraphicsOpacityEffect14setOpacityMaskERK6QBrush ]
QGraphicsOpacityEffect::staticMetaObject [data]
[ symbol: _ZN22QGraphicsOpacityEffect16staticMetaObjectE ]
QGraphicsOpacityEffect::~QGraphicsOpacityEffect [in-charge-deleting] ( )
[ symbol: _ZN22QGraphicsOpacityEffectD0Ev ]
QGraphicsOpacityEffect::~QGraphicsOpacityEffect [in-charge] ( )
[ symbol: _ZN22QGraphicsOpacityEffectD1Ev ]
QGraphicsOpacityEffect::~QGraphicsOpacityEffect [not-in-charge] ( )
[ symbol: _ZN22QGraphicsOpacityEffectD2Ev ]
qgraphicsitem.h,
libQtGui.so.4.6.0
operator<< ( QDebug debug, QGraphicsObject* item )
[ symbol: _Zls6QDebugP15QGraphicsObject ]
QGraphicsItem::acceptTouchEvents ( ) const
[ symbol: _ZNK13QGraphicsItem17acceptTouchEventsEv ]
QGraphicsItem::filtersChildEvents ( ) const
[ symbol: _ZNK13QGraphicsItem18filtersChildEventsEv ]
QGraphicsItem::focusItem ( ) const
[ symbol: _ZNK13QGraphicsItem9focusItemEv ]
QGraphicsItem::focusProxy ( ) const
[ symbol: _ZNK13QGraphicsItem10focusProxyEv ]
QGraphicsItem::focusScopeItem ( ) const
[ symbol: _ZNK13QGraphicsItem14focusScopeItemEv ]
QGraphicsItem::graphicsEffect ( ) const
[ symbol: _ZNK13QGraphicsItem14graphicsEffectEv ]
QGraphicsItem::inputMethodHints ( ) const
[ symbol: _ZNK13QGraphicsItem16inputMethodHintsEv ]
QGraphicsItem::isActive ( ) const
[ symbol: _ZNK13QGraphicsItem8isActiveEv ]
QGraphicsItem::isBlockedByModalPanel ( QGraphicsItem** blockingPanel ) const
[ symbol: _ZNK13QGraphicsItem21isBlockedByModalPanelEPPS_ ]
QGraphicsItem::isPanel ( ) const
[ symbol: _ZNK13QGraphicsItem7isPanelEv ]
QGraphicsItem::panel ( ) const
[ symbol: _ZNK13QGraphicsItem5panelEv ]
QGraphicsItem::panelModality ( ) const
[ symbol: _ZNK13QGraphicsItem13panelModalityEv ]
QGraphicsItem::parentObject ( ) const
[ symbol: _ZNK13QGraphicsItem12parentObjectEv ]
QGraphicsItem::rotation ( ) const
[ symbol: _ZNK13QGraphicsItem8rotationEv ]
QGraphicsItem::scale ( ) const
[ symbol: _ZNK13QGraphicsItem5scaleEv ]
QGraphicsItem::setAcceptTouchEvents ( bool enabled )
[ symbol: _ZN13QGraphicsItem20setAcceptTouchEventsEb ]
QGraphicsItem::setActive ( bool active )
[ symbol: _ZN13QGraphicsItem9setActiveEb ]
QGraphicsItem::setFiltersChildEvents ( bool enabled )
[ symbol: _ZN13QGraphicsItem21setFiltersChildEventsEb ]
QGraphicsItem::setFocusProxy ( QGraphicsItem* item )
[ symbol: _ZN13QGraphicsItem13setFocusProxyEPS_ ]
QGraphicsItem::setGraphicsEffect ( QGraphicsEffect* effect )
[ symbol: _ZN13QGraphicsItem17setGraphicsEffectEP15QGraphicsEffect ]
QGraphicsItem::setInputMethodHints ( Qt::InputMethodHints hints )
[ symbol: _ZN13QGraphicsItem19setInputMethodHintsE6QFlagsIN2Qt15InputMethodHintEE ]
QGraphicsItem::setPanelModality ( QGraphicsItem::PanelModality panelModality )
[ symbol: _ZN13QGraphicsItem16setPanelModalityENS_13PanelModalityE ]
QGraphicsItem::setRotation ( qreal angle )
[ symbol: _ZN13QGraphicsItem11setRotationEd ]
QGraphicsItem::setScale ( qreal scale )
[ symbol: _ZN13QGraphicsItem8setScaleEd ]
QGraphicsItem::setTransformations ( QList<QGraphicsTransform*>const& transformations )
[ symbol: _ZN13QGraphicsItem18setTransformationsERK5QListIP18QGraphicsTransformE ]
QGraphicsItem::setTransformOriginPoint ( QPointF const& origin )
[ symbol: _ZN13QGraphicsItem23setTransformOriginPointERK7QPointF ]
QGraphicsItem::setX ( qreal x )
[ symbol: _ZN13QGraphicsItem4setXEd ]
QGraphicsItem::setY ( qreal y )
[ symbol: _ZN13QGraphicsItem4setYEd ]
QGraphicsItem::stackBefore ( QGraphicsItem const* sibling )
[ symbol: _ZN13QGraphicsItem11stackBeforeEPKS_ ]
QGraphicsItem::toGraphicsObject ( )
[ symbol: _ZN13QGraphicsItem16toGraphicsObjectEv ]
QGraphicsItem::toGraphicsObject ( ) const
[ symbol: _ZNK13QGraphicsItem16toGraphicsObjectEv ]
QGraphicsItem::transformations ( ) const
[ symbol: _ZNK13QGraphicsItem15transformationsEv ]
QGraphicsItem::transformOriginPoint ( ) const
[ symbol: _ZNK13QGraphicsItem20transformOriginPointEv ]
QGraphicsObject::enabledChanged ( )
[ symbol: _ZN15QGraphicsObject14enabledChangedEv ]
QGraphicsObject::grabGesture ( Qt::GestureType type, Qt::GestureFlags flags )
[ symbol: _ZN15QGraphicsObject11grabGestureEN2Qt11GestureTypeE6QFlagsINS0_11GestureFlagEE ]
QGraphicsObject::metaObject ( ) const
[ symbol: _ZNK15QGraphicsObject10metaObjectEv ]
QGraphicsObject::opacityChanged ( )
[ symbol: _ZN15QGraphicsObject14opacityChangedEv ]
QGraphicsObject::parentChanged ( )
[ symbol: _ZN15QGraphicsObject13parentChangedEv ]
QGraphicsObject::QGraphicsObject [in-charge] ( QGraphicsItem* parent )
[ symbol: _ZN15QGraphicsObjectC1EP13QGraphicsItem ]
QGraphicsObject::QGraphicsObject [in-charge] ( QGraphicsItemPrivate& dd, QGraphicsItem* parent, QGraphicsScene* scene )
[ symbol: _ZN15QGraphicsObjectC1ER20QGraphicsItemPrivateP13QGraphicsItemP14QGraphicsScene ]
QGraphicsObject::QGraphicsObject [not-in-charge] ( QGraphicsItem* parent )
[ symbol: _ZN15QGraphicsObjectC2EP13QGraphicsItem ]
QGraphicsObject::QGraphicsObject [not-in-charge] ( QGraphicsItemPrivate& dd, QGraphicsItem* parent, QGraphicsScene* scene )
[ symbol: _ZN15QGraphicsObjectC2ER20QGraphicsItemPrivateP13QGraphicsItemP14QGraphicsScene ]
QGraphicsObject::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN15QGraphicsObject11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsObject::qt_metacast ( char const* p1 )
[ symbol: _ZN15QGraphicsObject11qt_metacastEPKc ]
QGraphicsObject::rotationChanged ( )
[ symbol: _ZN15QGraphicsObject15rotationChangedEv ]
QGraphicsObject::scaleChanged ( )
[ symbol: _ZN15QGraphicsObject12scaleChangedEv ]
QGraphicsObject::staticMetaObject [data]
[ symbol: _ZN15QGraphicsObject16staticMetaObjectE ]
QGraphicsObject::ungrabGesture ( Qt::GestureType type )
[ symbol: _ZN15QGraphicsObject13ungrabGestureEN2Qt11GestureTypeE ]
QGraphicsObject::visibleChanged ( )
[ symbol: _ZN15QGraphicsObject14visibleChangedEv ]
QGraphicsObject::xChanged ( )
[ symbol: _ZN15QGraphicsObject8xChangedEv ]
QGraphicsObject::yChanged ( )
[ symbol: _ZN15QGraphicsObject8yChangedEv ]
QGraphicsObject::zChanged ( )
[ symbol: _ZN15QGraphicsObject8zChangedEv ]
qgraphicslayout.h,
libQtGui.so.4.6.0
QGraphicsLayout::addChildLayoutItem ( QGraphicsLayoutItem* layoutItem )
[ symbol: _ZN15QGraphicsLayout18addChildLayoutItemEP19QGraphicsLayoutItem ]
qgraphicslinearlayout.h,
libQtGui.so.4.6.0
QGraphicsLinearLayout::dump ( int indent ) const
[ symbol: _ZNK21QGraphicsLinearLayout4dumpEi ]
qgraphicsscene.h,
libQtGui.so.4.6.0
QGraphicsScene::activePanel ( ) const
[ symbol: _ZNK14QGraphicsScene11activePanelEv ]
QGraphicsScene::isActive ( ) const
[ symbol: _ZNK14QGraphicsScene8isActiveEv ]
QGraphicsScene::itemAt ( QPointF const& pos, QTransform const& deviceTransform ) const
[ symbol: _ZNK14QGraphicsScene6itemAtERK7QPointFRK10QTransform ]
QGraphicsScene::items ( QPainterPath const& path, Qt::ItemSelectionMode mode, Qt::SortOrder order, QTransform const& deviceTransform ) const
[ symbol: _ZNK14QGraphicsScene5itemsERK12QPainterPathN2Qt17ItemSelectionModeENS3_9SortOrderERK10QTransform ]
QGraphicsScene::items ( QPointF const& pos, Qt::ItemSelectionMode mode, Qt::SortOrder order, QTransform const& deviceTransform ) const
[ symbol: _ZNK14QGraphicsScene5itemsERK7QPointFN2Qt17ItemSelectionModeENS3_9SortOrderERK10QTransform ]
QGraphicsScene::items ( QPolygonF const& polygon, Qt::ItemSelectionMode mode, Qt::SortOrder order, QTransform const& deviceTransform ) const
[ symbol: _ZNK14QGraphicsScene5itemsERK9QPolygonFN2Qt17ItemSelectionModeENS3_9SortOrderERK10QTransform ]
QGraphicsScene::items ( QRectF const& rect, Qt::ItemSelectionMode mode, Qt::SortOrder order, QTransform const& deviceTransform ) const
[ symbol: _ZNK14QGraphicsScene5itemsERK6QRectFN2Qt17ItemSelectionModeENS3_9SortOrderERK10QTransform ]
QGraphicsScene::items ( Qt::SortOrder order ) const
[ symbol: _ZNK14QGraphicsScene5itemsEN2Qt9SortOrderE ]
QGraphicsScene::sendEvent ( QGraphicsItem* item, QEvent* event )
[ symbol: _ZN14QGraphicsScene9sendEventEP13QGraphicsItemP6QEvent ]
QGraphicsScene::setActivePanel ( QGraphicsItem* item )
[ symbol: _ZN14QGraphicsScene14setActivePanelEP13QGraphicsItem ]
QGraphicsScene::setSelectionArea ( QPainterPath const& path, Qt::ItemSelectionMode mode, QTransform const& deviceTransform )
[ symbol: _ZN14QGraphicsScene16setSelectionAreaERK12QPainterPathN2Qt17ItemSelectionModeERK10QTransform ]
QGraphicsScene::setSelectionArea ( QPainterPath const& path, QTransform const& deviceTransform )
[ symbol: _ZN14QGraphicsScene16setSelectionAreaERK12QPainterPathRK10QTransform ]
qgraphicstransform.h,
libQtGui.so.4.6.0
QGraphicsRotation::angle ( ) const
[ symbol: _ZNK17QGraphicsRotation5angleEv ]
QGraphicsRotation::angleChanged ( )
[ symbol: _ZN17QGraphicsRotation12angleChangedEv ]
QGraphicsRotation::applyTo ( QMatrix4x4* matrix ) const
[ symbol: _ZNK17QGraphicsRotation7applyToEP10QMatrix4x4 ]
QGraphicsRotation::axis ( ) const
[ symbol: _ZNK17QGraphicsRotation4axisEv ]
QGraphicsRotation::axisChanged ( )
[ symbol: _ZN17QGraphicsRotation11axisChangedEv ]
QGraphicsRotation::metaObject ( ) const
[ symbol: _ZNK17QGraphicsRotation10metaObjectEv ]
QGraphicsRotation::origin ( ) const
[ symbol: _ZNK17QGraphicsRotation6originEv ]
QGraphicsRotation::originChanged ( )
[ symbol: _ZN17QGraphicsRotation13originChangedEv ]
QGraphicsRotation::QGraphicsRotation [in-charge] ( QObject* parent )
[ symbol: _ZN17QGraphicsRotationC1EP7QObject ]
QGraphicsRotation::QGraphicsRotation [not-in-charge] ( QObject* parent )
[ symbol: _ZN17QGraphicsRotationC2EP7QObject ]
QGraphicsRotation::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN17QGraphicsRotation11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsRotation::qt_metacast ( char const* p1 )
[ symbol: _ZN17QGraphicsRotation11qt_metacastEPKc ]
QGraphicsRotation::setAngle ( qreal p1 )
[ symbol: _ZN17QGraphicsRotation8setAngleEd ]
QGraphicsRotation::setAxis ( Qt::Axis axis )
[ symbol: _ZN17QGraphicsRotation7setAxisEN2Qt4AxisE ]
QGraphicsRotation::setAxis ( QVector3D const& axis )
[ symbol: _ZN17QGraphicsRotation7setAxisERK9QVector3D ]
QGraphicsRotation::setOrigin ( QVector3D const& point )
[ symbol: _ZN17QGraphicsRotation9setOriginERK9QVector3D ]
QGraphicsRotation::staticMetaObject [data]
[ symbol: _ZN17QGraphicsRotation16staticMetaObjectE ]
QGraphicsRotation::~QGraphicsRotation [in-charge-deleting] ( )
[ symbol: _ZN17QGraphicsRotationD0Ev ]
QGraphicsRotation::~QGraphicsRotation [in-charge] ( )
[ symbol: _ZN17QGraphicsRotationD1Ev ]
QGraphicsRotation::~QGraphicsRotation [not-in-charge] ( )
[ symbol: _ZN17QGraphicsRotationD2Ev ]
QGraphicsScale::applyTo ( QMatrix4x4* matrix ) const
[ symbol: _ZNK14QGraphicsScale7applyToEP10QMatrix4x4 ]
QGraphicsScale::metaObject ( ) const
[ symbol: _ZNK14QGraphicsScale10metaObjectEv ]
QGraphicsScale::origin ( ) const
[ symbol: _ZNK14QGraphicsScale6originEv ]
QGraphicsScale::originChanged ( )
[ symbol: _ZN14QGraphicsScale13originChangedEv ]
QGraphicsScale::QGraphicsScale [in-charge] ( QObject* parent )
[ symbol: _ZN14QGraphicsScaleC1EP7QObject ]
QGraphicsScale::QGraphicsScale [not-in-charge] ( QObject* parent )
[ symbol: _ZN14QGraphicsScaleC2EP7QObject ]
QGraphicsScale::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN14QGraphicsScale11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsScale::qt_metacast ( char const* p1 )
[ symbol: _ZN14QGraphicsScale11qt_metacastEPKc ]
QGraphicsScale::scaleChanged ( )
[ symbol: _ZN14QGraphicsScale12scaleChangedEv ]
QGraphicsScale::setOrigin ( QVector3D const& point )
[ symbol: _ZN14QGraphicsScale9setOriginERK9QVector3D ]
QGraphicsScale::setXScale ( qreal p1 )
[ symbol: _ZN14QGraphicsScale9setXScaleEd ]
QGraphicsScale::setYScale ( qreal p1 )
[ symbol: _ZN14QGraphicsScale9setYScaleEd ]
QGraphicsScale::setZScale ( qreal p1 )
[ symbol: _ZN14QGraphicsScale9setZScaleEd ]
QGraphicsScale::staticMetaObject [data]
[ symbol: _ZN14QGraphicsScale16staticMetaObjectE ]
QGraphicsScale::xScale ( ) const
[ symbol: _ZNK14QGraphicsScale6xScaleEv ]
QGraphicsScale::yScale ( ) const
[ symbol: _ZNK14QGraphicsScale6yScaleEv ]
QGraphicsScale::zScale ( ) const
[ symbol: _ZNK14QGraphicsScale6zScaleEv ]
QGraphicsScale::~QGraphicsScale [in-charge-deleting] ( )
[ symbol: _ZN14QGraphicsScaleD0Ev ]
QGraphicsScale::~QGraphicsScale [in-charge] ( )
[ symbol: _ZN14QGraphicsScaleD1Ev ]
QGraphicsScale::~QGraphicsScale [not-in-charge] ( )
[ symbol: _ZN14QGraphicsScaleD2Ev ]
QGraphicsTransform::metaObject ( ) const
[ symbol: _ZNK18QGraphicsTransform10metaObjectEv ]
QGraphicsTransform::QGraphicsTransform [in-charge] ( QGraphicsTransformPrivate& p, QObject* parent )
[ symbol: _ZN18QGraphicsTransformC1ER25QGraphicsTransformPrivateP7QObject ]
QGraphicsTransform::QGraphicsTransform [in-charge] ( QObject* parent )
[ symbol: _ZN18QGraphicsTransformC1EP7QObject ]
QGraphicsTransform::QGraphicsTransform [not-in-charge] ( QGraphicsTransformPrivate& p, QObject* parent )
[ symbol: _ZN18QGraphicsTransformC2ER25QGraphicsTransformPrivateP7QObject ]
QGraphicsTransform::QGraphicsTransform [not-in-charge] ( QObject* parent )
[ symbol: _ZN18QGraphicsTransformC2EP7QObject ]
QGraphicsTransform::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN18QGraphicsTransform11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsTransform::qt_metacast ( char const* p1 )
[ symbol: _ZN18QGraphicsTransform11qt_metacastEPKc ]
QGraphicsTransform::staticMetaObject [data]
[ symbol: _ZN18QGraphicsTransform16staticMetaObjectE ]
QGraphicsTransform::update ( )
[ symbol: _ZN18QGraphicsTransform6updateEv ]
QGraphicsTransform::~QGraphicsTransform [in-charge-deleting] ( )
[ symbol: _ZN18QGraphicsTransformD0Ev ]
QGraphicsTransform::~QGraphicsTransform [in-charge] ( )
[ symbol: _ZN18QGraphicsTransformD1Ev ]
QGraphicsTransform::~QGraphicsTransform [not-in-charge] ( )
[ symbol: _ZN18QGraphicsTransformD2Ev ]
qgraphicsview.h,
libQtGui.so.4.6.0
QGraphicsView::isTransformed ( ) const
[ symbol: _ZNK13QGraphicsView13isTransformedEv ]
qgraphicswebview.h,
libQtWebKit.so.4.6.0
QGraphicsWebView::back ( )
[ symbol: _ZN16QGraphicsWebView4backEv ]
QGraphicsWebView::contextMenuEvent ( QGraphicsSceneContextMenuEvent* p1 )
[ symbol: _ZN16QGraphicsWebView16contextMenuEventEP30QGraphicsSceneContextMenuEvent ]
QGraphicsWebView::dragEnterEvent ( QGraphicsSceneDragDropEvent* p1 )
[ symbol: _ZN16QGraphicsWebView14dragEnterEventEP27QGraphicsSceneDragDropEvent ]
QGraphicsWebView::dragLeaveEvent ( QGraphicsSceneDragDropEvent* p1 )
[ symbol: _ZN16QGraphicsWebView14dragLeaveEventEP27QGraphicsSceneDragDropEvent ]
QGraphicsWebView::dragMoveEvent ( QGraphicsSceneDragDropEvent* p1 )
[ symbol: _ZN16QGraphicsWebView13dragMoveEventEP27QGraphicsSceneDragDropEvent ]
QGraphicsWebView::dropEvent ( QGraphicsSceneDragDropEvent* p1 )
[ symbol: _ZN16QGraphicsWebView9dropEventEP27QGraphicsSceneDragDropEvent ]
QGraphicsWebView::event ( QEvent* p1 )
[ symbol: _ZN16QGraphicsWebView5eventEP6QEvent ]
QGraphicsWebView::findText ( QString const& subString, QWebPage::FindFlags options )
[ symbol: _ZN16QGraphicsWebView8findTextERK7QString6QFlagsIN8QWebPage8FindFlagEE ]
QGraphicsWebView::focusInEvent ( QFocusEvent* p1 )
[ symbol: _ZN16QGraphicsWebView12focusInEventEP11QFocusEvent ]
QGraphicsWebView::focusNextPrevChild ( bool next )
[ symbol: _ZN16QGraphicsWebView18focusNextPrevChildEb ]
QGraphicsWebView::focusOutEvent ( QFocusEvent* p1 )
[ symbol: _ZN16QGraphicsWebView13focusOutEventEP11QFocusEvent ]
QGraphicsWebView::forward ( )
[ symbol: _ZN16QGraphicsWebView7forwardEv ]
QGraphicsWebView::history ( ) const
[ symbol: _ZNK16QGraphicsWebView7historyEv ]
QGraphicsWebView::hoverLeaveEvent ( QGraphicsSceneHoverEvent* p1 )
[ symbol: _ZN16QGraphicsWebView15hoverLeaveEventEP24QGraphicsSceneHoverEvent ]
QGraphicsWebView::hoverMoveEvent ( QGraphicsSceneHoverEvent* p1 )
[ symbol: _ZN16QGraphicsWebView14hoverMoveEventEP24QGraphicsSceneHoverEvent ]
QGraphicsWebView::icon ( ) const
[ symbol: _ZNK16QGraphicsWebView4iconEv ]
QGraphicsWebView::iconChanged ( )
[ symbol: _ZN16QGraphicsWebView11iconChangedEv ]
QGraphicsWebView::inputMethodEvent ( QInputMethodEvent* p1 )
[ symbol: _ZN16QGraphicsWebView16inputMethodEventEP17QInputMethodEvent ]
QGraphicsWebView::inputMethodQuery ( Qt::InputMethodQuery query ) const
[ symbol: _ZNK16QGraphicsWebView16inputMethodQueryEN2Qt16InputMethodQueryE ]
QGraphicsWebView::isModified ( ) const
[ symbol: _ZNK16QGraphicsWebView10isModifiedEv ]
QGraphicsWebView::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )
[ symbol: _ZN16QGraphicsWebView10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant ]
QGraphicsWebView::keyPressEvent ( QKeyEvent* p1 )
[ symbol: _ZN16QGraphicsWebView13keyPressEventEP9QKeyEvent ]
QGraphicsWebView::keyReleaseEvent ( QKeyEvent* p1 )
[ symbol: _ZN16QGraphicsWebView15keyReleaseEventEP9QKeyEvent ]
QGraphicsWebView::linkClicked ( QUrl const& p1 )
[ symbol: _ZN16QGraphicsWebView11linkClickedERK4QUrl ]
QGraphicsWebView::load ( QNetworkRequest const& request, QNetworkAccessManager::Operation operation, QByteArray const& body )
[ symbol: _ZN16QGraphicsWebView4loadERK15QNetworkRequestN21QNetworkAccessManager9OperationERK10QByteArray ]
QGraphicsWebView::load ( QUrl const& url )
[ symbol: _ZN16QGraphicsWebView4loadERK4QUrl ]
QGraphicsWebView::loadFinished ( bool p1 )
[ symbol: _ZN16QGraphicsWebView12loadFinishedEb ]
QGraphicsWebView::loadProgress ( int progress )
[ symbol: _ZN16QGraphicsWebView12loadProgressEi ]
QGraphicsWebView::loadStarted ( )
[ symbol: _ZN16QGraphicsWebView11loadStartedEv ]
QGraphicsWebView::metaObject ( ) const
[ symbol: _ZNK16QGraphicsWebView10metaObjectEv ]
QGraphicsWebView::mouseDoubleClickEvent ( QGraphicsSceneMouseEvent* p1 )
[ symbol: _ZN16QGraphicsWebView21mouseDoubleClickEventEP24QGraphicsSceneMouseEvent ]
QGraphicsWebView::mouseMoveEvent ( QGraphicsSceneMouseEvent* p1 )
[ symbol: _ZN16QGraphicsWebView14mouseMoveEventEP24QGraphicsSceneMouseEvent ]
QGraphicsWebView::mousePressEvent ( QGraphicsSceneMouseEvent* p1 )
[ symbol: _ZN16QGraphicsWebView15mousePressEventEP24QGraphicsSceneMouseEvent ]
QGraphicsWebView::mouseReleaseEvent ( QGraphicsSceneMouseEvent* p1 )
[ symbol: _ZN16QGraphicsWebView17mouseReleaseEventEP24QGraphicsSceneMouseEvent ]
QGraphicsWebView::page ( ) const
[ symbol: _ZNK16QGraphicsWebView4pageEv ]
QGraphicsWebView::pageAction ( QWebPage::WebAction action ) const
[ symbol: _ZNK16QGraphicsWebView10pageActionEN8QWebPage9WebActionE ]
QGraphicsWebView::paint ( QPainter* p1, QStyleOptionGraphicsItem const* options, QWidget* widget )
[ symbol: _ZN16QGraphicsWebView5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget ]
QGraphicsWebView::QGraphicsWebView [in-charge] ( QGraphicsItem* parent )
[ symbol: _ZN16QGraphicsWebViewC1EP13QGraphicsItem ]
QGraphicsWebView::QGraphicsWebView [not-in-charge] ( QGraphicsItem* parent )
[ symbol: _ZN16QGraphicsWebViewC2EP13QGraphicsItem ]
QGraphicsWebView::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN16QGraphicsWebView11qt_metacallEN11QMetaObject4CallEiPPv ]
QGraphicsWebView::qt_metacast ( char const* p1 )
[ symbol: _ZN16QGraphicsWebView11qt_metacastEPKc ]
QGraphicsWebView::reload ( )
[ symbol: _ZN16QGraphicsWebView6reloadEv ]
QGraphicsWebView::sceneEvent ( QEvent* p1 )
[ symbol: _ZN16QGraphicsWebView10sceneEventEP6QEvent ]
QGraphicsWebView::setContent ( QByteArray const& data, QString const& mimeType, QUrl const& baseUrl )
[ symbol: _ZN16QGraphicsWebView10setContentERK10QByteArrayRK7QStringRK4QUrl ]
QGraphicsWebView::setGeometry ( QRectF const& rect )
[ symbol: _ZN16QGraphicsWebView11setGeometryERK6QRectF ]
QGraphicsWebView::setHtml ( QString const& html, QUrl const& baseUrl )
[ symbol: _ZN16QGraphicsWebView7setHtmlERK7QStringRK4QUrl ]
QGraphicsWebView::setPage ( QWebPage* p1 )
[ symbol: _ZN16QGraphicsWebView7setPageEP8QWebPage ]
QGraphicsWebView::settings ( ) const
[ symbol: _ZNK16QGraphicsWebView8settingsEv ]
QGraphicsWebView::setUrl ( QUrl const& p1 )
[ symbol: _ZN16QGraphicsWebView6setUrlERK4QUrl ]
QGraphicsWebView::setZoomFactor ( qreal p1 )
[ symbol: _ZN16QGraphicsWebView13setZoomFactorEd ]
QGraphicsWebView::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const
[ symbol: _ZNK16QGraphicsWebView8sizeHintEN2Qt8SizeHintERK6QSizeF ]
QGraphicsWebView::staticMetaObject [data]
[ symbol: _ZN16QGraphicsWebView16staticMetaObjectE ]
QGraphicsWebView::statusBarMessage ( QString const& message )
[ symbol: _ZN16QGraphicsWebView16statusBarMessageERK7QString ]
QGraphicsWebView::stop ( )
[ symbol: _ZN16QGraphicsWebView4stopEv ]
QGraphicsWebView::title ( ) const
[ symbol: _ZNK16QGraphicsWebView5titleEv ]
QGraphicsWebView::titleChanged ( QString const& p1 )
[ symbol: _ZN16QGraphicsWebView12titleChangedERK7QString ]
QGraphicsWebView::triggerPageAction ( QWebPage::WebAction action, bool checked )
[ symbol: _ZN16QGraphicsWebView17triggerPageActionEN8QWebPage9WebActionEb ]
QGraphicsWebView::updateGeometry ( )
[ symbol: _ZN16QGraphicsWebView14updateGeometryEv ]
QGraphicsWebView::url ( ) const
[ symbol: _ZNK16QGraphicsWebView3urlEv ]
QGraphicsWebView::urlChanged ( QUrl const& p1 )
[ symbol: _ZN16QGraphicsWebView10urlChangedERK4QUrl ]
QGraphicsWebView::wheelEvent ( QGraphicsSceneWheelEvent* p1 )
[ symbol: _ZN16QGraphicsWebView10wheelEventEP24QGraphicsSceneWheelEvent ]
QGraphicsWebView::zoomFactor ( ) const
[ symbol: _ZNK16QGraphicsWebView10zoomFactorEv ]
QGraphicsWebView::~QGraphicsWebView [in-charge-deleting] ( )
[ symbol: _ZN16QGraphicsWebViewD0Ev ]
QGraphicsWebView::~QGraphicsWebView [in-charge] ( )
[ symbol: _ZN16QGraphicsWebViewD1Ev ]
QGraphicsWebView::~QGraphicsWebView [not-in-charge] ( )
[ symbol: _ZN16QGraphicsWebViewD2Ev ]
qgtkstyle.h,
libQtGui.so.4.6.0
QGtkStyle::getGConfBool ( QString const& key, bool fallback ) [static]
[ symbol: _ZN9QGtkStyle12getGConfBoolERK7QStringb ]
QGtkStyle::getGConfString ( QString const& key, QString const& fallback ) [static]
[ symbol: _ZN9QGtkStyle14getGConfStringERK7QStringS2_ ]
QGtkStyle::QGtkStyle [in-charge] ( QGtkStylePrivate& dd )
[ symbol: _ZN9QGtkStyleC1ER16QGtkStylePrivate ]
QGtkStyle::QGtkStyle [not-in-charge] ( QGtkStylePrivate& dd )
[ symbol: _ZN9QGtkStyleC2ER16QGtkStylePrivate ]
QGtkStyle::standardIconImplementation ( QStyle::StandardPixmap standardIcon, QStyleOption const* option, QWidget const* widget ) const
[ symbol: _ZNK9QGtkStyle26standardIconImplementationEN6QStyle14StandardPixmapEPK12QStyleOptionPK7QWidget ]
qhash.h,
libQtCore.so.4.6.0
QHashData::allocateNode ( int nodeAlign )
[ symbol: _ZN9QHashData12allocateNodeEi ]
QHashData::detach_helper2 ( void(*node_duplicate)(QHashData::Node*, void*), void(*node_delete)(QHashData::Node*), int nodeSize, int nodeAlign )
[ symbol: _ZN9QHashData14detach_helper2EPFvPNS_4NodeEPvEPFvS1_Eii ]
QHashData::free_helper ( void(*node_delete)(QHashData::Node*) )
[ symbol: _ZN9QHashData11free_helperEPFvPNS_4NodeEE ]
qhelpsearchengine.h,
libQtHelp.so.4.6.0
QHelpSearchEngine::hitCount ( ) const
[ symbol: _ZNK17QHelpSearchEngine8hitCountEv ]
qhistorystate.h,
libQtCore.so.4.6.0
QHistoryState::defaultState ( ) const
[ symbol: _ZNK13QHistoryState12defaultStateEv ]
QHistoryState::event ( QEvent* e )
[ symbol: _ZN13QHistoryState5eventEP6QEvent ]
QHistoryState::historyType ( ) const
[ symbol: _ZNK13QHistoryState11historyTypeEv ]
QHistoryState::metaObject ( ) const
[ symbol: _ZNK13QHistoryState10metaObjectEv ]
QHistoryState::onEntry ( QEvent* event )
[ symbol: _ZN13QHistoryState7onEntryEP6QEvent ]
QHistoryState::onExit ( QEvent* event )
[ symbol: _ZN13QHistoryState6onExitEP6QEvent ]
QHistoryState::QHistoryState [in-charge] ( QHistoryState::HistoryType type, QState* parent )
[ symbol: _ZN13QHistoryStateC1ENS_11HistoryTypeEP6QState ]
QHistoryState::QHistoryState [in-charge] ( QState* parent )
[ symbol: _ZN13QHistoryStateC1EP6QState ]
QHistoryState::QHistoryState [not-in-charge] ( QHistoryState::HistoryType type, QState* parent )
[ symbol: _ZN13QHistoryStateC2ENS_11HistoryTypeEP6QState ]
QHistoryState::QHistoryState [not-in-charge] ( QState* parent )
[ symbol: _ZN13QHistoryStateC2EP6QState ]
QHistoryState::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN13QHistoryState11qt_metacallEN11QMetaObject4CallEiPPv ]
QHistoryState::qt_metacast ( char const* p1 )
[ symbol: _ZN13QHistoryState11qt_metacastEPKc ]
QHistoryState::setDefaultState ( QAbstractState* state )
[ symbol: _ZN13QHistoryState15setDefaultStateEP14QAbstractState ]
QHistoryState::setHistoryType ( QHistoryState::HistoryType type )
[ symbol: _ZN13QHistoryState14setHistoryTypeENS_11HistoryTypeE ]
QHistoryState::staticMetaObject [data]
[ symbol: _ZN13QHistoryState16staticMetaObjectE ]
QHistoryState::~QHistoryState [in-charge-deleting] ( )
[ symbol: _ZN13QHistoryStateD0Ev ]
QHistoryState::~QHistoryState [in-charge] ( )
[ symbol: _ZN13QHistoryStateD1Ev ]
QHistoryState::~QHistoryState [not-in-charge] ( )
[ symbol: _ZN13QHistoryStateD2Ev ]
qicon.h,
libQtGui.so.4.6.0
QIcon::fromTheme ( QString const& name, QIcon const& fallback ) [static]
[ symbol: _ZN5QIcon9fromThemeERK7QStringRKS_ ]
QIcon::hasThemeIcon ( QString const& name ) [static]
[ symbol: _ZN5QIcon12hasThemeIconERK7QString ]
QIcon::setThemeName ( QString const& path ) [static]
[ symbol: _ZN5QIcon12setThemeNameERK7QString ]
QIcon::setThemeSearchPaths ( QStringList const& searchpath ) [static]
[ symbol: _ZN5QIcon19setThemeSearchPathsERK11QStringList ]
QIcon::themeName ( ) [static]
[ symbol: _ZN5QIcon9themeNameEv ]
QIcon::themeSearchPaths ( ) [static]
[ symbol: _ZN5QIcon16themeSearchPathsEv ]
qimage.h,
libQtGui.so.4.6.0
QImage::byteCount ( ) const
[ symbol: _ZNK6QImage9byteCountEv ]
QImage::colorCount ( ) const
[ symbol: _ZNK6QImage10colorCountEv ]
QImage::setColorCount ( int p1 )
[ symbol: _ZN6QImage13setColorCountEi ]
qimagereader.h,
libQtGui.so.4.6.0
QImageReader::decideFormatFromContent ( ) const
[ symbol: _ZNK12QImageReader23decideFormatFromContentEv ]
QImageReader::setDecideFormatFromContent ( bool ignored )
[ symbol: _ZN12QImageReader26setDecideFormatFromContentEb ]
qkeyeventtransition.h,
libQtGui.so.4.6.0
QKeyEventTransition::eventTest ( QEvent* event )
[ symbol: _ZN19QKeyEventTransition9eventTestEP6QEvent ]
QKeyEventTransition::key ( ) const
[ symbol: _ZNK19QKeyEventTransition3keyEv ]
QKeyEventTransition::metaObject ( ) const
[ symbol: _ZNK19QKeyEventTransition10metaObjectEv ]
QKeyEventTransition::modifierMask ( ) const
[ symbol: _ZNK19QKeyEventTransition12modifierMaskEv ]
QKeyEventTransition::onTransition ( QEvent* event )
[ symbol: _ZN19QKeyEventTransition12onTransitionEP6QEvent ]
QKeyEventTransition::QKeyEventTransition [in-charge] ( QObject* object, QEvent::Type type, int key, QState* sourceState )
[ symbol: _ZN19QKeyEventTransitionC1EP7QObjectN6QEvent4TypeEiP6QState ]
QKeyEventTransition::QKeyEventTransition [in-charge] ( QState* sourceState )
[ symbol: _ZN19QKeyEventTransitionC1EP6QState ]
QKeyEventTransition::QKeyEventTransition [not-in-charge] ( QObject* object, QEvent::Type type, int key, QState* sourceState )
[ symbol: _ZN19QKeyEventTransitionC2EP7QObjectN6QEvent4TypeEiP6QState ]
QKeyEventTransition::QKeyEventTransition [not-in-charge] ( QState* sourceState )
[ symbol: _ZN19QKeyEventTransitionC2EP6QState ]
QKeyEventTransition::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN19QKeyEventTransition11qt_metacallEN11QMetaObject4CallEiPPv ]
QKeyEventTransition::qt_metacast ( char const* p1 )
[ symbol: _ZN19QKeyEventTransition11qt_metacastEPKc ]
QKeyEventTransition::setKey ( int key )
[ symbol: _ZN19QKeyEventTransition6setKeyEi ]
QKeyEventTransition::setModifierMask ( Qt::KeyboardModifiers modifiers )
[ symbol: _ZN19QKeyEventTransition15setModifierMaskE6QFlagsIN2Qt16KeyboardModifierEE ]
QKeyEventTransition::staticMetaObject [data]
[ symbol: _ZN19QKeyEventTransition16staticMetaObjectE ]
QKeyEventTransition::~QKeyEventTransition [in-charge-deleting] ( )
[ symbol: _ZN19QKeyEventTransitionD0Ev ]
QKeyEventTransition::~QKeyEventTransition [in-charge] ( )
[ symbol: _ZN19QKeyEventTransitionD1Ev ]
QKeyEventTransition::~QKeyEventTransition [not-in-charge] ( )
[ symbol: _ZN19QKeyEventTransitionD2Ev ]
qlayout.h,
libQtGui.so.4.6.0
QLayout::contentsMargins ( ) const
[ symbol: _ZNK7QLayout15contentsMarginsEv ]
QLayout::setContentsMargins ( QMargins const& margins )
[ symbol: _ZN7QLayout18setContentsMarginsERK8QMargins ]
qlcdnumber.h,
libQtGui.so.4.6.0
QLCDNumber::digitCount ( ) const
[ symbol: _ZNK10QLCDNumber10digitCountEv ]
QLCDNumber::setDigitCount ( int nDigits )
[ symbol: _ZN10QLCDNumber13setDigitCountEi ]
qlibraryinfo.h,
libQtCore.so.4.6.0
QLibraryInfo::buildDate ( ) [static]
[ symbol: _ZN12QLibraryInfo9buildDateEv ]
qlineedit.h,
libQtGui.so.4.6.0
QLineEdit::setTextMargins ( QMargins const& margins )
[ symbol: _ZN9QLineEdit14setTextMarginsERK8QMargins ]
QLineEdit::textMargins ( ) const
[ symbol: _ZNK9QLineEdit11textMarginsEv ]
qlist.h,
libQtCore.so.4.6.0
QListData::append2 ( QListData const& l )
[ symbol: _ZN9QListData7append2ERKS_ ]
QListData::detach3 ( )
[ symbol: _ZN9QListData7detach3Ev ]
qmap.h,
libQtCore.so.4.6.0
QMapData::createData ( int alignment ) [static]
[ symbol: _ZN8QMapData10createDataEi ]
QMapData::node_create ( QMapData::Node** update, int offset, int alignment )
[ symbol: _ZN8QMapData11node_createEPPNS_4NodeEii ]
qmargins.h,
libQtCore.so.4.6.0
operator<< ( QDebug p1, QMargins const& p2 )
[ symbol: _Zls6QDebugRK8QMargins ]
qmath.h,
libQtCore.so.4.6.0
qt_sine_table [data]
qmatrix4x4.h,
libQtGui.so.4.6.0
operator/ ( QMatrix4x4 const& matrix, qreal divisor )
[ symbol: _ZdvRK10QMatrix4x4d ]
operator<< ( QDataStream& p1, QMatrix4x4 const& p2 )
[ symbol: _ZlsR11QDataStreamRK10QMatrix4x4 ]
operator<< ( QDebug dbg, QMatrix4x4 const& m )
[ symbol: _Zls6QDebugRK10QMatrix4x4 ]
QMatrix4x4::copyDataTo ( qreal* values ) const
[ symbol: _ZNK10QMatrix4x410copyDataToEPd ]
QMatrix4x4::determinant ( ) const
[ symbol: _ZNK10QMatrix4x411determinantEv ]
QMatrix4x4::flipCoordinates ( )
[ symbol: _ZN10QMatrix4x415flipCoordinatesEv ]
QMatrix4x4::frustum ( qreal left, qreal right, qreal bottom, qreal top, qreal nearPlane, qreal farPlane )
[ symbol: _ZN10QMatrix4x47frustumEdddddd ]
QMatrix4x4::inverted ( bool* invertible ) const
[ symbol: _ZNK10QMatrix4x48invertedEPb ]
QMatrix4x4::lookAt ( QVector3D const& eye, QVector3D const& center, QVector3D const& up )
[ symbol: _ZN10QMatrix4x46lookAtERK9QVector3DS2_S2_ ]
QMatrix4x4::mapRect ( QRect const& rect ) const
[ symbol: _ZNK10QMatrix4x47mapRectERK5QRect ]
QMatrix4x4::mapRect ( QRectF const& rect ) const
[ symbol: _ZNK10QMatrix4x47mapRectERK6QRectF ]
QMatrix4x4::normalMatrix ( ) const
[ symbol: _ZNK10QMatrix4x412normalMatrixEv ]
QMatrix4x4::operator QVariant ( ) const
[ symbol: _ZNK10QMatrix4x4cv8QVariantEv ]
QMatrix4x4::operator/= ( qreal divisor )
[ symbol: _ZN10QMatrix4x4dVEd ]
QMatrix4x4::optimize ( )
[ symbol: _ZN10QMatrix4x48optimizeEv ]
QMatrix4x4::ortho ( qreal left, qreal right, qreal bottom, qreal top, qreal nearPlane, qreal farPlane )
[ symbol: _ZN10QMatrix4x45orthoEdddddd ]
QMatrix4x4::ortho ( QRect const& rect )
[ symbol: _ZN10QMatrix4x45orthoERK5QRect ]
QMatrix4x4::ortho ( QRectF const& rect )
[ symbol: _ZN10QMatrix4x45orthoERK6QRectF ]
QMatrix4x4::perspective ( qreal angle, qreal aspect, qreal nearPlane, qreal farPlane )
[ symbol: _ZN10QMatrix4x411perspectiveEdddd ]
QMatrix4x4::QMatrix4x4 [in-charge] ( QMatrix const& matrix )
[ symbol: _ZN10QMatrix4x4C1ERK7QMatrix ]
QMatrix4x4::QMatrix4x4 [in-charge] ( qreal const* values )
[ symbol: _ZN10QMatrix4x4C1EPKd ]
QMatrix4x4::QMatrix4x4 [in-charge] ( qreal const* values, int cols, int rows )
[ symbol: _ZN10QMatrix4x4C1EPKdii ]
QMatrix4x4::QMatrix4x4 [in-charge] ( QTransform const& transform )
[ symbol: _ZN10QMatrix4x4C1ERK10QTransform ]
QMatrix4x4::QMatrix4x4 [not-in-charge] ( QMatrix const& matrix )
[ symbol: _ZN10QMatrix4x4C2ERK7QMatrix ]
QMatrix4x4::QMatrix4x4 [not-in-charge] ( qreal const* values )
[ symbol: _ZN10QMatrix4x4C2EPKd ]
QMatrix4x4::QMatrix4x4 [not-in-charge] ( qreal const* values, int cols, int rows )
[ symbol: _ZN10QMatrix4x4C2EPKdii ]
QMatrix4x4::QMatrix4x4 [not-in-charge] ( QTransform const& transform )
[ symbol: _ZN10QMatrix4x4C2ERK10QTransform ]
QMatrix4x4::rotate ( QQuaternion const& quaternion )
[ symbol: _ZN10QMatrix4x46rotateERK11QQuaternion ]
QMatrix4x4::rotate ( qreal angle, qreal x, qreal y, qreal z )
[ symbol: _ZN10QMatrix4x46rotateEdddd ]
QMatrix4x4::rotate ( qreal angle, QVector3D const& vector )
[ symbol: _ZN10QMatrix4x46rotateEdRK9QVector3D ]
QMatrix4x4::scale ( qreal factor )
[ symbol: _ZN10QMatrix4x45scaleEd ]
QMatrix4x4::scale ( qreal x, qreal y )
[ symbol: _ZN10QMatrix4x45scaleEdd ]
QMatrix4x4::scale ( qreal x, qreal y, qreal z )
[ symbol: _ZN10QMatrix4x45scaleEddd ]
QMatrix4x4::scale ( QVector3D const& vector )
[ symbol: _ZN10QMatrix4x45scaleERK9QVector3D ]
QMatrix4x4::toAffine ( ) const
[ symbol: _ZNK10QMatrix4x48toAffineEv ]
QMatrix4x4::toTransform ( ) const
[ symbol: _ZNK10QMatrix4x411toTransformEv ]
QMatrix4x4::toTransform ( qreal distanceToPlane ) const
[ symbol: _ZNK10QMatrix4x411toTransformEd ]
QMatrix4x4::translate ( qreal x, qreal y )
[ symbol: _ZN10QMatrix4x49translateEdd ]
QMatrix4x4::translate ( qreal x, qreal y, qreal z )
[ symbol: _ZN10QMatrix4x49translateEddd ]
QMatrix4x4::translate ( QVector3D const& vector )
[ symbol: _ZN10QMatrix4x49translateERK9QVector3D ]
QMatrix4x4::transposed ( ) const
[ symbol: _ZNK10QMatrix4x410transposedEv ]
qmenubar.h,
libQtGui.so.4.6.0
QMenuBar::isNativeMenuBar ( ) const
[ symbol: _ZNK8QMenuBar15isNativeMenuBarEv ]
QMenuBar::setNativeMenuBar ( bool nativeMenuBar )
[ symbol: _ZN8QMenuBar16setNativeMenuBarEb ]
qmetaobject.h,
libQtCore.so.4.6.0
QMetaMethod::methodIndex ( ) const
[ symbol: _ZNK11QMetaMethod11methodIndexEv ]
QMetaProperty::isConstant ( ) const
[ symbol: _ZNK13QMetaProperty10isConstantEv ]
QMetaProperty::isFinal ( ) const
[ symbol: _ZNK13QMetaProperty7isFinalEv ]
QMetaProperty::propertyIndex ( ) const
[ symbol: _ZNK13QMetaProperty13propertyIndexEv ]
qmouseeventtransition.h,
libQtGui.so.4.6.0
QMouseEventTransition::button ( ) const
[ symbol: _ZNK21QMouseEventTransition6buttonEv ]
QMouseEventTransition::eventTest ( QEvent* event )
[ symbol: _ZN21QMouseEventTransition9eventTestEP6QEvent ]
QMouseEventTransition::hitTestPath ( ) const
[ symbol: _ZNK21QMouseEventTransition11hitTestPathEv ]
QMouseEventTransition::metaObject ( ) const
[ symbol: _ZNK21QMouseEventTransition10metaObjectEv ]
QMouseEventTransition::modifierMask ( ) const
[ symbol: _ZNK21QMouseEventTransition12modifierMaskEv ]
QMouseEventTransition::onTransition ( QEvent* event )
[ symbol: _ZN21QMouseEventTransition12onTransitionEP6QEvent ]
QMouseEventTransition::QMouseEventTransition [in-charge] ( QObject* object, QEvent::Type type, Qt::MouseButton button, QState* sourceState )
[ symbol: _ZN21QMouseEventTransitionC1EP7QObjectN6QEvent4TypeEN2Qt11MouseButtonEP6QState ]
QMouseEventTransition::QMouseEventTransition [in-charge] ( QState* sourceState )
[ symbol: _ZN21QMouseEventTransitionC1EP6QState ]
QMouseEventTransition::QMouseEventTransition [not-in-charge] ( QObject* object, QEvent::Type type, Qt::MouseButton button, QState* sourceState )
[ symbol: _ZN21QMouseEventTransitionC2EP7QObjectN6QEvent4TypeEN2Qt11MouseButtonEP6QState ]
QMouseEventTransition::QMouseEventTransition [not-in-charge] ( QState* sourceState )
[ symbol: _ZN21QMouseEventTransitionC2EP6QState ]
QMouseEventTransition::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN21QMouseEventTransition11qt_metacallEN11QMetaObject4CallEiPPv ]
QMouseEventTransition::qt_metacast ( char const* p1 )
[ symbol: _ZN21QMouseEventTransition11qt_metacastEPKc ]
QMouseEventTransition::setButton ( Qt::MouseButton button )
[ symbol: _ZN21QMouseEventTransition9setButtonEN2Qt11MouseButtonE ]
QMouseEventTransition::setHitTestPath ( QPainterPath const& path )
[ symbol: _ZN21QMouseEventTransition14setHitTestPathERK12QPainterPath ]
QMouseEventTransition::setModifierMask ( Qt::KeyboardModifiers modifiers )
[ symbol: _ZN21QMouseEventTransition15setModifierMaskE6QFlagsIN2Qt16KeyboardModifierEE ]
QMouseEventTransition::staticMetaObject [data]
[ symbol: _ZN21QMouseEventTransition16staticMetaObjectE ]
QMouseEventTransition::~QMouseEventTransition [in-charge-deleting] ( )
[ symbol: _ZN21QMouseEventTransitionD0Ev ]
QMouseEventTransition::~QMouseEventTransition [in-charge] ( )
[ symbol: _ZN21QMouseEventTransitionD1Ev ]
QMouseEventTransition::~QMouseEventTransition [not-in-charge] ( )
[ symbol: _ZN21QMouseEventTransitionD2Ev ]
qnetworkaccessmanager.h,
libQtNetwork.so.4.6.0
QNetworkAccessManager::deleteResource ( QNetworkRequest const& request )
[ symbol: _ZN21QNetworkAccessManager14deleteResourceERK15QNetworkRequest ]
qnetworkproxy.h,
libQtNetwork.so.4.6.0
QNetworkProxyFactory::setUseSystemConfiguration ( bool enable ) [static]
[ symbol: _ZN20QNetworkProxyFactory25setUseSystemConfigurationEb ]
qnetworkreply.h,
libQtNetwork.so.4.6.0
QNetworkReply::ignoreSslErrors ( QList<QSslError>const& errors )
[ symbol: _ZN13QNetworkReply15ignoreSslErrorsERK5QListI9QSslErrorE ]
QNetworkReply::isFinished ( ) const
[ symbol: _ZNK13QNetworkReply10isFinishedEv ]
QNetworkReply::isRunning ( ) const
[ symbol: _ZNK13QNetworkReply9isRunningEv ]
qnetworkrequest.h,
libQtNetwork.so.4.6.0
QNetworkRequest::originatingObject ( ) const
[ symbol: _ZNK15QNetworkRequest17originatingObjectEv ]
QNetworkRequest::setOriginatingObject ( QObject* object )
[ symbol: _ZN15QNetworkRequest20setOriginatingObjectEP7QObject ]
qobjectdefs.h,
libQtCore.so.4.6.0
QMetaObject::metacall ( QObject* p1, QMetaObject::Call p2, int p3, void** p4 ) [static]
[ symbol: _ZN11QMetaObject8metacallEP7QObjectNS_4CallEiPPv ]
qpaintdevice.h,
libQtGui.so.4.6.0
qt_paint_device_metric ( QPaintDevice const* device, QPaintDevice::PaintDeviceMetric metric )
[ symbol: _Z22qt_paint_device_metricPK12QPaintDeviceNS_17PaintDeviceMetricE ]
qpainter.h,
libQtGui.so.4.6.0
QPainter::beginNativePainting ( )
[ symbol: _ZN8QPainter19beginNativePaintingEv ]
QPainter::endNativePainting ( )
[ symbol: _ZN8QPainter17endNativePaintingEv ]
qpainterpath.h,
libQtGui.so.4.6.0
QPainterPath::translate ( qreal dx, qreal dy )
[ symbol: _ZN12QPainterPath9translateEdd ]
QPainterPath::translated ( qreal dx, qreal dy ) const
[ symbol: _ZNK12QPainterPath10translatedEdd ]
qparallelanimationgroup.h,
libQtCore.so.4.6.0
QParallelAnimationGroup::duration ( ) const
[ symbol: _ZNK23QParallelAnimationGroup8durationEv ]
QParallelAnimationGroup::event ( QEvent* event )
[ symbol: _ZN23QParallelAnimationGroup5eventEP6QEvent ]
QParallelAnimationGroup::metaObject ( ) const
[ symbol: _ZNK23QParallelAnimationGroup10metaObjectEv ]
QParallelAnimationGroup::QParallelAnimationGroup [in-charge] ( QObject* parent )
[ symbol: _ZN23QParallelAnimationGroupC1EP7QObject ]
QParallelAnimationGroup::QParallelAnimationGroup [in-charge] ( QParallelAnimationGroupPrivate& dd, QObject* parent )
[ symbol: _ZN23QParallelAnimationGroupC1ER30QParallelAnimationGroupPrivateP7QObject ]
QParallelAnimationGroup::QParallelAnimationGroup [not-in-charge] ( QObject* parent )
[ symbol: _ZN23QParallelAnimationGroupC2EP7QObject ]
QParallelAnimationGroup::QParallelAnimationGroup [not-in-charge] ( QParallelAnimationGroupPrivate& dd, QObject* parent )
[ symbol: _ZN23QParallelAnimationGroupC2ER30QParallelAnimationGroupPrivateP7QObject ]
QParallelAnimationGroup::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN23QParallelAnimationGroup11qt_metacallEN11QMetaObject4CallEiPPv ]
QParallelAnimationGroup::qt_metacast ( char const* p1 )
[ symbol: _ZN23QParallelAnimationGroup11qt_metacastEPKc ]
QParallelAnimationGroup::staticMetaObject [data]
[ symbol: _ZN23QParallelAnimationGroup16staticMetaObjectE ]
QParallelAnimationGroup::updateCurrentTime ( int currentTime )
[ symbol: _ZN23QParallelAnimationGroup17updateCurrentTimeEi ]
QParallelAnimationGroup::updateDirection ( QAbstractAnimation::Direction direction )
[ symbol: _ZN23QParallelAnimationGroup15updateDirectionEN18QAbstractAnimation9DirectionE ]
QParallelAnimationGroup::updateState ( QAbstractAnimation::State newState, QAbstractAnimation::State oldState )
[ symbol: _ZN23QParallelAnimationGroup11updateStateEN18QAbstractAnimation5StateES1_ ]
QParallelAnimationGroup::~QParallelAnimationGroup [in-charge-deleting] ( )
[ symbol: _ZN23QParallelAnimationGroupD0Ev ]
QParallelAnimationGroup::~QParallelAnimationGroup [in-charge] ( )
[ symbol: _ZN23QParallelAnimationGroupD1Ev ]
QParallelAnimationGroup::~QParallelAnimationGroup [not-in-charge] ( )
[ symbol: _ZN23QParallelAnimationGroupD2Ev ]
qpauseanimation.h,
libQtCore.so.4.6.0
QPauseAnimation::duration ( ) const
[ symbol: _ZNK15QPauseAnimation8durationEv ]
QPauseAnimation::event ( QEvent* e )
[ symbol: _ZN15QPauseAnimation5eventEP6QEvent ]
QPauseAnimation::metaObject ( ) const
[ symbol: _ZNK15QPauseAnimation10metaObjectEv ]
QPauseAnimation::QPauseAnimation [in-charge] ( int msecs, QObject* parent )
[ symbol: _ZN15QPauseAnimationC1EiP7QObject ]
QPauseAnimation::QPauseAnimation [in-charge] ( QObject* parent )
[ symbol: _ZN15QPauseAnimationC1EP7QObject ]
QPauseAnimation::QPauseAnimation [not-in-charge] ( int msecs, QObject* parent )
[ symbol: _ZN15QPauseAnimationC2EiP7QObject ]
QPauseAnimation::QPauseAnimation [not-in-charge] ( QObject* parent )
[ symbol: _ZN15QPauseAnimationC2EP7QObject ]
QPauseAnimation::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN15QPauseAnimation11qt_metacallEN11QMetaObject4CallEiPPv ]
QPauseAnimation::qt_metacast ( char const* p1 )
[ symbol: _ZN15QPauseAnimation11qt_metacastEPKc ]
QPauseAnimation::setDuration ( int msecs )
[ symbol: _ZN15QPauseAnimation11setDurationEi ]
QPauseAnimation::staticMetaObject [data]
[ symbol: _ZN15QPauseAnimation16staticMetaObjectE ]
QPauseAnimation::updateCurrentTime ( int p1 )
[ symbol: _ZN15QPauseAnimation17updateCurrentTimeEi ]
QPauseAnimation::~QPauseAnimation [in-charge-deleting] ( )
[ symbol: _ZN15QPauseAnimationD0Ev ]
QPauseAnimation::~QPauseAnimation [in-charge] ( )
[ symbol: _ZN15QPauseAnimationD1Ev ]
QPauseAnimation::~QPauseAnimation [not-in-charge] ( )
[ symbol: _ZN15QPauseAnimationD2Ev ]
qpixmap.h,
libQtGui.so.4.6.0
QPixmap::scroll ( int dx, int dy, QRect const& rect, QRegion* exposed )
[ symbol: _ZN7QPixmap6scrollEiiRK5QRectP7QRegion ]
qpixmapcache.h,
libQtGui.so.4.6.0
QPixmapCache::find ( QPixmapCache::Key const& key, QPixmap* pixmap ) [static]
[ symbol: _ZN12QPixmapCache4findERKNS_3KeyEP7QPixmap ]
QPixmapCache::find ( QString const& key, QPixmap* pixmap ) [static]
[ symbol: _ZN12QPixmapCache4findERK7QStringP7QPixmap ]
QPixmapCache::insert ( QPixmap const& pixmap ) [static]
[ symbol: _ZN12QPixmapCache6insertERK7QPixmap ]
QPixmapCache::Key::Key [in-charge] ( )
[ symbol: _ZN12QPixmapCache3KeyC1Ev ]
QPixmapCache::Key::Key [in-charge] ( QPixmapCache::Key const& other )
[ symbol: _ZN12QPixmapCache3KeyC1ERKS0_ ]
QPixmapCache::Key::Key [not-in-charge] ( )
[ symbol: _ZN12QPixmapCache3KeyC2Ev ]
QPixmapCache::Key::Key [not-in-charge] ( QPixmapCache::Key const& other )
[ symbol: _ZN12QPixmapCache3KeyC2ERKS0_ ]
QPixmapCache::Key::operator= ( QPixmapCache::Key const& other )
[ symbol: _ZN12QPixmapCache3KeyaSERKS0_ ]
QPixmapCache::Key::operator== ( QPixmapCache::Key const& key ) const
[ symbol: _ZNK12QPixmapCache3KeyeqERKS0_ ]
QPixmapCache::Key::~Key [in-charge] ( )
[ symbol: _ZN12QPixmapCache3KeyD1Ev ]
QPixmapCache::Key::~Key [not-in-charge] ( )
[ symbol: _ZN12QPixmapCache3KeyD2Ev ]
QPixmapCache::remove ( QPixmapCache::Key const& key ) [static]
[ symbol: _ZN12QPixmapCache6removeERKNS_3KeyE ]
QPixmapCache::replace ( QPixmapCache::Key const& key, QPixmap const& pixmap ) [static]
[ symbol: _ZN12QPixmapCache7replaceERKNS_3KeyERK7QPixmap ]
qpoint.h,
libQtCore.so.4.6.0
QPointF::manhattanLength ( ) const
[ symbol: _ZNK7QPointF15manhattanLengthEv ]
qpolygon.h,
libQtGui.so.4.6.0
QPolygon::translated ( int dx, int dy ) const
[ symbol: _ZNK8QPolygon10translatedEii ]
QPolygonF::translated ( QPointF const& offset ) const
[ symbol: _ZNK9QPolygonF10translatedERK7QPointF ]
qprinter.h,
libQtGui.so.4.6.0
QPrinter::actualNumCopies ( ) const
[ symbol: _ZNK8QPrinter15actualNumCopiesEv ]
qprintpreviewwidget.h,
libQtGui.so.4.6.0
QPrintPreviewWidget::pageCount ( ) const
[ symbol: _ZNK19QPrintPreviewWidget9pageCountEv ]
qprocess.h,
libQtCore.so.4.6.0
QProcess::processEnvironment ( ) const
[ symbol: _ZNK8QProcess18processEnvironmentEv ]
QProcess::setProcessEnvironment ( QProcessEnvironment const& environment )
[ symbol: _ZN8QProcess21setProcessEnvironmentERK19QProcessEnvironment ]
QProcessEnvironment::clear ( )
[ symbol: _ZN19QProcessEnvironment5clearEv ]
QProcessEnvironment::contains ( QString const& name ) const
[ symbol: _ZNK19QProcessEnvironment8containsERK7QString ]
QProcessEnvironment::insert ( QString const& name, QString const& value )
[ symbol: _ZN19QProcessEnvironment6insertERK7QStringS2_ ]
QProcessEnvironment::isEmpty ( ) const
[ symbol: _ZNK19QProcessEnvironment7isEmptyEv ]
QProcessEnvironment::operator= ( QProcessEnvironment const& other )
[ symbol: _ZN19QProcessEnvironmentaSERKS_ ]
QProcessEnvironment::operator== ( QProcessEnvironment const& other ) const
[ symbol: _ZNK19QProcessEnvironmenteqERKS_ ]
QProcessEnvironment::QProcessEnvironment [in-charge] ( )
[ symbol: _ZN19QProcessEnvironmentC1Ev ]
QProcessEnvironment::QProcessEnvironment [in-charge] ( QProcessEnvironment const& other )
[ symbol: _ZN19QProcessEnvironmentC1ERKS_ ]
QProcessEnvironment::QProcessEnvironment [not-in-charge] ( )
[ symbol: _ZN19QProcessEnvironmentC2Ev ]
QProcessEnvironment::QProcessEnvironment [not-in-charge] ( QProcessEnvironment const& other )
[ symbol: _ZN19QProcessEnvironmentC2ERKS_ ]
QProcessEnvironment::remove ( QString const& name )
[ symbol: _ZN19QProcessEnvironment6removeERK7QString ]
QProcessEnvironment::systemEnvironment ( ) [static]
[ symbol: _ZN19QProcessEnvironment17systemEnvironmentEv ]
QProcessEnvironment::toStringList ( ) const
[ symbol: _ZNK19QProcessEnvironment12toStringListEv ]
QProcessEnvironment::value ( QString const& name, QString const& defaultValue ) const
[ symbol: _ZNK19QProcessEnvironment5valueERK7QStringS2_ ]
QProcessEnvironment::~QProcessEnvironment [in-charge] ( )
[ symbol: _ZN19QProcessEnvironmentD1Ev ]
QProcessEnvironment::~QProcessEnvironment [not-in-charge] ( )
[ symbol: _ZN19QProcessEnvironmentD2Ev ]
qpropertyanimation.h,
libQtCore.so.4.6.0
QPropertyAnimation::event ( QEvent* event )
[ symbol: _ZN18QPropertyAnimation5eventEP6QEvent ]
QPropertyAnimation::metaObject ( ) const
[ symbol: _ZNK18QPropertyAnimation10metaObjectEv ]
QPropertyAnimation::propertyName ( ) const
[ symbol: _ZNK18QPropertyAnimation12propertyNameEv ]
QPropertyAnimation::QPropertyAnimation [in-charge] ( QObject* parent )
[ symbol: _ZN18QPropertyAnimationC1EP7QObject ]
QPropertyAnimation::QPropertyAnimation [in-charge] ( QObject* target, QByteArray const& propertyName, QObject* parent )
[ symbol: _ZN18QPropertyAnimationC1EP7QObjectRK10QByteArrayS1_ ]
QPropertyAnimation::QPropertyAnimation [not-in-charge] ( QObject* parent )
[ symbol: _ZN18QPropertyAnimationC2EP7QObject ]
QPropertyAnimation::QPropertyAnimation [not-in-charge] ( QObject* target, QByteArray const& propertyName, QObject* parent )
[ symbol: _ZN18QPropertyAnimationC2EP7QObjectRK10QByteArrayS1_ ]
QPropertyAnimation::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN18QPropertyAnimation11qt_metacallEN11QMetaObject4CallEiPPv ]
QPropertyAnimation::qt_metacast ( char const* p1 )
[ symbol: _ZN18QPropertyAnimation11qt_metacastEPKc ]
QPropertyAnimation::setPropertyName ( QByteArray const& propertyName )
[ symbol: _ZN18QPropertyAnimation15setPropertyNameERK10QByteArray ]
QPropertyAnimation::setTargetObject ( QObject* target )
[ symbol: _ZN18QPropertyAnimation15setTargetObjectEP7QObject ]
QPropertyAnimation::staticMetaObject [data]
[ symbol: _ZN18QPropertyAnimation16staticMetaObjectE ]
QPropertyAnimation::targetObject ( ) const
[ symbol: _ZNK18QPropertyAnimation12targetObjectEv ]
QPropertyAnimation::updateCurrentValue ( QVariant const& value )
[ symbol: _ZN18QPropertyAnimation18updateCurrentValueERK8QVariant ]
QPropertyAnimation::updateState ( QAbstractAnimation::State newState, QAbstractAnimation::State oldState )
[ symbol: _ZN18QPropertyAnimation11updateStateEN18QAbstractAnimation5StateES1_ ]
QPropertyAnimation::~QPropertyAnimation [in-charge-deleting] ( )
[ symbol: _ZN18QPropertyAnimationD0Ev ]
QPropertyAnimation::~QPropertyAnimation [in-charge] ( )
[ symbol: _ZN18QPropertyAnimationD1Ev ]
QPropertyAnimation::~QPropertyAnimation [not-in-charge] ( )
[ symbol: _ZN18QPropertyAnimationD2Ev ]
qproxystyle.h,
libQtGui.so.4.6.0
QProxyStyle::baseStyle ( ) const
[ symbol: _ZNK11QProxyStyle9baseStyleEv ]
QProxyStyle::drawComplexControl ( QStyle::ComplexControl control, QStyleOptionComplex const* option, QPainter* painter, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle18drawComplexControlEN6QStyle14ComplexControlEPK19QStyleOptionComplexP8QPainterPK7QWidget ]
QProxyStyle::drawControl ( QStyle::ControlElement element, QStyleOption const* option, QPainter* painter, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle11drawControlEN6QStyle14ControlElementEPK12QStyleOptionP8QPainterPK7QWidget ]
QProxyStyle::drawItemPixmap ( QPainter* painter, QRect const& rect, int alignment, QPixmap const& pixmap ) const
[ symbol: _ZNK11QProxyStyle14drawItemPixmapEP8QPainterRK5QRectiRK7QPixmap ]
QProxyStyle::drawItemText ( QPainter* painter, QRect const& rect, int flags, QPalette const& pal, bool enabled, QString const& text, QPalette::ColorRole textRole ) const
[ symbol: _ZNK11QProxyStyle12drawItemTextEP8QPainterRK5QRectiRK8QPalettebRK7QStringNS5_9ColorRoleE ]
QProxyStyle::drawPrimitive ( QStyle::PrimitiveElement element, QStyleOption const* option, QPainter* painter, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle13drawPrimitiveEN6QStyle16PrimitiveElementEPK12QStyleOptionP8QPainterPK7QWidget ]
QProxyStyle::event ( QEvent* e )
[ symbol: _ZN11QProxyStyle5eventEP6QEvent ]
QProxyStyle::generatedIconPixmap ( QIcon::Mode iconMode, QPixmap const& pixmap, QStyleOption const* opt ) const
[ symbol: _ZNK11QProxyStyle19generatedIconPixmapEN5QIcon4ModeERK7QPixmapPK12QStyleOption ]
QProxyStyle::hitTestComplexControl ( QStyle::ComplexControl control, QStyleOptionComplex const* option, QPoint const& pos, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle21hitTestComplexControlEN6QStyle14ComplexControlEPK19QStyleOptionComplexRK6QPointPK7QWidget ]
QProxyStyle::itemPixmapRect ( QRect const& r, int flags, QPixmap const& pixmap ) const
[ symbol: _ZNK11QProxyStyle14itemPixmapRectERK5QRectiRK7QPixmap ]
QProxyStyle::itemTextRect ( QFontMetrics const& fm, QRect const& r, int flags, bool enabled, QString const& text ) const
[ symbol: _ZNK11QProxyStyle12itemTextRectERK12QFontMetricsRK5QRectibRK7QString ]
QProxyStyle::layoutSpacingImplementation ( QSizePolicy::ControlType control1, QSizePolicy::ControlType control2, Qt::Orientation orientation, QStyleOption const* option, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle27layoutSpacingImplementationEN11QSizePolicy11ControlTypeES1_N2Qt11OrientationEPK12QStyleOptionPK7QWidget ]
QProxyStyle::metaObject ( ) const
[ symbol: _ZNK11QProxyStyle10metaObjectEv ]
QProxyStyle::pixelMetric ( QStyle::PixelMetric metric, QStyleOption const* option, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle11pixelMetricEN6QStyle11PixelMetricEPK12QStyleOptionPK7QWidget ]
QProxyStyle::polish ( QApplication* app )
[ symbol: _ZN11QProxyStyle6polishEP12QApplication ]
QProxyStyle::polish ( QPalette& pal )
[ symbol: _ZN11QProxyStyle6polishER8QPalette ]
QProxyStyle::polish ( QWidget* widget )
[ symbol: _ZN11QProxyStyle6polishEP7QWidget ]
QProxyStyle::QProxyStyle [in-charge] ( QStyle* baseStyle )
[ symbol: _ZN11QProxyStyleC1EP6QStyle ]
QProxyStyle::QProxyStyle [not-in-charge] ( QStyle* baseStyle )
[ symbol: _ZN11QProxyStyleC2EP6QStyle ]
QProxyStyle::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN11QProxyStyle11qt_metacallEN11QMetaObject4CallEiPPv ]
QProxyStyle::qt_metacast ( char const* p1 )
[ symbol: _ZN11QProxyStyle11qt_metacastEPKc ]
QProxyStyle::setBaseStyle ( QStyle* style )
[ symbol: _ZN11QProxyStyle12setBaseStyleEP6QStyle ]
QProxyStyle::sizeFromContents ( QStyle::ContentsType type, QStyleOption const* option, QSize const& size, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle16sizeFromContentsEN6QStyle12ContentsTypeEPK12QStyleOptionRK5QSizePK7QWidget ]
QProxyStyle::standardIconImplementation ( QStyle::StandardPixmap standardIcon, QStyleOption const* option, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle26standardIconImplementationEN6QStyle14StandardPixmapEPK12QStyleOptionPK7QWidget ]
QProxyStyle::standardPalette ( ) const
[ symbol: _ZNK11QProxyStyle15standardPaletteEv ]
QProxyStyle::standardPixmap ( QStyle::StandardPixmap standardPixmap, QStyleOption const* opt, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle14standardPixmapEN6QStyle14StandardPixmapEPK12QStyleOptionPK7QWidget ]
QProxyStyle::staticMetaObject [data]
[ symbol: _ZN11QProxyStyle16staticMetaObjectE ]
QProxyStyle::styleHint ( QStyle::StyleHint hint, QStyleOption const* option, QWidget const* widget, QStyleHintReturn* returnData ) const
[ symbol: _ZNK11QProxyStyle9styleHintEN6QStyle9StyleHintEPK12QStyleOptionPK7QWidgetP16QStyleHintReturn ]
QProxyStyle::subControlRect ( QStyle::ComplexControl cc, QStyleOptionComplex const* opt, QStyle::SubControl sc, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle14subControlRectEN6QStyle14ComplexControlEPK19QStyleOptionComplexNS0_10SubControlEPK7QWidget ]
QProxyStyle::subElementRect ( QStyle::SubElement element, QStyleOption const* option, QWidget const* widget ) const
[ symbol: _ZNK11QProxyStyle14subElementRectEN6QStyle10SubElementEPK12QStyleOptionPK7QWidget ]
QProxyStyle::unpolish ( QApplication* app )
[ symbol: _ZN11QProxyStyle8unpolishEP12QApplication ]
QProxyStyle::unpolish ( QWidget* widget )
[ symbol: _ZN11QProxyStyle8unpolishEP7QWidget ]
QProxyStyle::~QProxyStyle [in-charge-deleting] ( )
[ symbol: _ZN11QProxyStyleD0Ev ]
QProxyStyle::~QProxyStyle [in-charge] ( )
[ symbol: _ZN11QProxyStyleD1Ev ]
QProxyStyle::~QProxyStyle [not-in-charge] ( )
[ symbol: _ZN11QProxyStyleD2Ev ]
qquaternion.h,
libQtGui.so.4.6.0
operator<< ( QDataStream& p1, QQuaternion const& p2 )
[ symbol: _ZlsR11QDataStreamRK11QQuaternion ]
operator<< ( QDebug dbg, QQuaternion const& q )
[ symbol: _Zls6QDebugRK11QQuaternion ]
QQuaternion::fromAxisAndAngle ( qreal x, qreal y, qreal z, qreal angle ) [static]
[ symbol: _ZN11QQuaternion16fromAxisAndAngleEdddd ]
QQuaternion::fromAxisAndAngle ( QVector3D const& axis, qreal angle ) [static]
[ symbol: _ZN11QQuaternion16fromAxisAndAngleERK9QVector3Dd ]
QQuaternion::length ( ) const
[ symbol: _ZNK11QQuaternion6lengthEv ]
QQuaternion::lengthSquared ( ) const
[ symbol: _ZNK11QQuaternion13lengthSquaredEv ]
QQuaternion::nlerp ( QQuaternion const& q1, QQuaternion const& q2, qreal t ) [static]
[ symbol: _ZN11QQuaternion5nlerpERKS_S1_d ]
QQuaternion::normalize ( )
[ symbol: _ZN11QQuaternion9normalizeEv ]
QQuaternion::normalized ( ) const
[ symbol: _ZNK11QQuaternion10normalizedEv ]
QQuaternion::operator QVariant ( ) const
[ symbol: _ZNK11QQuaternioncv8QVariantEv ]
QQuaternion::rotatedVector ( QVector3D const& vector ) const
[ symbol: _ZNK11QQuaternion13rotatedVectorERK9QVector3D ]
QQuaternion::slerp ( QQuaternion const& q1, QQuaternion const& q2, qreal t ) [static]
[ symbol: _ZN11QQuaternion5slerpERKS_S1_d ]
qregexp.h,
libQtCore.so.4.6.0
QRegExp::captureCount ( ) const
[ symbol: _ZNK7QRegExp12captureCountEv ]
qregion.h,
libQtGui.so.4.6.0
QRegion::rectCount ( ) const
[ symbol: _ZNK7QRegion9rectCountEv ]
qt_getClipRects ( QRegion const& r, int& num )
[ symbol: _Z15qt_getClipRectsRK7QRegionRi ]
qscriptengine.h,
libQtScript.so.4.6.0
QScriptEngine::evaluate ( QScriptProgram const& program )
[ symbol: _ZN13QScriptEngine8evaluateERK14QScriptProgram ]
qscriptenginedebugger.h,
libQtScriptTools.so.4.6.0
QScriptEngineDebugger::state ( ) const
[ symbol: _ZNK21QScriptEngineDebugger5stateEv ]
qscriptprogram.h,
libQtScript.so.4.6.0
QScriptProgram::fileName ( ) const
[ symbol: _ZNK14QScriptProgram8fileNameEv ]
QScriptProgram::firstLineNumber ( ) const
[ symbol: _ZNK14QScriptProgram15firstLineNumberEv ]
QScriptProgram::isNull ( ) const
[ symbol: _ZNK14QScriptProgram6isNullEv ]
QScriptProgram::operator!= ( QScriptProgram const& other ) const
[ symbol: _ZNK14QScriptProgramneERKS_ ]
QScriptProgram::operator= ( QScriptProgram const& other )
[ symbol: _ZN14QScriptProgramaSERKS_ ]
QScriptProgram::operator== ( QScriptProgram const& other ) const
[ symbol: _ZNK14QScriptProgrameqERKS_ ]
QScriptProgram::QScriptProgram [in-charge] ( )
[ symbol: _ZN14QScriptProgramC1Ev ]
QScriptProgram::QScriptProgram [in-charge] ( QScriptProgram const& other )
[ symbol: _ZN14QScriptProgramC1ERKS_ ]
QScriptProgram::QScriptProgram [in-charge] ( QString const& sourceCode, QString const fileName, int firstLineNumber )
[ symbol: _ZN14QScriptProgramC1ERK7QStringS0_i ]
QScriptProgram::QScriptProgram [not-in-charge] ( )
[ symbol: _ZN14QScriptProgramC2Ev ]
QScriptProgram::QScriptProgram [not-in-charge] ( QScriptProgram const& other )
[ symbol: _ZN14QScriptProgramC2ERKS_ ]
QScriptProgram::QScriptProgram [not-in-charge] ( QString const& sourceCode, QString const fileName, int firstLineNumber )
[ symbol: _ZN14QScriptProgramC2ERK7QStringS0_i ]
QScriptProgram::sourceCode ( ) const
[ symbol: _ZNK14QScriptProgram10sourceCodeEv ]
QScriptProgram::~QScriptProgram [in-charge] ( )
[ symbol: _ZN14QScriptProgramD1Ev ]
QScriptProgram::~QScriptProgram [not-in-charge] ( )
[ symbol: _ZN14QScriptProgramD2Ev ]
qscriptstring.h,
libQtScript.so.4.6.0
qHash ( QScriptString const& key )
[ symbol: _Z5qHashRK13QScriptString ]
QScriptString::toArrayIndex ( bool* ok ) const
[ symbol: _ZNK13QScriptString12toArrayIndexEPb ]
qsequentialanimationgroup.h,
libQtCore.so.4.6.0
QSequentialAnimationGroup::addPause ( int msecs )
[ symbol: _ZN25QSequentialAnimationGroup8addPauseEi ]
QSequentialAnimationGroup::currentAnimation ( ) const
[ symbol: _ZNK25QSequentialAnimationGroup16currentAnimationEv ]
QSequentialAnimationGroup::currentAnimationChanged ( QAbstractAnimation* current )
[ symbol: _ZN25QSequentialAnimationGroup23currentAnimationChangedEP18QAbstractAnimation ]
QSequentialAnimationGroup::duration ( ) const
[ symbol: _ZNK25QSequentialAnimationGroup8durationEv ]
QSequentialAnimationGroup::event ( QEvent* event )
[ symbol: _ZN25QSequentialAnimationGroup5eventEP6QEvent ]
QSequentialAnimationGroup::insertPause ( int index, int msecs )
[ symbol: _ZN25QSequentialAnimationGroup11insertPauseEii ]
QSequentialAnimationGroup::metaObject ( ) const
[ symbol: _ZNK25QSequentialAnimationGroup10metaObjectEv ]
QSequentialAnimationGroup::QSequentialAnimationGroup [in-charge] ( QObject* parent )
[ symbol: _ZN25QSequentialAnimationGroupC1EP7QObject ]
QSequentialAnimationGroup::QSequentialAnimationGroup [in-charge] ( QSequentialAnimationGroupPrivate& dd, QObject* parent )
[ symbol: _ZN25QSequentialAnimationGroupC1ER32QSequentialAnimationGroupPrivateP7QObject ]
QSequentialAnimationGroup::QSequentialAnimationGroup [not-in-charge] ( QObject* parent )
[ symbol: _ZN25QSequentialAnimationGroupC2EP7QObject ]
QSequentialAnimationGroup::QSequentialAnimationGroup [not-in-charge] ( QSequentialAnimationGroupPrivate& dd, QObject* parent )
[ symbol: _ZN25QSequentialAnimationGroupC2ER32QSequentialAnimationGroupPrivateP7QObject ]
QSequentialAnimationGroup::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN25QSequentialAnimationGroup11qt_metacallEN11QMetaObject4CallEiPPv ]
QSequentialAnimationGroup::qt_metacast ( char const* p1 )
[ symbol: _ZN25QSequentialAnimationGroup11qt_metacastEPKc ]
QSequentialAnimationGroup::staticMetaObject [data]
[ symbol: _ZN25QSequentialAnimationGroup16staticMetaObjectE ]
QSequentialAnimationGroup::updateCurrentTime ( int p1 )
[ symbol: _ZN25QSequentialAnimationGroup17updateCurrentTimeEi ]
QSequentialAnimationGroup::updateDirection ( QAbstractAnimation::Direction direction )
[ symbol: _ZN25QSequentialAnimationGroup15updateDirectionEN18QAbstractAnimation9DirectionE ]
QSequentialAnimationGroup::updateState ( QAbstractAnimation::State newState, QAbstractAnimation::State oldState )
[ symbol: _ZN25QSequentialAnimationGroup11updateStateEN18QAbstractAnimation5StateES1_ ]
QSequentialAnimationGroup::~QSequentialAnimationGroup [in-charge-deleting] ( )
[ symbol: _ZN25QSequentialAnimationGroupD0Ev ]
QSequentialAnimationGroup::~QSequentialAnimationGroup [in-charge] ( )
[ symbol: _ZN25QSequentialAnimationGroupD1Ev ]
QSequentialAnimationGroup::~QSequentialAnimationGroup [not-in-charge] ( )
[ symbol: _ZN25QSequentialAnimationGroupD2Ev ]
qsharedpointer_impl.h,
libQtCore.so.4.6.0
namespace QtSharedPointer
ExternalRefCountData::getAndRef ( QObject const* p1 ) [static]
[ symbol: _ZN15QtSharedPointer20ExternalRefCountData9getAndRefEPK7QObject ]
ExternalRefCountData::setQObjectShared ( QObject const* p1, bool enable )
[ symbol: _ZN15QtSharedPointer20ExternalRefCountData16setQObjectSharedEPK7QObjectb ]
internalSafetyCheckRemove2 ( void const* p1 )
[ symbol: _ZN15QtSharedPointer26internalSafetyCheckRemove2EPKv ]
qsignaltransition.h,
libQtCore.so.4.6.0
QSignalTransition::event ( QEvent* e )
[ symbol: _ZN17QSignalTransition5eventEP6QEvent ]
QSignalTransition::eventTest ( QEvent* event )
[ symbol: _ZN17QSignalTransition9eventTestEP6QEvent ]
QSignalTransition::metaObject ( ) const
[ symbol: _ZNK17QSignalTransition10metaObjectEv ]
QSignalTransition::onTransition ( QEvent* event )
[ symbol: _ZN17QSignalTransition12onTransitionEP6QEvent ]
QSignalTransition::QSignalTransition [in-charge] ( QObject* sender, char const* signal, QState* sourceState )
[ symbol: _ZN17QSignalTransitionC1EP7QObjectPKcP6QState ]
QSignalTransition::QSignalTransition [in-charge] ( QState* sourceState )
[ symbol: _ZN17QSignalTransitionC1EP6QState ]
QSignalTransition::QSignalTransition [not-in-charge] ( QObject* sender, char const* signal, QState* sourceState )
[ symbol: _ZN17QSignalTransitionC2EP7QObjectPKcP6QState ]
QSignalTransition::QSignalTransition [not-in-charge] ( QState* sourceState )
[ symbol: _ZN17QSignalTransitionC2EP6QState ]
QSignalTransition::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN17QSignalTransition11qt_metacallEN11QMetaObject4CallEiPPv ]
QSignalTransition::qt_metacast ( char const* p1 )
[ symbol: _ZN17QSignalTransition11qt_metacastEPKc ]
QSignalTransition::senderObject ( ) const
[ symbol: _ZNK17QSignalTransition12senderObjectEv ]
QSignalTransition::setSenderObject ( QObject* sender )
[ symbol: _ZN17QSignalTransition15setSenderObjectEP7QObject ]
QSignalTransition::setSignal ( QByteArray const& signal )
[ symbol: _ZN17QSignalTransition9setSignalERK10QByteArray ]
QSignalTransition::signal ( ) const
[ symbol: _ZNK17QSignalTransition6signalEv ]
QSignalTransition::staticMetaObject [data]
[ symbol: _ZN17QSignalTransition16staticMetaObjectE ]
QSignalTransition::~QSignalTransition [in-charge-deleting] ( )
[ symbol: _ZN17QSignalTransitionD0Ev ]
QSignalTransition::~QSignalTransition [in-charge] ( )
[ symbol: _ZN17QSignalTransitionD1Ev ]
QSignalTransition::~QSignalTransition [not-in-charge] ( )
[ symbol: _ZN17QSignalTransitionD2Ev ]
qsqldatabase.h,
libQtSql.so.4.6.0
QSqlDatabase::numericalPrecisionPolicy ( ) const
[ symbol: _ZNK12QSqlDatabase24numericalPrecisionPolicyEv ]
QSqlDatabase::setNumericalPrecisionPolicy ( QSql::NumericalPrecisionPolicy precisionPolicy )
[ symbol: _ZN12QSqlDatabase27setNumericalPrecisionPolicyEN4QSql24NumericalPrecisionPolicyE ]
qsqldriver.h,
libQtSql.so.4.6.0
QSqlDriver::isIdentifierEscaped ( QString const& identifier, QSqlDriver::IdentifierType type ) const
[ symbol: _ZNK10QSqlDriver19isIdentifierEscapedERK7QStringNS_14IdentifierTypeE ]
QSqlDriver::isIdentifierEscapedImplementation ( QString const& identifier, QSqlDriver::IdentifierType type ) const
[ symbol: _ZNK10QSqlDriver33isIdentifierEscapedImplementationERK7QStringNS_14IdentifierTypeE ]
QSqlDriver::numericalPrecisionPolicy ( ) const
[ symbol: _ZNK10QSqlDriver24numericalPrecisionPolicyEv ]
QSqlDriver::setNumericalPrecisionPolicy ( QSql::NumericalPrecisionPolicy precisionPolicy )
[ symbol: _ZN10QSqlDriver27setNumericalPrecisionPolicyEN4QSql24NumericalPrecisionPolicyE ]
QSqlDriver::stripDelimiters ( QString const& identifier, QSqlDriver::IdentifierType type ) const
[ symbol: _ZNK10QSqlDriver15stripDelimitersERK7QStringNS_14IdentifierTypeE ]
QSqlDriver::stripDelimitersImplementation ( QString const& identifier, QSqlDriver::IdentifierType type ) const
[ symbol: _ZNK10QSqlDriver29stripDelimitersImplementationERK7QStringNS_14IdentifierTypeE ]
qsqlresult.h,
libQtSql.so.4.6.0
QSqlResult::numericalPrecisionPolicy ( ) const
[ symbol: _ZNK10QSqlResult24numericalPrecisionPolicyEv ]
qsslerror.h,
libQtNetwork.so.4.6.0
QSslError::QSslError [in-charge] ( )
[ symbol: _ZN9QSslErrorC1Ev ]
QSslError::QSslError [in-charge] ( QSslError::SslError error )
[ symbol: _ZN9QSslErrorC1ENS_8SslErrorE ]
QSslError::QSslError [not-in-charge] ( )
[ symbol: _ZN9QSslErrorC2Ev ]
QSslError::QSslError [not-in-charge] ( QSslError::SslError error )
[ symbol: _ZN9QSslErrorC2ENS_8SslErrorE ]
qsslsocket.h,
libQtNetwork.so.4.6.0
QSslSocket::connectToHostEncrypted ( QString const& hostName, quint16 port, QString const& sslPeerName, QIODevice::OpenMode mode )
[ symbol: _ZN10QSslSocket22connectToHostEncryptedERK7QStringtS2_6QFlagsIN9QIODevice12OpenModeFlagEE ]
QSslSocket::ignoreSslErrors ( QList<QSslError>const& errors )
[ symbol: _ZN10QSslSocket15ignoreSslErrorsERK5QListI9QSslErrorE ]
QSslSocket::setSocketOption ( QAbstractSocket::SocketOption option, QVariant const& value )
[ symbol: _ZN10QSslSocket15setSocketOptionEN15QAbstractSocket12SocketOptionERK8QVariant ]
QSslSocket::socketOption ( QAbstractSocket::SocketOption option )
[ symbol: _ZN10QSslSocket12socketOptionEN15QAbstractSocket12SocketOptionE ]
qstate.h,
libQtCore.so.4.6.0
QState::addTransition ( QAbstractState* target )
[ symbol: _ZN6QState13addTransitionEP14QAbstractState ]
QState::addTransition ( QAbstractTransition* transition )
[ symbol: _ZN6QState13addTransitionEP19QAbstractTransition ]
QState::addTransition ( QObject* sender, char const* signal, QAbstractState* target )
[ symbol: _ZN6QState13addTransitionEP7QObjectPKcP14QAbstractState ]
QState::assignProperty ( QObject* object, char const* name, QVariant const& value )
[ symbol: _ZN6QState14assignPropertyEP7QObjectPKcRK8QVariant ]
QState::childMode ( ) const
[ symbol: _ZNK6QState9childModeEv ]
QState::errorState ( ) const
[ symbol: _ZNK6QState10errorStateEv ]
QState::event ( QEvent* e )
[ symbol: _ZN6QState5eventEP6QEvent ]
QState::finished ( )
[ symbol: _ZN6QState8finishedEv ]
QState::initialState ( ) const
[ symbol: _ZNK6QState12initialStateEv ]
QState::metaObject ( ) const
[ symbol: _ZNK6QState10metaObjectEv ]
QState::onEntry ( QEvent* event )
[ symbol: _ZN6QState7onEntryEP6QEvent ]
QState::onExit ( QEvent* event )
[ symbol: _ZN6QState6onExitEP6QEvent ]
QState::propertiesAssigned ( )
[ symbol: _ZN6QState18propertiesAssignedEv ]
QState::QState [in-charge] ( QState* parent )
[ symbol: _ZN6QStateC1EPS_ ]
QState::QState [in-charge] ( QState::ChildMode childMode, QState* parent )
[ symbol: _ZN6QStateC1ENS_9ChildModeEPS_ ]
QState::QState [in-charge] ( QStatePrivate& dd, QState* parent )
[ symbol: _ZN6QStateC1ER13QStatePrivatePS_ ]
QState::QState [not-in-charge] ( QState* parent )
[ symbol: _ZN6QStateC2EPS_ ]
QState::QState [not-in-charge] ( QState::ChildMode childMode, QState* parent )
[ symbol: _ZN6QStateC2ENS_9ChildModeEPS_ ]
QState::QState [not-in-charge] ( QStatePrivate& dd, QState* parent )
[ symbol: _ZN6QStateC2ER13QStatePrivatePS_ ]
QState::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN6QState11qt_metacallEN11QMetaObject4CallEiPPv ]
QState::qt_metacast ( char const* p1 )
[ symbol: _ZN6QState11qt_metacastEPKc ]
QState::removeTransition ( QAbstractTransition* transition )
[ symbol: _ZN6QState16removeTransitionEP19QAbstractTransition ]
QState::setChildMode ( QState::ChildMode mode )
[ symbol: _ZN6QState12setChildModeENS_9ChildModeE ]
QState::setErrorState ( QAbstractState* state )
[ symbol: _ZN6QState13setErrorStateEP14QAbstractState ]
QState::setInitialState ( QAbstractState* state )
[ symbol: _ZN6QState15setInitialStateEP14QAbstractState ]
QState::staticMetaObject [data]
[ symbol: _ZN6QState16staticMetaObjectE ]
QState::~QState [in-charge-deleting] ( )
[ symbol: _ZN6QStateD0Ev ]
QState::~QState [in-charge] ( )
[ symbol: _ZN6QStateD1Ev ]
QState::~QState [not-in-charge] ( )
[ symbol: _ZN6QStateD2Ev ]
qstatemachine.h,
libQtCore.so.4.6.0
QStateMachine::addDefaultAnimation ( QAbstractAnimation* animation )
[ symbol: _ZN13QStateMachine19addDefaultAnimationEP18QAbstractAnimation ]
QStateMachine::addState ( QAbstractState* state )
[ symbol: _ZN13QStateMachine8addStateEP14QAbstractState ]
QStateMachine::beginMicrostep ( QEvent* event )
[ symbol: _ZN13QStateMachine14beginMicrostepEP6QEvent ]
QStateMachine::beginSelectTransitions ( QEvent* event )
[ symbol: _ZN13QStateMachine22beginSelectTransitionsEP6QEvent ]
QStateMachine::cancelDelayedEvent ( int id )
[ symbol: _ZN13QStateMachine18cancelDelayedEventEi ]
QStateMachine::clearError ( )
[ symbol: _ZN13QStateMachine10clearErrorEv ]
QStateMachine::configuration ( ) const
[ symbol: _ZNK13QStateMachine13configurationEv ]
QStateMachine::defaultAnimations ( ) const
[ symbol: _ZNK13QStateMachine17defaultAnimationsEv ]
QStateMachine::endMicrostep ( QEvent* event )
[ symbol: _ZN13QStateMachine12endMicrostepEP6QEvent ]
QStateMachine::endSelectTransitions ( QEvent* event )
[ symbol: _ZN13QStateMachine20endSelectTransitionsEP6QEvent ]
QStateMachine::error ( ) const
[ symbol: _ZNK13QStateMachine5errorEv ]
QStateMachine::errorString ( ) const
[ symbol: _ZNK13QStateMachine11errorStringEv ]
QStateMachine::event ( QEvent* e )
[ symbol: _ZN13QStateMachine5eventEP6QEvent ]
QStateMachine::eventFilter ( QObject* watched, QEvent* event )
[ symbol: _ZN13QStateMachine11eventFilterEP7QObjectP6QEvent ]
QStateMachine::globalRestorePolicy ( ) const
[ symbol: _ZNK13QStateMachine19globalRestorePolicyEv ]
QStateMachine::isAnimated ( ) const
[ symbol: _ZNK13QStateMachine10isAnimatedEv ]
QStateMachine::isRunning ( ) const
[ symbol: _ZNK13QStateMachine9isRunningEv ]
QStateMachine::metaObject ( ) const
[ symbol: _ZNK13QStateMachine10metaObjectEv ]
QStateMachine::onEntry ( QEvent* event )
[ symbol: _ZN13QStateMachine7onEntryEP6QEvent ]
QStateMachine::onExit ( QEvent* event )
[ symbol: _ZN13QStateMachine6onExitEP6QEvent ]
QStateMachine::postDelayedEvent ( QEvent* event, int delay )
[ symbol: _ZN13QStateMachine16postDelayedEventEP6QEventi ]
QStateMachine::postEvent ( QEvent* event, QStateMachine::EventPriority priority )
[ symbol: _ZN13QStateMachine9postEventEP6QEventNS_13EventPriorityE ]
QStateMachine::QStateMachine [in-charge] ( QObject* parent )
[ symbol: _ZN13QStateMachineC1EP7QObject ]
QStateMachine::QStateMachine [in-charge] ( QStateMachinePrivate& dd, QObject* parent )
[ symbol: _ZN13QStateMachineC1ER20QStateMachinePrivateP7QObject ]
QStateMachine::QStateMachine [not-in-charge] ( QObject* parent )
[ symbol: _ZN13QStateMachineC2EP7QObject ]
QStateMachine::QStateMachine [not-in-charge] ( QStateMachinePrivate& dd, QObject* parent )
[ symbol: _ZN13QStateMachineC2ER20QStateMachinePrivateP7QObject ]
QStateMachine::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN13QStateMachine11qt_metacallEN11QMetaObject4CallEiPPv ]
QStateMachine::qt_metacast ( char const* p1 )
[ symbol: _ZN13QStateMachine11qt_metacastEPKc ]
QStateMachine::removeDefaultAnimation ( QAbstractAnimation* animation )
[ symbol: _ZN13QStateMachine22removeDefaultAnimationEP18QAbstractAnimation ]
QStateMachine::removeState ( QAbstractState* state )
[ symbol: _ZN13QStateMachine11removeStateEP14QAbstractState ]
QStateMachine::setAnimated ( bool enabled )
[ symbol: _ZN13QStateMachine11setAnimatedEb ]
QStateMachine::setGlobalRestorePolicy ( QStateMachine::RestorePolicy restorePolicy )
[ symbol: _ZN13QStateMachine22setGlobalRestorePolicyENS_13RestorePolicyE ]
QStateMachine::SignalEvent::SignalEvent [in-charge] ( QObject* sender, int signalIndex, QList<QVariant>const& arguments )
[ symbol: _ZN13QStateMachine11SignalEventC1EP7QObjectiRK5QListI8QVariantE ]
QStateMachine::SignalEvent::SignalEvent [not-in-charge] ( QObject* sender, int signalIndex, QList<QVariant>const& arguments )
[ symbol: _ZN13QStateMachine11SignalEventC2EP7QObjectiRK5QListI8QVariantE ]
QStateMachine::SignalEvent::~SignalEvent [in-charge-deleting] ( )
[ symbol: _ZN13QStateMachine11SignalEventD0Ev ]
QStateMachine::SignalEvent::~SignalEvent [in-charge] ( )
[ symbol: _ZN13QStateMachine11SignalEventD1Ev ]
QStateMachine::SignalEvent::~SignalEvent [not-in-charge] ( )
[ symbol: _ZN13QStateMachine11SignalEventD2Ev ]
QStateMachine::start ( )
[ symbol: _ZN13QStateMachine5startEv ]
QStateMachine::started ( )
[ symbol: _ZN13QStateMachine7startedEv ]
QStateMachine::staticMetaObject [data]
[ symbol: _ZN13QStateMachine16staticMetaObjectE ]
QStateMachine::stop ( )
[ symbol: _ZN13QStateMachine4stopEv ]
QStateMachine::stopped ( )
[ symbol: _ZN13QStateMachine7stoppedEv ]
QStateMachine::WrappedEvent::WrappedEvent [in-charge] ( QObject* object, QEvent* event )
[ symbol: _ZN13QStateMachine12WrappedEventC1EP7QObjectP6QEvent ]
QStateMachine::WrappedEvent::WrappedEvent [not-in-charge] ( QObject* object, QEvent* event )
[ symbol: _ZN13QStateMachine12WrappedEventC2EP7QObjectP6QEvent ]
QStateMachine::WrappedEvent::~WrappedEvent [in-charge-deleting] ( )
[ symbol: _ZN13QStateMachine12WrappedEventD0Ev ]
QStateMachine::WrappedEvent::~WrappedEvent [in-charge] ( )
[ symbol: _ZN13QStateMachine12WrappedEventD1Ev ]
QStateMachine::WrappedEvent::~WrappedEvent [not-in-charge] ( )
[ symbol: _ZN13QStateMachine12WrappedEventD2Ev ]
QStateMachine::~QStateMachine [in-charge-deleting] ( )
[ symbol: _ZN13QStateMachineD0Ev ]
QStateMachine::~QStateMachine [in-charge] ( )
[ symbol: _ZN13QStateMachineD1Ev ]
QStateMachine::~QStateMachine [not-in-charge] ( )
[ symbol: _ZN13QStateMachineD2Ev ]
qstring.h,
libQtCore.so.4.6.0
QString::QString [in-charge] ( int size, Qt::Initialization p2 )
[ symbol: _ZN7QStringC1EiN2Qt14InitializationE ]
QString::QString [not-in-charge] ( int size, Qt::Initialization p2 )
[ symbol: _ZN7QStringC2EiN2Qt14InitializationE ]
qstringbuilder.h,
libQtCore.so.4.6.0
QAbstractConcatenable::convertFromAscii ( char const* a, int len, QChar*& out ) [static]
[ symbol: _ZN21QAbstractConcatenable16convertFromAsciiEPKciRP5QChar ]
qstyle.h,
libQtGui.so.4.6.0
operator<< ( QDebug debug, QStyle::State state )
[ symbol: _Zls6QDebug6QFlagsIN6QStyle9StateFlagEE ]
QStyle::proxy ( ) const
[ symbol: _ZNK6QStyle5proxyEv ]
qstyleoption.h,
libQtGui.so.4.6.0
operator<< ( QDebug debug, QStyleOption const& option )
[ symbol: _Zls6QDebugRK12QStyleOption ]
operator<< ( QDebug debug, QStyleOption::OptionType const& optionType )
[ symbol: _Zls6QDebugRKN12QStyleOption10OptionTypeE ]
QStyleOptionGraphicsItem::levelOfDetailFromTransform ( QTransform const& worldTransform ) [static]
[ symbol: _ZN24QStyleOptionGraphicsItem26levelOfDetailFromTransformERK10QTransform ]
QStyleOptionTabWidgetFrameV2::operator= ( QStyleOptionTabWidgetFrame const& other )
[ symbol: _ZN28QStyleOptionTabWidgetFrameV2aSERK26QStyleOptionTabWidgetFrame ]
QStyleOptionTabWidgetFrameV2::QStyleOptionTabWidgetFrameV2 [in-charge] ( )
[ symbol: _ZN28QStyleOptionTabWidgetFrameV2C1Ev ]
QStyleOptionTabWidgetFrameV2::QStyleOptionTabWidgetFrameV2 [in-charge] ( int version )
[ symbol: _ZN28QStyleOptionTabWidgetFrameV2C1Ei ]
QStyleOptionTabWidgetFrameV2::QStyleOptionTabWidgetFrameV2 [in-charge] ( QStyleOptionTabWidgetFrame const& other )
[ symbol: _ZN28QStyleOptionTabWidgetFrameV2C1ERK26QStyleOptionTabWidgetFrame ]
QStyleOptionTabWidgetFrameV2::QStyleOptionTabWidgetFrameV2 [not-in-charge] ( )
[ symbol: _ZN28QStyleOptionTabWidgetFrameV2C2Ev ]
QStyleOptionTabWidgetFrameV2::QStyleOptionTabWidgetFrameV2 [not-in-charge] ( int version )
[ symbol: _ZN28QStyleOptionTabWidgetFrameV2C2Ei ]
QStyleOptionTabWidgetFrameV2::QStyleOptionTabWidgetFrameV2 [not-in-charge] ( QStyleOptionTabWidgetFrame const& other )
[ symbol: _ZN28QStyleOptionTabWidgetFrameV2C2ERK26QStyleOptionTabWidgetFrame ]
qsyntaxhighlighter.h,
libQtGui.so.4.6.0
QSyntaxHighlighter::rehighlightBlock ( QTextBlock const& block )
[ symbol: _ZN18QSyntaxHighlighter16rehighlightBlockERK10QTextBlock ]
qtconcurrentthreadengine.h,
libQtCore.so.4.6.0
namespace QtConcurrent
ThreadEngineBase::acquireBarrierSemaphore ( )
[ symbol: _ZN12QtConcurrent16ThreadEngineBase23acquireBarrierSemaphoreEv ]
qtesttouch.h,
libQtGui.so.4.6.0
qt_translateRawTouchEvent ( QWidget* window, QTouchEvent::DeviceType deviceType, QList<QTouchEvent::TouchPoint>const& touchPoints )
[ symbol: _Z25qt_translateRawTouchEventP7QWidgetN11QTouchEvent10DeviceTypeERK5QListINS1_10TouchPointEE ]
qtextcodec.h,
libQtCore.so.4.6.0
QTextCodec::codecForUtfText ( QByteArray const& ba ) [static]
[ symbol: _ZN10QTextCodec15codecForUtfTextERK10QByteArray ]
QTextCodec::codecForUtfText ( QByteArray const& ba, QTextCodec* defaultCodec ) [static]
[ symbol: _ZN10QTextCodec15codecForUtfTextERK10QByteArrayPS_ ]
qtextdocument.h,
libQtGui.so.4.6.0
QTextDocument::availableRedoSteps ( ) const
[ symbol: _ZNK13QTextDocument18availableRedoStepsEv ]
QTextDocument::availableUndoSteps ( ) const
[ symbol: _ZNK13QTextDocument18availableUndoStepsEv ]
qtextlayout.h,
libQtGui.so.4.6.0
QTextLine::leading ( ) const
[ symbol: _ZNK9QTextLine7leadingEv ]
QTextLine::leadingIncluded ( ) const
[ symbol: _ZNK9QTextLine15leadingIncludedEv ]
QTextLine::setLeadingIncluded ( bool included )
[ symbol: _ZN9QTextLine18setLeadingIncludedEb ]
qtimeline.h,
libQtCore.so.4.6.0
QTimeLine::easingCurve ( ) const
[ symbol: _ZNK9QTimeLine11easingCurveEv ]
QTimeLine::setEasingCurve ( QEasingCurve const& curve )
[ symbol: _ZN9QTimeLine14setEasingCurveERK12QEasingCurve ]
qtoolbar.h,
libQtGui.so.4.6.0
QToolBar::topLevelChanged ( bool topLevel )
[ symbol: _ZN8QToolBar15topLevelChangedEb ]
qurl.h,
libQtCore.so.4.6.0
QUrl::fromUserInput ( QString const& userInput ) [static]
[ symbol: _ZN4QUrl13fromUserInputERK7QString ]
qvariant.h,
libQtCore.so.4.6.0
QVariant::QVariant [in-charge] ( int typeOrUserType, void const* copy, uint flags )
[ symbol: _ZN8QVariantC1EiPKvj ]
QVariant::QVariant [not-in-charge] ( int typeOrUserType, void const* copy, uint flags )
[ symbol: _ZN8QVariantC2EiPKvj ]
QVariant::toFloat ( bool* ok ) const
[ symbol: _ZNK8QVariant7toFloatEPb ]
QVariant::toReal ( bool* ok ) const
[ symbol: _ZNK8QVariant6toRealEPb ]
qvariantanimation.h,
libQtCore.so.4.6.0
QVariantAnimation::currentValue ( ) const
[ symbol: _ZNK17QVariantAnimation12currentValueEv ]
QVariantAnimation::duration ( ) const
[ symbol: _ZNK17QVariantAnimation8durationEv ]
QVariantAnimation::easingCurve ( ) const
[ symbol: _ZNK17QVariantAnimation11easingCurveEv ]
QVariantAnimation::endValue ( ) const
[ symbol: _ZNK17QVariantAnimation8endValueEv ]
QVariantAnimation::event ( QEvent* event )
[ symbol: _ZN17QVariantAnimation5eventEP6QEvent ]
QVariantAnimation::interpolated ( QVariant const& from, QVariant const& to, qreal progress ) const
[ symbol: _ZNK17QVariantAnimation12interpolatedERK8QVariantS2_d ]
QVariantAnimation::keyValueAt ( qreal step ) const
[ symbol: _ZNK17QVariantAnimation10keyValueAtEd ]
QVariantAnimation::keyValues ( ) const
[ symbol: _ZNK17QVariantAnimation9keyValuesEv ]
QVariantAnimation::metaObject ( ) const
[ symbol: _ZNK17QVariantAnimation10metaObjectEv ]
QVariantAnimation::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN17QVariantAnimation11qt_metacallEN11QMetaObject4CallEiPPv ]
QVariantAnimation::qt_metacast ( char const* p1 )
[ symbol: _ZN17QVariantAnimation11qt_metacastEPKc ]
QVariantAnimation::QVariantAnimation [in-charge] ( QObject* parent )
[ symbol: _ZN17QVariantAnimationC1EP7QObject ]
QVariantAnimation::QVariantAnimation [in-charge] ( QVariantAnimationPrivate& dd, QObject* parent )
[ symbol: _ZN17QVariantAnimationC1ER24QVariantAnimationPrivateP7QObject ]
QVariantAnimation::QVariantAnimation [not-in-charge] ( QObject* parent )
[ symbol: _ZN17QVariantAnimationC2EP7QObject ]
QVariantAnimation::QVariantAnimation [not-in-charge] ( QVariantAnimationPrivate& dd, QObject* parent )
[ symbol: _ZN17QVariantAnimationC2ER24QVariantAnimationPrivateP7QObject ]
QVariantAnimation::setDuration ( int msecs )
[ symbol: _ZN17QVariantAnimation11setDurationEi ]
QVariantAnimation::setEasingCurve ( QEasingCurve const& easing )
[ symbol: _ZN17QVariantAnimation14setEasingCurveERK12QEasingCurve ]
QVariantAnimation::setEndValue ( QVariant const& value )
[ symbol: _ZN17QVariantAnimation11setEndValueERK8QVariant ]
QVariantAnimation::setKeyValueAt ( qreal step, QVariant const& value )
[ symbol: _ZN17QVariantAnimation13setKeyValueAtEdRK8QVariant ]
QVariantAnimation::setKeyValues ( QVariantAnimation::KeyValues const& values )
[ symbol: _ZN17QVariantAnimation12setKeyValuesERK7QVectorI5QPairId8QVariantEE ]
QVariantAnimation::setStartValue ( QVariant const& value )
[ symbol: _ZN17QVariantAnimation13setStartValueERK8QVariant ]
QVariantAnimation::startValue ( ) const
[ symbol: _ZNK17QVariantAnimation10startValueEv ]
QVariantAnimation::staticMetaObject [data]
[ symbol: _ZN17QVariantAnimation16staticMetaObjectE ]
QVariantAnimation::updateCurrentTime ( int p1 )
[ symbol: _ZN17QVariantAnimation17updateCurrentTimeEi ]
QVariantAnimation::updateState ( QAbstractAnimation::State newState, QAbstractAnimation::State oldState )
[ symbol: _ZN17QVariantAnimation11updateStateEN18QAbstractAnimation5StateES1_ ]
QVariantAnimation::valueChanged ( QVariant const& value )
[ symbol: _ZN17QVariantAnimation12valueChangedERK8QVariant ]
QVariantAnimation::~QVariantAnimation [in-charge-deleting] ( )
[ symbol: _ZN17QVariantAnimationD0Ev ]
QVariantAnimation::~QVariantAnimation [in-charge] ( )
[ symbol: _ZN17QVariantAnimationD1Ev ]
QVariantAnimation::~QVariantAnimation [not-in-charge] ( )
[ symbol: _ZN17QVariantAnimationD2Ev ]
qvector.h,
libQtCore.so.4.6.0
QVectorData::allocate ( int size, int alignment ) [static]
[ symbol: _ZN11QVectorData8allocateEii ]
QVectorData::free ( QVectorData* data, int alignment ) [static]
[ symbol: _ZN11QVectorData4freeEPS_i ]
QVectorData::reallocate ( QVectorData* old, int newsize, int oldsize, int alignment ) [static]
[ symbol: _ZN11QVectorData10reallocateEPS_iii ]
qvector2d.h,
libQtGui.so.4.6.0
operator<< ( QDataStream& p1, QVector2D const& p2 )
[ symbol: _ZlsR11QDataStreamRK9QVector2D ]
operator<< ( QDebug dbg, QVector2D const& vector )
[ symbol: _Zls6QDebugRK9QVector2D ]
QVector2D::dotProduct ( QVector2D const& v1, QVector2D const& v2 ) [static]
[ symbol: _ZN9QVector2D10dotProductERKS_S1_ ]
QVector2D::length ( ) const
[ symbol: _ZNK9QVector2D6lengthEv ]
QVector2D::lengthSquared ( ) const
[ symbol: _ZNK9QVector2D13lengthSquaredEv ]
QVector2D::normalize ( )
[ symbol: _ZN9QVector2D9normalizeEv ]
QVector2D::normalized ( ) const
[ symbol: _ZNK9QVector2D10normalizedEv ]
QVector2D::operator QVariant ( ) const
[ symbol: _ZNK9QVector2Dcv8QVariantEv ]
QVector2D::QVector2D [in-charge] ( QVector3D const& vector )
[ symbol: _ZN9QVector2DC1ERK9QVector3D ]
QVector2D::QVector2D [in-charge] ( QVector4D const& vector )
[ symbol: _ZN9QVector2DC1ERK9QVector4D ]
QVector2D::QVector2D [not-in-charge] ( QVector3D const& vector )
[ symbol: _ZN9QVector2DC2ERK9QVector3D ]
QVector2D::QVector2D [not-in-charge] ( QVector4D const& vector )
[ symbol: _ZN9QVector2DC2ERK9QVector4D ]
QVector2D::toVector3D ( ) const
[ symbol: _ZNK9QVector2D10toVector3DEv ]
QVector2D::toVector4D ( ) const
[ symbol: _ZNK9QVector2D10toVector4DEv ]
qvector3d.h,
libQtGui.so.4.6.0
operator<< ( QDataStream& p1, QVector3D const& p2 )
[ symbol: _ZlsR11QDataStreamRK9QVector3D ]
operator<< ( QDebug dbg, QVector3D const& vector )
[ symbol: _Zls6QDebugRK9QVector3D ]
QVector3D::crossProduct ( QVector3D const& v1, QVector3D const& v2 ) [static]
[ symbol: _ZN9QVector3D12crossProductERKS_S1_ ]
QVector3D::distanceToLine ( QVector3D const& point, QVector3D const& direction ) const
[ symbol: _ZNK9QVector3D14distanceToLineERKS_S1_ ]
QVector3D::distanceToPlane ( QVector3D const& plane, QVector3D const& normal ) const
[ symbol: _ZNK9QVector3D15distanceToPlaneERKS_S1_ ]
QVector3D::distanceToPlane ( QVector3D const& plane1, QVector3D const& plane2, QVector3D const& plane3 ) const
[ symbol: _ZNK9QVector3D15distanceToPlaneERKS_S1_S1_ ]
QVector3D::dotProduct ( QVector3D const& v1, QVector3D const& v2 ) [static]
[ symbol: _ZN9QVector3D10dotProductERKS_S1_ ]
QVector3D::length ( ) const
[ symbol: _ZNK9QVector3D6lengthEv ]
QVector3D::lengthSquared ( ) const
[ symbol: _ZNK9QVector3D13lengthSquaredEv ]
QVector3D::normal ( QVector3D const& v1, QVector3D const& v2 ) [static]
[ symbol: _ZN9QVector3D6normalERKS_S1_ ]
QVector3D::normal ( QVector3D const& v1, QVector3D const& v2, QVector3D const& v3 ) [static]
[ symbol: _ZN9QVector3D6normalERKS_S1_S1_ ]
QVector3D::normalize ( )
[ symbol: _ZN9QVector3D9normalizeEv ]
QVector3D::normalized ( ) const
[ symbol: _ZNK9QVector3D10normalizedEv ]
QVector3D::operator QVariant ( ) const
[ symbol: _ZNK9QVector3Dcv8QVariantEv ]
QVector3D::QVector3D [in-charge] ( QVector2D const& vector )
[ symbol: _ZN9QVector3DC1ERK9QVector2D ]
QVector3D::QVector3D [in-charge] ( QVector2D const& vector, qreal zpos )
[ symbol: _ZN9QVector3DC1ERK9QVector2Dd ]
QVector3D::QVector3D [in-charge] ( QVector4D const& vector )
[ symbol: _ZN9QVector3DC1ERK9QVector4D ]
QVector3D::QVector3D [not-in-charge] ( QVector2D const& vector )
[ symbol: _ZN9QVector3DC2ERK9QVector2D ]
QVector3D::QVector3D [not-in-charge] ( QVector2D const& vector, qreal zpos )
[ symbol: _ZN9QVector3DC2ERK9QVector2Dd ]
QVector3D::QVector3D [not-in-charge] ( QVector4D const& vector )
[ symbol: _ZN9QVector3DC2ERK9QVector4D ]
QVector3D::toVector2D ( ) const
[ symbol: _ZNK9QVector3D10toVector2DEv ]
QVector3D::toVector4D ( ) const
[ symbol: _ZNK9QVector3D10toVector4DEv ]
qvector4d.h,
libQtGui.so.4.6.0
operator<< ( QDataStream& p1, QVector4D const& p2 )
[ symbol: _ZlsR11QDataStreamRK9QVector4D ]
operator<< ( QDebug dbg, QVector4D const& vector )
[ symbol: _Zls6QDebugRK9QVector4D ]
QVector4D::dotProduct ( QVector4D const& v1, QVector4D const& v2 ) [static]
[ symbol: _ZN9QVector4D10dotProductERKS_S1_ ]
QVector4D::length ( ) const
[ symbol: _ZNK9QVector4D6lengthEv ]
QVector4D::lengthSquared ( ) const
[ symbol: _ZNK9QVector4D13lengthSquaredEv ]
QVector4D::normalize ( )
[ symbol: _ZN9QVector4D9normalizeEv ]
QVector4D::normalized ( ) const
[ symbol: _ZNK9QVector4D10normalizedEv ]
QVector4D::operator QVariant ( ) const
[ symbol: _ZNK9QVector4Dcv8QVariantEv ]
QVector4D::QVector4D [in-charge] ( QVector2D const& vector )
[ symbol: _ZN9QVector4DC1ERK9QVector2D ]
QVector4D::QVector4D [in-charge] ( QVector2D const& vector, qreal zpos, qreal wpos )
[ symbol: _ZN9QVector4DC1ERK9QVector2Ddd ]
QVector4D::QVector4D [in-charge] ( QVector3D const& vector )
[ symbol: _ZN9QVector4DC1ERK9QVector3D ]
QVector4D::QVector4D [in-charge] ( QVector3D const& vector, qreal wpos )
[ symbol: _ZN9QVector4DC1ERK9QVector3Dd ]
QVector4D::QVector4D [not-in-charge] ( QVector2D const& vector )
[ symbol: _ZN9QVector4DC2ERK9QVector2D ]
QVector4D::QVector4D [not-in-charge] ( QVector2D const& vector, qreal zpos, qreal wpos )
[ symbol: _ZN9QVector4DC2ERK9QVector2Ddd ]
QVector4D::QVector4D [not-in-charge] ( QVector3D const& vector )
[ symbol: _ZN9QVector4DC2ERK9QVector3D ]
QVector4D::QVector4D [not-in-charge] ( QVector3D const& vector, qreal wpos )
[ symbol: _ZN9QVector4DC2ERK9QVector3Dd ]
QVector4D::toVector2D ( ) const
[ symbol: _ZNK9QVector4D10toVector2DEv ]
QVector4D::toVector2DAffine ( ) const
[ symbol: _ZNK9QVector4D16toVector2DAffineEv ]
QVector4D::toVector3D ( ) const
[ symbol: _ZNK9QVector4D10toVector3DEv ]
QVector4D::toVector3DAffine ( ) const
[ symbol: _ZNK9QVector4D16toVector3DAffineEv ]
qvideoframe.h,
libQtMultimedia.so.4.6.0
QVideoFrame::bits ( )
[ symbol: _ZN11QVideoFrame4bitsEv ]
QVideoFrame::bits ( ) const
[ symbol: _ZNK11QVideoFrame4bitsEv ]
QVideoFrame::bytesPerLine ( ) const
[ symbol: _ZNK11QVideoFrame12bytesPerLineEv ]
QVideoFrame::endTime ( ) const
[ symbol: _ZNK11QVideoFrame7endTimeEv ]
QVideoFrame::fieldType ( ) const
[ symbol: _ZNK11QVideoFrame9fieldTypeEv ]
QVideoFrame::handle ( ) const
[ symbol: _ZNK11QVideoFrame6handleEv ]
QVideoFrame::handleType ( ) const
[ symbol: _ZNK11QVideoFrame10handleTypeEv ]
QVideoFrame::height ( ) const
[ symbol: _ZNK11QVideoFrame6heightEv ]
QVideoFrame::imageFormatFromPixelFormat ( QVideoFrame::PixelFormat format ) [static]
[ symbol: _ZN11QVideoFrame26imageFormatFromPixelFormatENS_11PixelFormatE ]
QVideoFrame::isMapped ( ) const
[ symbol: _ZNK11QVideoFrame8isMappedEv ]
QVideoFrame::isReadable ( ) const
[ symbol: _ZNK11QVideoFrame10isReadableEv ]
QVideoFrame::isValid ( ) const
[ symbol: _ZNK11QVideoFrame7isValidEv ]
QVideoFrame::isWritable ( ) const
[ symbol: _ZNK11QVideoFrame10isWritableEv ]
QVideoFrame::map ( QAbstractVideoBuffer::MapMode mode )
[ symbol: _ZN11QVideoFrame3mapEN20QAbstractVideoBuffer7MapModeE ]
QVideoFrame::mapMode ( ) const
[ symbol: _ZNK11QVideoFrame7mapModeEv ]
QVideoFrame::mappedBytes ( ) const
[ symbol: _ZNK11QVideoFrame11mappedBytesEv ]
QVideoFrame::operator= ( QVideoFrame const& other )
[ symbol: _ZN11QVideoFrameaSERKS_ ]
QVideoFrame::pixelFormat ( ) const
[ symbol: _ZNK11QVideoFrame11pixelFormatEv ]
QVideoFrame::pixelFormatFromImageFormat ( QImage::Format format ) [static]
[ symbol: _ZN11QVideoFrame26pixelFormatFromImageFormatEN6QImage6FormatE ]
QVideoFrame::QVideoFrame [in-charge] ( )
[ symbol: _ZN11QVideoFrameC1Ev ]
QVideoFrame::QVideoFrame [in-charge] ( int bytes, QSize const& size, int bytesPerLine, QVideoFrame::PixelFormat format )
[ symbol: _ZN11QVideoFrameC1EiRK5QSizeiNS_11PixelFormatE ]
QVideoFrame::QVideoFrame [in-charge] ( QAbstractVideoBuffer* buffer, QSize const& size, QVideoFrame::PixelFormat format )
[ symbol: _ZN11QVideoFrameC1EP20QAbstractVideoBufferRK5QSizeNS_11PixelFormatE ]
QVideoFrame::QVideoFrame [in-charge] ( QImage const& image )
[ symbol: _ZN11QVideoFrameC1ERK6QImage ]
QVideoFrame::QVideoFrame [in-charge] ( QVideoFrame const& other )
[ symbol: _ZN11QVideoFrameC1ERKS_ ]
QVideoFrame::QVideoFrame [not-in-charge] ( )
[ symbol: _ZN11QVideoFrameC2Ev ]
QVideoFrame::QVideoFrame [not-in-charge] ( int bytes, QSize const& size, int bytesPerLine, QVideoFrame::PixelFormat format )
[ symbol: _ZN11QVideoFrameC2EiRK5QSizeiNS_11PixelFormatE ]
QVideoFrame::QVideoFrame [not-in-charge] ( QAbstractVideoBuffer* buffer, QSize const& size, QVideoFrame::PixelFormat format )
[ symbol: _ZN11QVideoFrameC2EP20QAbstractVideoBufferRK5QSizeNS_11PixelFormatE ]
QVideoFrame::QVideoFrame [not-in-charge] ( QImage const& image )
[ symbol: _ZN11QVideoFrameC2ERK6QImage ]
QVideoFrame::QVideoFrame [not-in-charge] ( QVideoFrame const& other )
[ symbol: _ZN11QVideoFrameC2ERKS_ ]
QVideoFrame::setEndTime ( qint64 time )
[ symbol: _ZN11QVideoFrame10setEndTimeEx ]
QVideoFrame::setFieldType ( QVideoFrame::FieldType p1 )
[ symbol: _ZN11QVideoFrame12setFieldTypeENS_9FieldTypeE ]
QVideoFrame::setStartTime ( qint64 time )
[ symbol: _ZN11QVideoFrame12setStartTimeEx ]
QVideoFrame::size ( ) const
[ symbol: _ZNK11QVideoFrame4sizeEv ]
QVideoFrame::startTime ( ) const
[ symbol: _ZNK11QVideoFrame9startTimeEv ]
QVideoFrame::unmap ( )
[ symbol: _ZN11QVideoFrame5unmapEv ]
QVideoFrame::width ( ) const
[ symbol: _ZNK11QVideoFrame5widthEv ]
QVideoFrame::~QVideoFrame [in-charge] ( )
[ symbol: _ZN11QVideoFrameD1Ev ]
QVideoFrame::~QVideoFrame [not-in-charge] ( )
[ symbol: _ZN11QVideoFrameD2Ev ]
qvideosurfaceformat.h,
libQtMultimedia.so.4.6.0
operator<< ( QDebug p1, QVideoSurfaceFormat const& p2 )
[ symbol: _Zls6QDebugRK19QVideoSurfaceFormat ]
QVideoSurfaceFormat::frameHeight ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat11frameHeightEv ]
QVideoSurfaceFormat::frameRate ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat9frameRateEv ]
QVideoSurfaceFormat::frameSize ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat9frameSizeEv ]
QVideoSurfaceFormat::frameWidth ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat10frameWidthEv ]
QVideoSurfaceFormat::handleType ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat10handleTypeEv ]
QVideoSurfaceFormat::isValid ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat7isValidEv ]
QVideoSurfaceFormat::operator!= ( QVideoSurfaceFormat const& format ) const
[ symbol: _ZNK19QVideoSurfaceFormatneERKS_ ]
QVideoSurfaceFormat::operator= ( QVideoSurfaceFormat const& format )
[ symbol: _ZN19QVideoSurfaceFormataSERKS_ ]
QVideoSurfaceFormat::operator== ( QVideoSurfaceFormat const& format ) const
[ symbol: _ZNK19QVideoSurfaceFormateqERKS_ ]
QVideoSurfaceFormat::pixelAspectRatio ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat16pixelAspectRatioEv ]
QVideoSurfaceFormat::pixelFormat ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat11pixelFormatEv ]
QVideoSurfaceFormat::property ( char const* name ) const
[ symbol: _ZNK19QVideoSurfaceFormat8propertyEPKc ]
QVideoSurfaceFormat::propertyNames ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat13propertyNamesEv ]
QVideoSurfaceFormat::QVideoSurfaceFormat [in-charge] ( )
[ symbol: _ZN19QVideoSurfaceFormatC1Ev ]
QVideoSurfaceFormat::QVideoSurfaceFormat [in-charge] ( QSize const& size, QVideoFrame::PixelFormat pixelFormat, QAbstractVideoBuffer::HandleType handleType )
[ symbol: _ZN19QVideoSurfaceFormatC1ERK5QSizeN11QVideoFrame11PixelFormatEN20QAbstractVideoBuffer10HandleTypeE ]
QVideoSurfaceFormat::QVideoSurfaceFormat [in-charge] ( QVideoSurfaceFormat const& format )
[ symbol: _ZN19QVideoSurfaceFormatC1ERKS_ ]
QVideoSurfaceFormat::QVideoSurfaceFormat [not-in-charge] ( )
[ symbol: _ZN19QVideoSurfaceFormatC2Ev ]
QVideoSurfaceFormat::QVideoSurfaceFormat [not-in-charge] ( QSize const& size, QVideoFrame::PixelFormat pixelFormat, QAbstractVideoBuffer::HandleType handleType )
[ symbol: _ZN19QVideoSurfaceFormatC2ERK5QSizeN11QVideoFrame11PixelFormatEN20QAbstractVideoBuffer10HandleTypeE ]
QVideoSurfaceFormat::QVideoSurfaceFormat [not-in-charge] ( QVideoSurfaceFormat const& format )
[ symbol: _ZN19QVideoSurfaceFormatC2ERKS_ ]
QVideoSurfaceFormat::scanLineDirection ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat17scanLineDirectionEv ]
QVideoSurfaceFormat::setFrameRate ( qreal rate )
[ symbol: _ZN19QVideoSurfaceFormat12setFrameRateEd ]
QVideoSurfaceFormat::setFrameSize ( int width, int height )
[ symbol: _ZN19QVideoSurfaceFormat12setFrameSizeEii ]
QVideoSurfaceFormat::setFrameSize ( QSize const& size )
[ symbol: _ZN19QVideoSurfaceFormat12setFrameSizeERK5QSize ]
QVideoSurfaceFormat::setPixelAspectRatio ( int width, int height )
[ symbol: _ZN19QVideoSurfaceFormat19setPixelAspectRatioEii ]
QVideoSurfaceFormat::setPixelAspectRatio ( QSize const& ratio )
[ symbol: _ZN19QVideoSurfaceFormat19setPixelAspectRatioERK5QSize ]
QVideoSurfaceFormat::setProperty ( char const* name, QVariant const& value )
[ symbol: _ZN19QVideoSurfaceFormat11setPropertyEPKcRK8QVariant ]
QVideoSurfaceFormat::setScanLineDirection ( QVideoSurfaceFormat::Direction direction )
[ symbol: _ZN19QVideoSurfaceFormat20setScanLineDirectionENS_9DirectionE ]
QVideoSurfaceFormat::setViewport ( QRect const& viewport )
[ symbol: _ZN19QVideoSurfaceFormat11setViewportERK5QRect ]
QVideoSurfaceFormat::setYCbCrColorSpace ( QVideoSurfaceFormat::YCbCrColorSpace colorSpace )
[ symbol: _ZN19QVideoSurfaceFormat18setYCbCrColorSpaceENS_15YCbCrColorSpaceE ]
QVideoSurfaceFormat::sizeHint ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat8sizeHintEv ]
QVideoSurfaceFormat::viewport ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat8viewportEv ]
QVideoSurfaceFormat::yCbCrColorSpace ( ) const
[ symbol: _ZNK19QVideoSurfaceFormat15yCbCrColorSpaceEv ]
QVideoSurfaceFormat::~QVideoSurfaceFormat [in-charge] ( )
[ symbol: _ZN19QVideoSurfaceFormatD1Ev ]
QVideoSurfaceFormat::~QVideoSurfaceFormat [not-in-charge] ( )
[ symbol: _ZN19QVideoSurfaceFormatD2Ev ]
qwebdatabase.h,
libQtWebKit.so.4.6.0
QWebDatabase::removeAllDatabases ( ) [static]
[ symbol: _ZN12QWebDatabase18removeAllDatabasesEv ]
qwebelement.h,
libQtWebKit.so.4.6.0
QWebElement::addClass ( QString const& name )
[ symbol: _ZN11QWebElement8addClassERK7QString ]
QWebElement::appendInside ( QString const& markup )
[ symbol: _ZN11QWebElement12appendInsideERK7QString ]
QWebElement::appendInside ( QWebElement const& element )
[ symbol: _ZN11QWebElement12appendInsideERKS_ ]
QWebElement::appendOutside ( QString const& markup )
[ symbol: _ZN11QWebElement13appendOutsideERK7QString ]
QWebElement::appendOutside ( QWebElement const& element )
[ symbol: _ZN11QWebElement13appendOutsideERKS_ ]
QWebElement::attribute ( QString const& name, QString const& defaultValue ) const
[ symbol: _ZNK11QWebElement9attributeERK7QStringS2_ ]
QWebElement::attributeNames ( QString const& namespaceUri ) const
[ symbol: _ZNK11QWebElement14attributeNamesERK7QString ]
QWebElement::attributeNS ( QString const& namespaceUri, QString const& name, QString const& defaultValue ) const
[ symbol: _ZNK11QWebElement11attributeNSERK7QStringS2_S2_ ]
QWebElement::classes ( ) const
[ symbol: _ZNK11QWebElement7classesEv ]
QWebElement::clone ( ) const
[ symbol: _ZNK11QWebElement5cloneEv ]
QWebElement::document ( ) const
[ symbol: _ZNK11QWebElement8documentEv ]
QWebElement::encloseContentsWith ( QString const& markup )
[ symbol: _ZN11QWebElement19encloseContentsWithERK7QString ]
QWebElement::encloseContentsWith ( QWebElement const& element )
[ symbol: _ZN11QWebElement19encloseContentsWithERKS_ ]
QWebElement::encloseWith ( QString const& markup )
[ symbol: _ZN11QWebElement11encloseWithERK7QString ]
QWebElement::encloseWith ( QWebElement const& element )
[ symbol: _ZN11QWebElement11encloseWithERKS_ ]
QWebElement::evaluateJavaScript ( QString const& scriptSource )
[ symbol: _ZN11QWebElement18evaluateJavaScriptERK7QString ]
QWebElement::findAll ( QString const& selectorQuery ) const
[ symbol: _ZNK11QWebElement7findAllERK7QString ]
QWebElement::findFirst ( QString const& selectorQuery ) const
[ symbol: _ZNK11QWebElement9findFirstERK7QString ]
QWebElement::firstChild ( ) const
[ symbol: _ZNK11QWebElement10firstChildEv ]
QWebElement::geometry ( ) const
[ symbol: _ZNK11QWebElement8geometryEv ]
QWebElement::hasAttribute ( QString const& name ) const
[ symbol: _ZNK11QWebElement12hasAttributeERK7QString ]
QWebElement::hasAttributeNS ( QString const& namespaceUri, QString const& name ) const
[ symbol: _ZNK11QWebElement14hasAttributeNSERK7QStringS2_ ]
QWebElement::hasAttributes ( ) const
[ symbol: _ZNK11QWebElement13hasAttributesEv ]
QWebElement::hasClass ( QString const& name ) const
[ symbol: _ZNK11QWebElement8hasClassERK7QString ]
QWebElement::hasFocus ( ) const
[ symbol: _ZNK11QWebElement8hasFocusEv ]
QWebElement::isNull ( ) const
[ symbol: _ZNK11QWebElement6isNullEv ]
QWebElement::lastChild ( ) const
[ symbol: _ZNK11QWebElement9lastChildEv ]
QWebElement::localName ( ) const
[ symbol: _ZNK11QWebElement9localNameEv ]
QWebElement::namespaceUri ( ) const
[ symbol: _ZNK11QWebElement12namespaceUriEv ]
QWebElement::nextSibling ( ) const
[ symbol: _ZNK11QWebElement11nextSiblingEv ]
QWebElement::operator!= ( QWebElement const& o ) const
[ symbol: _ZNK11QWebElementneERKS_ ]
QWebElement::operator= ( QWebElement const& p1 )
[ symbol: _ZN11QWebElementaSERKS_ ]
QWebElement::operator== ( QWebElement const& o ) const
[ symbol: _ZNK11QWebElementeqERKS_ ]
QWebElement::parent ( ) const
[ symbol: _ZNK11QWebElement6parentEv ]
QWebElement::prefix ( ) const
[ symbol: _ZNK11QWebElement6prefixEv ]
QWebElement::prependInside ( QString const& markup )
[ symbol: _ZN11QWebElement13prependInsideERK7QString ]
QWebElement::prependInside ( QWebElement const& element )
[ symbol: _ZN11QWebElement13prependInsideERKS_ ]
QWebElement::prependOutside ( QString const& markup )
[ symbol: _ZN11QWebElement14prependOutsideERK7QString ]
QWebElement::prependOutside ( QWebElement const& element )
[ symbol: _ZN11QWebElement14prependOutsideERKS_ ]
QWebElement::previousSibling ( ) const
[ symbol: _ZNK11QWebElement15previousSiblingEv ]
QWebElement::QWebElement [in-charge] ( )
[ symbol: _ZN11QWebElementC1Ev ]
QWebElement::QWebElement [in-charge] ( QWebElement const& p1 )
[ symbol: _ZN11QWebElementC1ERKS_ ]
QWebElement::QWebElement [not-in-charge] ( )
[ symbol: _ZN11QWebElementC2Ev ]
QWebElement::QWebElement [not-in-charge] ( QWebElement const& p1 )
[ symbol: _ZN11QWebElementC2ERKS_ ]
QWebElement::removeAllChildren ( )
[ symbol: _ZN11QWebElement17removeAllChildrenEv ]
QWebElement::removeAttribute ( QString const& name )
[ symbol: _ZN11QWebElement15removeAttributeERK7QString ]
QWebElement::removeAttributeNS ( QString const& namespaceUri, QString const& name )
[ symbol: _ZN11QWebElement17removeAttributeNSERK7QStringS2_ ]
QWebElement::removeClass ( QString const& name )
[ symbol: _ZN11QWebElement11removeClassERK7QString ]
QWebElement::removeFromDocument ( )
[ symbol: _ZN11QWebElement18removeFromDocumentEv ]
QWebElement::render ( QPainter* painter )
[ symbol: _ZN11QWebElement6renderEP8QPainter ]
QWebElement::replace ( QString const& markup )
[ symbol: _ZN11QWebElement7replaceERK7QString ]
QWebElement::replace ( QWebElement const& element )
[ symbol: _ZN11QWebElement7replaceERKS_ ]
QWebElement::setAttribute ( QString const& name, QString const& value )
[ symbol: _ZN11QWebElement12setAttributeERK7QStringS2_ ]
QWebElement::setAttributeNS ( QString const& namespaceUri, QString const& name, QString const& value )
[ symbol: _ZN11QWebElement14setAttributeNSERK7QStringS2_S2_ ]
QWebElement::setFocus ( )
[ symbol: _ZN11QWebElement8setFocusEv ]
QWebElement::setInnerXml ( QString const& markup )
[ symbol: _ZN11QWebElement11setInnerXmlERK7QString ]
QWebElement::setOuterXml ( QString const& markup )
[ symbol: _ZN11QWebElement11setOuterXmlERK7QString ]
QWebElement::setPlainText ( QString const& text )
[ symbol: _ZN11QWebElement12setPlainTextERK7QString ]
QWebElement::setStyleProperty ( QString const& name, QString const& value )
[ symbol: _ZN11QWebElement16setStylePropertyERK7QStringS2_ ]
QWebElement::styleProperty ( QString const& name, QWebElement::StyleResolveStrategy strategy ) const
[ symbol: _ZNK11QWebElement13stylePropertyERK7QStringNS_20StyleResolveStrategyE ]
QWebElement::tagName ( ) const
[ symbol: _ZNK11QWebElement7tagNameEv ]
QWebElement::takeFromDocument ( )
[ symbol: _ZN11QWebElement16takeFromDocumentEv ]
QWebElement::toggleClass ( QString const& name )
[ symbol: _ZN11QWebElement11toggleClassERK7QString ]
QWebElement::toInnerXml ( ) const
[ symbol: _ZNK11QWebElement10toInnerXmlEv ]
QWebElement::toOuterXml ( ) const
[ symbol: _ZNK11QWebElement10toOuterXmlEv ]
QWebElement::toPlainText ( ) const
[ symbol: _ZNK11QWebElement11toPlainTextEv ]
QWebElement::webFrame ( ) const
[ symbol: _ZNK11QWebElement8webFrameEv ]
QWebElement::~QWebElement [in-charge] ( )
[ symbol: _ZN11QWebElementD1Ev ]
QWebElement::~QWebElement [not-in-charge] ( )
[ symbol: _ZN11QWebElementD2Ev ]
QWebElementCollection::append ( QWebElementCollection const& collection )
[ symbol: _ZN21QWebElementCollection6appendERKS_ ]
QWebElementCollection::at ( int i ) const
[ symbol: _ZNK21QWebElementCollection2atEi ]
QWebElementCollection::count ( ) const
[ symbol: _ZNK21QWebElementCollection5countEv ]
QWebElementCollection::operator+ ( QWebElementCollection const& other ) const
[ symbol: _ZNK21QWebElementCollectionplERKS_ ]
QWebElementCollection::operator= ( QWebElementCollection const& p1 )
[ symbol: _ZN21QWebElementCollectionaSERKS_ ]
QWebElementCollection::QWebElementCollection [in-charge] ( )
[ symbol: _ZN21QWebElementCollectionC1Ev ]
QWebElementCollection::QWebElementCollection [in-charge] ( QWebElement const& contextElement, QString const& query )
[ symbol: _ZN21QWebElementCollectionC1ERK11QWebElementRK7QString ]
QWebElementCollection::QWebElementCollection [in-charge] ( QWebElementCollection const& p1 )
[ symbol: _ZN21QWebElementCollectionC1ERKS_ ]
QWebElementCollection::QWebElementCollection [not-in-charge] ( )
[ symbol: _ZN21QWebElementCollectionC2Ev ]
QWebElementCollection::QWebElementCollection [not-in-charge] ( QWebElement const& contextElement, QString const& query )
[ symbol: _ZN21QWebElementCollectionC2ERK11QWebElementRK7QString ]
QWebElementCollection::QWebElementCollection [not-in-charge] ( QWebElementCollection const& p1 )
[ symbol: _ZN21QWebElementCollectionC2ERKS_ ]
QWebElementCollection::toList ( ) const
[ symbol: _ZNK21QWebElementCollection6toListEv ]
QWebElementCollection::~QWebElementCollection [in-charge] ( )
[ symbol: _ZN21QWebElementCollectionD1Ev ]
QWebElementCollection::~QWebElementCollection [not-in-charge] ( )
[ symbol: _ZN21QWebElementCollectionD2Ev ]
qwebframe.h,
libQtWebKit.so.4.6.0
QWebFrame::baseUrl ( ) const
[ symbol: _ZNK9QWebFrame7baseUrlEv ]
QWebFrame::contentsSizeChanged ( QSize const& size )
[ symbol: _ZN9QWebFrame19contentsSizeChangedERK5QSize ]
QWebFrame::documentElement ( ) const
[ symbol: _ZNK9QWebFrame15documentElementEv ]
QWebFrame::findAllElements ( QString const& selectorQuery ) const
[ symbol: _ZNK9QWebFrame15findAllElementsERK7QString ]
QWebFrame::findFirstElement ( QString const& selectorQuery ) const
[ symbol: _ZNK9QWebFrame16findFirstElementERK7QString ]
QWebFrame::hasFocus ( ) const
[ symbol: _ZNK9QWebFrame8hasFocusEv ]
QWebFrame::loadFinished ( bool ok )
[ symbol: _ZN9QWebFrame12loadFinishedEb ]
QWebFrame::loadStarted ( )
[ symbol: _ZN9QWebFrame11loadStartedEv ]
QWebFrame::render ( QPainter* p1, QWebFrame::RenderLayer layer, QRegion const& clip )
[ symbol: _ZN9QWebFrame6renderEP8QPainterNS_11RenderLayerERK7QRegion ]
QWebFrame::requestedUrl ( ) const
[ symbol: _ZNK9QWebFrame12requestedUrlEv ]
QWebFrame::scrollBarGeometry ( Qt::Orientation orientation ) const
[ symbol: _ZNK9QWebFrame17scrollBarGeometryEN2Qt11OrientationE ]
QWebFrame::setFocus ( )
[ symbol: _ZN9QWebFrame8setFocusEv ]
QWebHitTestResult::element ( ) const
[ symbol: _ZNK17QWebHitTestResult7elementEv ]
QWebHitTestResult::enclosingBlockElement ( ) const
[ symbol: _ZNK17QWebHitTestResult21enclosingBlockElementEv ]
QWebHitTestResult::linkElement ( ) const
[ symbol: _ZNK17QWebHitTestResult11linkElementEv ]
qwebhistory.h,
libQtWebKit.so.4.6.0
operator<< ( QDataStream& p1, QWebHistory const& p2 )
[ symbol: _ZlsR11QDataStreamRK11QWebHistory ]
qwebinspector.h,
libQtWebKit.so.4.6.0
QWebInspector::event ( QEvent* p1 )
[ symbol: _ZN13QWebInspector5eventEP6QEvent ]
QWebInspector::hideEvent ( QHideEvent* event )
[ symbol: _ZN13QWebInspector9hideEventEP10QHideEvent ]
QWebInspector::metaObject ( ) const
[ symbol: _ZNK13QWebInspector10metaObjectEv ]
QWebInspector::page ( ) const
[ symbol: _ZNK13QWebInspector4pageEv ]
QWebInspector::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN13QWebInspector11qt_metacallEN11QMetaObject4CallEiPPv ]
QWebInspector::qt_metacast ( char const* p1 )
[ symbol: _ZN13QWebInspector11qt_metacastEPKc ]
QWebInspector::QWebInspector [in-charge] ( QWidget* parent )
[ symbol: _ZN13QWebInspectorC1EP7QWidget ]
QWebInspector::QWebInspector [not-in-charge] ( QWidget* parent )
[ symbol: _ZN13QWebInspectorC2EP7QWidget ]
QWebInspector::resizeEvent ( QResizeEvent* event )
[ symbol: _ZN13QWebInspector11resizeEventEP12QResizeEvent ]
QWebInspector::setPage ( QWebPage* page )
[ symbol: _ZN13QWebInspector7setPageEP8QWebPage ]
QWebInspector::showEvent ( QShowEvent* event )
[ symbol: _ZN13QWebInspector9showEventEP10QShowEvent ]
QWebInspector::sizeHint ( ) const
[ symbol: _ZNK13QWebInspector8sizeHintEv ]
QWebInspector::staticMetaObject [data]
[ symbol: _ZN13QWebInspector16staticMetaObjectE ]
QWebInspector::~QWebInspector [in-charge-deleting] ( )
[ symbol: _ZN13QWebInspectorD0Ev ]
QWebInspector::~QWebInspector [in-charge] ( )
[ symbol: _ZN13QWebInspectorD1Ev ]
QWebInspector::~QWebInspector [not-in-charge] ( )
[ symbol: _ZN13QWebInspectorD2Ev ]
qwebkitversion.h,
libQtWebKit.so.4.6.0
qWebKitMajorVersion ( )
[ symbol: _Z19qWebKitMajorVersionv ]
qWebKitMinorVersion ( )
[ symbol: _Z19qWebKitMinorVersionv ]
qWebKitVersion ( )
[ symbol: _Z14qWebKitVersionv ]
qwebpage.h,
libQtWebKit.so.4.6.0
QWebPage::frameAt ( QPoint const& pos ) const
[ symbol: _ZNK8QWebPage7frameAtERK6QPoint ]
QWebPage::preferredContentsSize ( ) const
[ symbol: _ZNK8QWebPage21preferredContentsSizeEv ]
QWebPage::setPreferredContentsSize ( QSize const& size ) const
[ symbol: _ZNK8QWebPage24setPreferredContentsSizeERK5QSize ]
QWebPage::shouldInterruptJavaScript ( )
[ symbol: _ZN8QWebPage25shouldInterruptJavaScriptEv ]
qwebpluginfactory.h,
libQtWebKit.so.4.6.0
QWebPluginFactory::MimeType::operator== ( QWebPluginFactory::MimeType const& other ) const
[ symbol: _ZNK17QWebPluginFactory8MimeTypeeqERKS0_ ]
qwebsecurityorigin.h,
libQtWebKit.so.4.6.0
QWebSecurityOrigin::addLocalScheme ( QString const& scheme ) [static]
[ symbol: _ZN18QWebSecurityOrigin14addLocalSchemeERK7QString ]
QWebSecurityOrigin::localSchemes ( ) [static]
[ symbol: _ZN18QWebSecurityOrigin12localSchemesEv ]
QWebSecurityOrigin::removeLocalScheme ( QString const& scheme ) [static]
[ symbol: _ZN18QWebSecurityOrigin17removeLocalSchemeERK7QString ]
qwebsettings.h,
libQtWebKit.so.4.6.0
QWebSettings::clearMemoryCaches ( ) [static]
[ symbol: _ZN12QWebSettings17clearMemoryCachesEv ]
QWebSettings::defaultTextEncoding ( ) const
[ symbol: _ZNK12QWebSettings19defaultTextEncodingEv ]
QWebSettings::enablePersistentStorage ( QString const& path ) [static]
[ symbol: _ZN12QWebSettings23enablePersistentStorageERK7QString ]
QWebSettings::localStoragePath ( ) const
[ symbol: _ZNK12QWebSettings16localStoragePathEv ]
QWebSettings::offlineWebApplicationCachePath ( ) [static]
[ symbol: _ZN12QWebSettings30offlineWebApplicationCachePathEv ]
QWebSettings::offlineWebApplicationCacheQuota ( ) [static]
[ symbol: _ZN12QWebSettings31offlineWebApplicationCacheQuotaEv ]
QWebSettings::setDefaultTextEncoding ( QString const& encoding )
[ symbol: _ZN12QWebSettings22setDefaultTextEncodingERK7QString ]
QWebSettings::setLocalStoragePath ( QString const& path )
[ symbol: _ZN12QWebSettings19setLocalStoragePathERK7QString ]
QWebSettings::setOfflineWebApplicationCachePath ( QString const& path ) [static]
[ symbol: _ZN12QWebSettings33setOfflineWebApplicationCachePathERK7QString ]
QWebSettings::setOfflineWebApplicationCacheQuota ( qint64 maximumSize ) [static]
[ symbol: _ZN12QWebSettings34setOfflineWebApplicationCacheQuotaEx ]
qwebview.h,
libQtWebKit.so.4.6.0
QWebView::renderHints ( ) const
[ symbol: _ZNK8QWebView11renderHintsEv ]
QWebView::setRenderHint ( QPainter::RenderHint hint, bool enabled )
[ symbol: _ZN8QWebView13setRenderHintEN8QPainter10RenderHintEb ]
QWebView::setRenderHints ( QPainter::RenderHints hints )
[ symbol: _ZN8QWebView14setRenderHintsE6QFlagsIN8QPainter10RenderHintEE ]
qwidget.h,
libQtGui.so.4.6.0
QWidget::contentsMargins ( ) const
[ symbol: _ZNK7QWidget15contentsMarginsEv ]
QWidget::grabGesture ( Qt::GestureType type, Qt::GestureFlags flags )
[ symbol: _ZN7QWidget11grabGestureEN2Qt11GestureTypeE6QFlagsINS0_11GestureFlagEE ]
QWidget::graphicsEffect ( ) const
[ symbol: _ZNK7QWidget14graphicsEffectEv ]
QWidget::inputMethodHints ( ) const
[ symbol: _ZNK7QWidget16inputMethodHintsEv ]
QWidget::previousInFocusChain ( ) const
[ symbol: _ZNK7QWidget20previousInFocusChainEv ]
QWidget::setContentsMargins ( QMargins const& margins )
[ symbol: _ZN7QWidget18setContentsMarginsERK8QMargins ]
QWidget::setGraphicsEffect ( QGraphicsEffect* effect )
[ symbol: _ZN7QWidget17setGraphicsEffectEP15QGraphicsEffect ]
QWidget::setInputMethodHints ( Qt::InputMethodHints hints )
[ symbol: _ZN7QWidget19setInputMethodHintsE6QFlagsIN2Qt15InputMethodHintEE ]
QWidget::ungrabGesture ( Qt::GestureType type )
[ symbol: _ZN7QWidget13ungrabGestureEN2Qt11GestureTypeE ]
qxml.h,
libQtXml.so.4.6.0
QXmlParseException::QXmlParseException [in-charge] ( QXmlParseException const& other )
[ symbol: _ZN18QXmlParseExceptionC1ERKS_ ]
QXmlParseException::QXmlParseException [not-in-charge] ( QXmlParseException const& other )
[ symbol: _ZN18QXmlParseExceptionC2ERKS_ ]
qxmlquery.h,
libQtXmlPatterns.so.4.6.0
QXmlQuery::setFocus ( QString const& focus )
[ symbol: _ZN9QXmlQuery8setFocusERK7QString ]
qxmlschema.h,
libQtXmlPatterns.so.4.6.0
QXmlSchema::documentUri ( ) const
[ symbol: _ZNK10QXmlSchema11documentUriEv ]
QXmlSchema::isValid ( ) const
[ symbol: _ZNK10QXmlSchema7isValidEv ]
QXmlSchema::load ( QByteArray const& data, QUrl const& documentUri )
[ symbol: _ZN10QXmlSchema4loadERK10QByteArrayRK4QUrl ]
QXmlSchema::load ( QIODevice* source, QUrl const& documentUri )
[ symbol: _ZN10QXmlSchema4loadEP9QIODeviceRK4QUrl ]
QXmlSchema::load ( QUrl const& source )
[ symbol: _ZN10QXmlSchema4loadERK4QUrl ]
QXmlSchema::messageHandler ( ) const
[ symbol: _ZNK10QXmlSchema14messageHandlerEv ]
QXmlSchema::namePool ( ) const
[ symbol: _ZNK10QXmlSchema8namePoolEv ]
QXmlSchema::networkAccessManager ( ) const
[ symbol: _ZNK10QXmlSchema20networkAccessManagerEv ]
QXmlSchema::QXmlSchema [in-charge] ( )
[ symbol: _ZN10QXmlSchemaC1Ev ]
QXmlSchema::QXmlSchema [in-charge] ( QXmlSchema const& other )
[ symbol: _ZN10QXmlSchemaC1ERKS_ ]
QXmlSchema::QXmlSchema [not-in-charge] ( )
[ symbol: _ZN10QXmlSchemaC2Ev ]
QXmlSchema::QXmlSchema [not-in-charge] ( QXmlSchema const& other )
[ symbol: _ZN10QXmlSchemaC2ERKS_ ]
QXmlSchema::setMessageHandler ( QAbstractMessageHandler* handler )
[ symbol: _ZN10QXmlSchema17setMessageHandlerEP23QAbstractMessageHandler ]
QXmlSchema::setNetworkAccessManager ( QNetworkAccessManager* networkmanager )
[ symbol: _ZN10QXmlSchema23setNetworkAccessManagerEP21QNetworkAccessManager ]
QXmlSchema::setUriResolver ( QAbstractUriResolver const* resolver )
[ symbol: _ZN10QXmlSchema14setUriResolverEPK20QAbstractUriResolver ]
QXmlSchema::uriResolver ( ) const
[ symbol: _ZNK10QXmlSchema11uriResolverEv ]
QXmlSchema::~QXmlSchema [in-charge] ( )
[ symbol: _ZN10QXmlSchemaD1Ev ]
QXmlSchema::~QXmlSchema [not-in-charge] ( )
[ symbol: _ZN10QXmlSchemaD2Ev ]
qxmlschemavalidator.h,
libQtXmlPatterns.so.4.6.0
QXmlSchemaValidator::messageHandler ( ) const
[ symbol: _ZNK19QXmlSchemaValidator14messageHandlerEv ]
QXmlSchemaValidator::namePool ( ) const
[ symbol: _ZNK19QXmlSchemaValidator8namePoolEv ]
QXmlSchemaValidator::networkAccessManager ( ) const
[ symbol: _ZNK19QXmlSchemaValidator20networkAccessManagerEv ]
QXmlSchemaValidator::QXmlSchemaValidator [in-charge] ( )
[ symbol: _ZN19QXmlSchemaValidatorC1Ev ]
QXmlSchemaValidator::QXmlSchemaValidator [in-charge] ( QXmlSchema const& schema )
[ symbol: _ZN19QXmlSchemaValidatorC1ERK10QXmlSchema ]
QXmlSchemaValidator::QXmlSchemaValidator [not-in-charge] ( )
[ symbol: _ZN19QXmlSchemaValidatorC2Ev ]
QXmlSchemaValidator::QXmlSchemaValidator [not-in-charge] ( QXmlSchema const& schema )
[ symbol: _ZN19QXmlSchemaValidatorC2ERK10QXmlSchema ]
QXmlSchemaValidator::schema ( ) const
[ symbol: _ZNK19QXmlSchemaValidator6schemaEv ]
QXmlSchemaValidator::setMessageHandler ( QAbstractMessageHandler* handler )
[ symbol: _ZN19QXmlSchemaValidator17setMessageHandlerEP23QAbstractMessageHandler ]
QXmlSchemaValidator::setNetworkAccessManager ( QNetworkAccessManager* networkmanager )
[ symbol: _ZN19QXmlSchemaValidator23setNetworkAccessManagerEP21QNetworkAccessManager ]
QXmlSchemaValidator::setSchema ( QXmlSchema const& schema )
[ symbol: _ZN19QXmlSchemaValidator9setSchemaERK10QXmlSchema ]
QXmlSchemaValidator::setUriResolver ( QAbstractUriResolver const* resolver )
[ symbol: _ZN19QXmlSchemaValidator14setUriResolverEPK20QAbstractUriResolver ]
QXmlSchemaValidator::uriResolver ( ) const
[ symbol: _ZNK19QXmlSchemaValidator11uriResolverEv ]
QXmlSchemaValidator::validate ( QByteArray const& data, QUrl const& documentUri ) const
[ symbol: _ZNK19QXmlSchemaValidator8validateERK10QByteArrayRK4QUrl ]
QXmlSchemaValidator::validate ( QIODevice* source, QUrl const& documentUri ) const
[ symbol: _ZNK19QXmlSchemaValidator8validateEP9QIODeviceRK4QUrl ]
QXmlSchemaValidator::validate ( QUrl const& source ) const
[ symbol: _ZNK19QXmlSchemaValidator8validateERK4QUrl ]
QXmlSchemaValidator::~QXmlSchemaValidator [in-charge] ( )
[ symbol: _ZN19QXmlSchemaValidatorD1Ev ]
QXmlSchemaValidator::~QXmlSchemaValidator [not-in-charge] ( )
[ symbol: _ZN19QXmlSchemaValidatorD2Ev ]
qxmlstream.h,
libQtCore.so.4.6.0
QXmlStreamReader::readElementText ( QXmlStreamReader::ReadElementTextBehaviour behaviour )
[ symbol: _ZN16QXmlStreamReader15readElementTextENS_24ReadElementTextBehaviourE ]
QXmlStreamReader::readNextStartElement ( )
[ symbol: _ZN16QXmlStreamReader20readNextStartElementEv ]
QXmlStreamReader::skipCurrentElement ( )
[ symbol: _ZN16QXmlStreamReader18skipCurrentElementEv ]
to the top
Problems with Data Types, Low Severity (61)
abstractmediastream.h
namespace Phonon
[+] class AbstractMediaStream (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from AbstractMediaStreamPrivate* to QScopedPointer<AbstractMediaStreamPrivate,QScopedPointerDeleter<AbstractMediaStreamPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (18)
AbstractMediaStream::AbstractMediaStream [in-charge] ( AbstractMediaStreamPrivate& dd, QObject* parent )This constructor is from 'AbstractMediaStream' class.
AbstractMediaStream::AbstractMediaStream [in-charge] ( QObject* parent )This constructor is from 'AbstractMediaStream' class.
AbstractMediaStream::endOfData ( )This method is from 'AbstractMediaStream' class.
AbstractMediaStream::enoughData ( )This method is from 'AbstractMediaStream' class.
AbstractMediaStream::error ( ErrorType errorType, QString const& errorString )This method is from 'AbstractMediaStream' class.
AbstractMediaStream::metaObject ( ) constThis method is from 'AbstractMediaStream' class.
AbstractMediaStream::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )This method is from 'AbstractMediaStream' class.
AbstractMediaStream::qt_metacast ( char const* p1 )This method is from 'AbstractMediaStream' class.
AbstractMediaStream::seekStream ( qint64 offset )This method is from 'AbstractMediaStream' class.
AbstractMediaStream::setStreamSeekable ( bool p1 )This method is from 'AbstractMediaStream' class.
AbstractMediaStream::setStreamSize ( qint64 p1 )This method is from 'AbstractMediaStream' class.
AbstractMediaStream::staticMetaObject [data]This method is from 'AbstractMediaStream' class.
AbstractMediaStream::streamSeekable ( ) constThis method is from 'AbstractMediaStream' class.
AbstractMediaStream::streamSize ( ) constThis method is from 'AbstractMediaStream' class.
AbstractMediaStream::writeData ( QByteArray const& data )This method is from 'AbstractMediaStream' class.
AbstractMediaStream::~AbstractMediaStream [in-charge] ( )This method is from 'AbstractMediaStream' class.
MediaSource::MediaSource [in-charge] ( AbstractMediaStream* stream )1st parameter 'stream' (pointer) has base type 'AbstractMediaStream'.
MediaSource::stream ( ) constReturn value (pointer) has base type 'AbstractMediaStream'.
q3tabdialog.h
[+] class Q3TabDialog (1)
| Change |
Effect |
1 | Virtual method QDialog::showEvent ( QShowEvent* p1 ) has been overridden by Q3TabDialog::showEvent ( QShowEvent* p1 ). | Method Q3TabDialog::showEvent ( QShowEvent* p1 ) will be called instead of QDialog::showEvent ( QShowEvent* p1 ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 66 entries | Virtual Table (New) - 66 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | Q3TabDialog::metaObject | Q3TabDialog::metaObject |
12 | Q3TabDialog::qt_metacast | Q3TabDialog::qt_metacast |
16 | Q3TabDialog::qt_metacall | Q3TabDialog::qt_metacall |
20 | ~Q3TabDialog | ~Q3TabDialog |
24 | ~Q3TabDialog | ~Q3TabDialog |
28 | QWidget::event | QWidget::event |
32 | QDialog::eventFilter | QDialog::eventFilter |
36 | QObject::timerEvent | QObject::timerEvent |
40 | QObject::childEvent | QObject::childEvent |
44 | QObject::customEvent | QObject::customEvent |
48 | QObject::connectNotify | QObject::connectNotify |
52 | QObject::disconnectNotify | QObject::disconnectNotify |
56 | QWidget::devType | QWidget::devType |
60 | QDialog::setVisible | QDialog::setVisible |
64 | QDialog::sizeHint | QDialog::sizeHint |
68 | QDialog::minimumSizeHint | QDialog::minimumSizeHint |
72 | QWidget::heightForWidth | QWidget::heightForWidth |
76 | QWidget::paintEngine | QWidget::paintEngine |
80 | QWidget::mousePressEvent | QWidget::mousePressEvent |
84 | QWidget::mouseReleaseEvent | QWidget::mouseReleaseEvent |
88 | QWidget::mouseDoubleClickEvent | QWidget::mouseDoubleClickEvent |
92 | QWidget::mouseMoveEvent | QWidget::mouseMoveEvent |
96 | QWidget::wheelEvent | QWidget::wheelEvent |
100 | QDialog::keyPressEvent | QDialog::keyPressEvent |
104 | QWidget::keyReleaseEvent | QWidget::keyReleaseEvent |
108 | QWidget::focusInEvent | QWidget::focusInEvent |
112 | QWidget::focusOutEvent | QWidget::focusOutEvent |
116 | QWidget::enterEvent | QWidget::enterEvent |
120 | QWidget::leaveEvent | QWidget::leaveEvent |
124 | Q3TabDialog::paintEvent | Q3TabDialog::paintEvent |
128 | QWidget::moveEvent | QWidget::moveEvent |
132 | Q3TabDialog::resizeEvent | Q3TabDialog::resizeEvent |
136 | QDialog::closeEvent | QDialog::closeEvent |
140 | QDialog::contextMenuEvent | QDialog::contextMenuEvent |
144 | QWidget::tabletEvent | QWidget::tabletEvent |
148 | QWidget::actionEvent | QWidget::actionEvent |
152 | QWidget::dragEnterEvent | QWidget::dragEnterEvent |
156 | QWidget::dragMoveEvent | QWidget::dragMoveEvent |
160 | QWidget::dragLeaveEvent | QWidget::dragLeaveEvent |
164 | QWidget::dropEvent | QWidget::dropEvent |
168 | QDialog::showEvent | Q3TabDialog::showEvent |
172 | QWidget::hideEvent | QWidget::hideEvent |
176 | QWidget::x11Event | QWidget::x11Event |
180 | QWidget::changeEvent | QWidget::changeEvent |
184 | QWidget::metric | QWidget::metric |
188 | QWidget::inputMethodEvent | QWidget::inputMethodEvent |
192 | QWidget::inputMethodQuery | QWidget::inputMethodQuery |
196 | QWidget::focusNextPrevChild | QWidget::focusNextPrevChild |
200 | Q3TabDialog::styleChange | Q3TabDialog::styleChange |
204 | QWidget::enabledChange | QWidget::enabledChange |
208 | QWidget::paletteChange | QWidget::paletteChange |
212 | QWidget::fontChange | QWidget::fontChange |
216 | QWidget::windowActivationChange | QWidget::windowActivationChange |
220 | QWidget::languageChange | QWidget::languageChange |
224 | QDialog::done | QDialog::done |
228 | QDialog::accept | QDialog::accept |
232 | QDialog::reject | QDialog::reject |
236 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
240 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
244 | non-virtual thunk | non-virtual thunk |
248 | non-virtual thunk | non-virtual thunk |
252 | non-virtual thunk | non-virtual thunk |
256 | non-virtual thunk | non-virtual thunk |
260 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (1)
QDialog::showEvent ( QShowEvent* p1 )The method 'Q3TabDialog::showEvent ( QShowEvent* p1 )' will be called instead of this method.
qabstractfileengine.h
[+] class QAbstractFileEngine (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QAbstractFileEnginePrivate* to QScopedPointer<QAbstractFileEnginePrivate,QScopedPointerDeleter<QAbstractFileEnginePrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (44)
QAbstractFileEngine::atEnd ( ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::beginEntryList ( QDir::Filters filters, QStringList const& filterNames )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::caseSensitive ( ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::close ( )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::copy ( QString const& newName )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::create ( QString const& fileName ) [static]Return value (pointer) has base type 'QAbstractFileEngine'.
QAbstractFileEngine::endEntryList ( )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::entryList ( QDir::Filters filters, QStringList const& filterNames ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::error ( ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::errorString ( ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::extension ( QAbstractFileEngine::Extension extension, QAbstractFileEngine::ExtensionOption const* option, QAbstractFileEngine::ExtensionReturn* output )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::fileFlags ( QAbstractFileEngine::FileFlags type ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::fileName ( QAbstractFileEngine::FileName file ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::fileTime ( QAbstractFileEngine::FileTime time ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::flush ( )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::handle ( ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::isRelativePath ( ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::isSequential ( ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::link ( QString const& newName )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::map ( qint64 offset, qint64 size, QFile::MemoryMapFlags flags )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::mkdir ( QString const& dirName, bool createParentDirectories ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::open ( QIODevice::OpenMode openMode )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::owner ( QAbstractFileEngine::FileOwner p1 ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::ownerId ( QAbstractFileEngine::FileOwner p1 ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::pos ( ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::QAbstractFileEngine [in-charge] ( )This constructor is from 'QAbstractFileEngine' class.
QAbstractFileEngine::QAbstractFileEngine [in-charge] ( QAbstractFileEnginePrivate& p1 )This constructor is from 'QAbstractFileEngine' class.
QAbstractFileEngine::read ( char* data, qint64 maxlen )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::readLine ( char* data, qint64 maxlen )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::remove ( )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::rename ( QString const& newName )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::rmdir ( QString const& dirName, bool recurseParentDirectories ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::seek ( qint64 pos )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::setError ( QFile::FileError error, QString const& str )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::setFileName ( QString const& file )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::setPermissions ( uint perms )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::setSize ( qint64 size )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::size ( ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::supportsExtension ( QAbstractFileEngine::Extension extension ) constThis method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::unmap ( uchar* ptr )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::write ( char const* data, qint64 len )This method is from 'QAbstractFileEngine' class.
QAbstractFileEngine::~QAbstractFileEngine [in-charge] ( )This method is from 'QAbstractFileEngine' class.
QFile::fileEngine ( ) constReturn value (pointer) has base type 'QAbstractFileEngine'.
QTemporaryFile::fileEngine ( ) constReturn value (pointer) has base type 'QAbstractFileEngine'.
qabstractspinbox.h
[+] class QAbstractSpinBox (1)
| Change |
Effect |
1 | Virtual method QWidget::inputMethodQuery ( Qt::InputMethodQuery p1 ) const has been overridden by QAbstractSpinBox::inputMethodQuery ( Qt::InputMethodQuery p1 ) const. | Method QAbstractSpinBox::inputMethodQuery ( Qt::InputMethodQuery p1 ) const will be called instead of QWidget::inputMethodQuery ( Qt::InputMethodQuery p1 ) const. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 68 entries | Virtual Table (New) - 68 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | QAbstractSpinBox::metaObject | QAbstractSpinBox::metaObject |
12 | QAbstractSpinBox::qt_metacast | QAbstractSpinBox::qt_metacast |
16 | QAbstractSpinBox::qt_metacall | QAbstractSpinBox::qt_metacall |
20 | ~QAbstractSpinBox | ~QAbstractSpinBox |
24 | ~QAbstractSpinBox | ~QAbstractSpinBox |
28 | QAbstractSpinBox::event | QAbstractSpinBox::event |
32 | QObject::eventFilter | QObject::eventFilter |
36 | QAbstractSpinBox::timerEvent | QAbstractSpinBox::timerEvent |
40 | QObject::childEvent | QObject::childEvent |
44 | QObject::customEvent | QObject::customEvent |
48 | QObject::connectNotify | QObject::connectNotify |
52 | QObject::disconnectNotify | QObject::disconnectNotify |
56 | QWidget::devType | QWidget::devType |
60 | QWidget::setVisible | QWidget::setVisible |
64 | QAbstractSpinBox::sizeHint | QAbstractSpinBox::sizeHint |
68 | QAbstractSpinBox::minimumSizeHint | QAbstractSpinBox::minimumSizeHint |
72 | QWidget::heightForWidth | QWidget::heightForWidth |
76 | QWidget::paintEngine | QWidget::paintEngine |
80 | QAbstractSpinBox::mousePressEvent | QAbstractSpinBox::mousePressEvent |
84 | QAbstractSpinBox::mouseReleaseEvent | QAbstractSpinBox::mouseReleaseEvent |
88 | QWidget::mouseDoubleClickEvent | QWidget::mouseDoubleClickEvent |
92 | QAbstractSpinBox::mouseMoveEvent | QAbstractSpinBox::mouseMoveEvent |
96 | QAbstractSpinBox::wheelEvent | QAbstractSpinBox::wheelEvent |
100 | QAbstractSpinBox::keyPressEvent | QAbstractSpinBox::keyPressEvent |
104 | QAbstractSpinBox::keyReleaseEvent | QAbstractSpinBox::keyReleaseEvent |
108 | QAbstractSpinBox::focusInEvent | QAbstractSpinBox::focusInEvent |
112 | QAbstractSpinBox::focusOutEvent | QAbstractSpinBox::focusOutEvent |
116 | QWidget::enterEvent | QWidget::enterEvent |
120 | QWidget::leaveEvent | QWidget::leaveEvent |
124 | QAbstractSpinBox::paintEvent | QAbstractSpinBox::paintEvent |
128 | QWidget::moveEvent | QWidget::moveEvent |
132 | QAbstractSpinBox::resizeEvent | QAbstractSpinBox::resizeEvent |
136 | QAbstractSpinBox::closeEvent | QAbstractSpinBox::closeEvent |
140 | QAbstractSpinBox::contextMenuEvent | QAbstractSpinBox::contextMenuEvent |
144 | QWidget::tabletEvent | QWidget::tabletEvent |
148 | QWidget::actionEvent | QWidget::actionEvent |
152 | QWidget::dragEnterEvent | QWidget::dragEnterEvent |
156 | QWidget::dragMoveEvent | QWidget::dragMoveEvent |
160 | QWidget::dragLeaveEvent | QWidget::dragLeaveEvent |
164 | QWidget::dropEvent | QWidget::dropEvent |
168 | QAbstractSpinBox::showEvent | QAbstractSpinBox::showEvent |
172 | QAbstractSpinBox::hideEvent | QAbstractSpinBox::hideEvent |
176 | QWidget::x11Event | QWidget::x11Event |
180 | QAbstractSpinBox::changeEvent | QAbstractSpinBox::changeEvent |
184 | QWidget::metric | QWidget::metric |
188 | QWidget::inputMethodEvent | QWidget::inputMethodEvent |
192 | QWidget::inputMethodQuery | QAbstractSpinBox::inputMethodQuery |
196 | QWidget::focusNextPrevChild | QWidget::focusNextPrevChild |
200 | QWidget::styleChange | QWidget::styleChange |
204 | QWidget::enabledChange | QWidget::enabledChange |
208 | QWidget::paletteChange | QWidget::paletteChange |
212 | QWidget::fontChange | QWidget::fontChange |
216 | QWidget::windowActivationChange | QWidget::windowActivationChange |
220 | QWidget::languageChange | QWidget::languageChange |
224 | QAbstractSpinBox::validate | QAbstractSpinBox::validate |
228 | QAbstractSpinBox::fixup | QAbstractSpinBox::fixup |
232 | QAbstractSpinBox::stepBy | QAbstractSpinBox::stepBy |
236 | QAbstractSpinBox::clear | QAbstractSpinBox::clear |
240 | QAbstractSpinBox::stepEnabled | QAbstractSpinBox::stepEnabled |
244 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
248 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
252 | non-virtual thunk | non-virtual thunk |
256 | non-virtual thunk | non-virtual thunk |
260 | non-virtual thunk | non-virtual thunk |
264 | non-virtual thunk | non-virtual thunk |
268 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (1)
QWidget::inputMethodQuery ( Qt::InputMethodQuery p1 ) constThe method 'QAbstractSpinBox::inputMethodQuery ( Qt::InputMethodQuery p1 ) const' will be called instead of this method.
qabstractxmlnodemodel.h
[+] class QAbstractXmlNodeModel (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QAbstractXmlNodeModelPrivate* to QScopedPointer<QAbstractXmlNodeModelPrivate,QScopedPointerDeleter<QAbstractXmlNodeModelPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (10)
QAbstractXmlNodeModel::copyNodeTo ( QXmlNodeModelIndex const& node, QAbstractXmlReceiver*const receiver, QAbstractXmlNodeModel::NodeCopySettings const& p3 ) constThis method is from 'QAbstractXmlNodeModel' class.
QAbstractXmlNodeModel::isDeepEqual ( QXmlNodeModelIndex const& ni1, QXmlNodeModelIndex const& ni2 ) constThis method is from 'QAbstractXmlNodeModel' class.
QAbstractXmlNodeModel::iterate ( QXmlNodeModelIndex const& ni, QXmlNodeModelIndex::Axis axis ) constThis method is from 'QAbstractXmlNodeModel' class.
QAbstractXmlNodeModel::namespaceForPrefix ( QXmlNodeModelIndex const& ni, QXmlName::PrefixCode const prefix ) constThis method is from 'QAbstractXmlNodeModel' class.
QAbstractXmlNodeModel::QAbstractXmlNodeModel [in-charge] ( )This constructor is from 'QAbstractXmlNodeModel' class.
QAbstractXmlNodeModel::QAbstractXmlNodeModel [in-charge] ( QAbstractXmlNodeModelPrivate* d )This constructor is from 'QAbstractXmlNodeModel' class.
QAbstractXmlNodeModel::sendNamespaces ( QXmlNodeModelIndex const& n, QAbstractXmlReceiver*const receiver ) constThis method is from 'QAbstractXmlNodeModel' class.
QAbstractXmlNodeModel::sequencedTypedValue ( QXmlNodeModelIndex const& ni ) constThis method is from 'QAbstractXmlNodeModel' class.
QAbstractXmlNodeModel::type ( QXmlNodeModelIndex const& ni ) constThis method is from 'QAbstractXmlNodeModel' class.
QAbstractXmlNodeModel::~QAbstractXmlNodeModel [in-charge] ( )This method is from 'QAbstractXmlNodeModel' class.
qabstractxmlreceiver.h
[+] class QAbstractXmlReceiver (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QAbstractXmlReceiverPrivate* to QScopedPointer<QAbstractXmlReceiverPrivate,QScopedPointerDeleter<QAbstractXmlReceiverPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (9)
QAbstractXmlNodeModel::copyNodeTo ( QXmlNodeModelIndex const& node, QAbstractXmlReceiver*const receiver, QAbstractXmlNodeModel::NodeCopySettings const& p3 ) const2nd parameter 'receiver' (pointer) has base type 'QAbstractXmlReceiver'.
QAbstractXmlNodeModel::sendNamespaces ( QXmlNodeModelIndex const& n, QAbstractXmlReceiver*const receiver ) const2nd parameter 'receiver' (pointer) has base type 'QAbstractXmlReceiver'.
QAbstractXmlReceiver::item ( QPatternist::Item const& item )This method is from 'QAbstractXmlReceiver' class.
QAbstractXmlReceiver::QAbstractXmlReceiver [in-charge] ( )This constructor is from 'QAbstractXmlReceiver' class.
QAbstractXmlReceiver::QAbstractXmlReceiver [in-charge] ( QAbstractXmlReceiverPrivate* d )This constructor is from 'QAbstractXmlReceiver' class.
QAbstractXmlReceiver::sendAsNode ( QPatternist::Item const& outputItem )This method is from 'QAbstractXmlReceiver' class.
QAbstractXmlReceiver::whitespaceOnly ( QStringRef const& value )This method is from 'QAbstractXmlReceiver' class.
QAbstractXmlReceiver::~QAbstractXmlReceiver [in-charge] ( )This method is from 'QAbstractXmlReceiver' class.
QXmlQuery::evaluateTo ( QAbstractXmlReceiver* callback ) const1st parameter 'callback' (pointer) has base type 'QAbstractXmlReceiver'.
qcolumnview.h
[+] class QColumnView (1)
| Change |
Effect |
1 | Virtual method QAbstractItemView::rowsInserted ( QModelIndex const& parent, int start, int end ) has been overridden by QColumnView::rowsInserted ( QModelIndex const& parent, int start, int end ). | Method QColumnView::rowsInserted ( QModelIndex const& parent, int start, int end ) will be called instead of QAbstractItemView::rowsInserted ( QModelIndex const& parent, int start, int end ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 104 entries | Virtual Table (New) - 104 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | QColumnView::metaObject | QColumnView::metaObject |
12 | QColumnView::qt_metacast | QColumnView::qt_metacast |
16 | QColumnView::qt_metacall | QColumnView::qt_metacall |
20 | ~QColumnView | ~QColumnView |
24 | ~QColumnView | ~QColumnView |
28 | QAbstractItemView::event | QAbstractItemView::event |
32 | QObject::eventFilter | QObject::eventFilter |
36 | QAbstractItemView::timerEvent | QAbstractItemView::timerEvent |
40 | QObject::childEvent | QObject::childEvent |
44 | QObject::customEvent | QObject::customEvent |
48 | QObject::connectNotify | QObject::connectNotify |
52 | QObject::disconnectNotify | QObject::disconnectNotify |
56 | QWidget::devType | QWidget::devType |
60 | QWidget::setVisible | QWidget::setVisible |
64 | QColumnView::sizeHint | QColumnView::sizeHint |
68 | QAbstractScrollArea::minimumSizeHint | QAbstractScrollArea::minimumSizeHint |
72 | QWidget::heightForWidth | QWidget::heightForWidth |
76 | QWidget::paintEngine | QWidget::paintEngine |
80 | QAbstractItemView::mousePressEvent | QAbstractItemView::mousePressEvent |
84 | QAbstractItemView::mouseReleaseEvent | QAbstractItemView::mouseReleaseEvent |
88 | QAbstractItemView::mouseDoubleClickEvent | QAbstractItemView::mouseDoubleClickEvent |
92 | QAbstractItemView::mouseMoveEvent | QAbstractItemView::mouseMoveEvent |
96 | QAbstractScrollArea::wheelEvent | QAbstractScrollArea::wheelEvent |
100 | QAbstractItemView::keyPressEvent | QAbstractItemView::keyPressEvent |
104 | QWidget::keyReleaseEvent | QWidget::keyReleaseEvent |
108 | QAbstractItemView::focusInEvent | QAbstractItemView::focusInEvent |
112 | QAbstractItemView::focusOutEvent | QAbstractItemView::focusOutEvent |
116 | QWidget::enterEvent | QWidget::enterEvent |
120 | QWidget::leaveEvent | QWidget::leaveEvent |
124 | QAbstractScrollArea::paintEvent | QAbstractScrollArea::paintEvent |
128 | QWidget::moveEvent | QWidget::moveEvent |
132 | QColumnView::resizeEvent | QColumnView::resizeEvent |
136 | QWidget::closeEvent | QWidget::closeEvent |
140 | QAbstractScrollArea::contextMenuEvent | QAbstractScrollArea::contextMenuEvent |
144 | QWidget::tabletEvent | QWidget::tabletEvent |
148 | QWidget::actionEvent | QWidget::actionEvent |
152 | QAbstractItemView::dragEnterEvent | QAbstractItemView::dragEnterEvent |
156 | QAbstractItemView::dragMoveEvent | QAbstractItemView::dragMoveEvent |
160 | QAbstractItemView::dragLeaveEvent | QAbstractItemView::dragLeaveEvent |
164 | QAbstractItemView::dropEvent | QAbstractItemView::dropEvent |
168 | QWidget::showEvent | QWidget::showEvent |
172 | QWidget::hideEvent | QWidget::hideEvent |
176 | QWidget::x11Event | QWidget::x11Event |
180 | QFrame::changeEvent | QFrame::changeEvent |
184 | QWidget::metric | QWidget::metric |
188 | QAbstractItemView::inputMethodEvent | QAbstractItemView::inputMethodEvent |
192 | QAbstractItemView::inputMethodQuery | QAbstractItemView::inputMethodQuery |
196 | QAbstractItemView::focusNextPrevChild | QAbstractItemView::focusNextPrevChild |
200 | QWidget::styleChange | QWidget::styleChange |
204 | QWidget::enabledChange | QWidget::enabledChange |
208 | QWidget::paletteChange | QWidget::paletteChange |
212 | QWidget::fontChange | QWidget::fontChange |
216 | QWidget::windowActivationChange | QWidget::windowActivationChange |
220 | QWidget::languageChange | QWidget::languageChange |
224 | QAbstractItemView::viewportEvent | QAbstractItemView::viewportEvent |
228 | QColumnView::scrollContentsBy | QColumnView::scrollContentsBy |
232 | QColumnView::setModel | QColumnView::setModel |
236 | QColumnView::setSelectionModel | QColumnView::setSelectionModel |
240 | QAbstractItemView::keyboardSearch | QAbstractItemView::keyboardSearch |
244 | QColumnView::visualRect | QColumnView::visualRect |
248 | QColumnView::scrollTo | QColumnView::scrollTo |
252 | QColumnView::indexAt | QColumnView::indexAt |
256 | QAbstractItemView::sizeHintForRow | QAbstractItemView::sizeHintForRow |
260 | QAbstractItemView::sizeHintForColumn | QAbstractItemView::sizeHintForColumn |
264 | QAbstractItemView::reset | QAbstractItemView::reset |
268 | QColumnView::setRootIndex | QColumnView::setRootIndex |
272 | QAbstractItemView::doItemsLayout | QAbstractItemView::doItemsLayout |
276 | QColumnView::selectAll | QColumnView::selectAll |
280 | QAbstractItemView::dataChanged | QAbstractItemView::dataChanged |
284 | QAbstractItemView::rowsInserted | QColumnView::rowsInserted |
288 | QAbstractItemView::rowsAboutToBeRemoved | QAbstractItemView::rowsAboutToBeRemoved |
292 | QAbstractItemView::selectionChanged | QAbstractItemView::selectionChanged |
296 | QColumnView::currentChanged | QColumnView::currentChanged |
300 | QAbstractItemView::updateEditorData | QAbstractItemView::updateEditorData |
304 | QAbstractItemView::updateEditorGeometries | QAbstractItemView::updateEditorGeometries |
308 | QAbstractItemView::updateGeometries | QAbstractItemView::updateGeometries |
312 | QAbstractItemView::verticalScrollbarAction | QAbstractItemView::verticalScrollbarAction |
316 | QAbstractItemView::horizontalScrollbarAction | QAbstractItemView::horizontalScrollbarAction |
320 | QAbstractItemView::verticalScrollbarValueChanged | QAbstractItemView::verticalScrollbarValueChanged |
324 | QAbstractItemView::horizontalScrollbarValueChanged | QAbstractItemView::horizontalScrollbarValueChanged |
328 | QAbstractItemView::closeEditor | QAbstractItemView::closeEditor |
332 | QAbstractItemView::commitData | QAbstractItemView::commitData |
336 | QAbstractItemView::editorDestroyed | QAbstractItemView::editorDestroyed |
340 | QColumnView::moveCursor | QColumnView::moveCursor |
344 | QColumnView::horizontalOffset | QColumnView::horizontalOffset |
348 | QColumnView::verticalOffset | QColumnView::verticalOffset |
352 | QColumnView::isIndexHidden | QColumnView::isIndexHidden |
356 | QColumnView::setSelection | QColumnView::setSelection |
360 | QColumnView::visualRegionForSelection | QColumnView::visualRegionForSelection |
364 | QAbstractItemView::selectedIndexes | QAbstractItemView::selectedIndexes |
368 | QAbstractItemView::edit | QAbstractItemView::edit |
372 | QAbstractItemView::selectionCommand | QAbstractItemView::selectionCommand |
376 | QAbstractItemView::startDrag | QAbstractItemView::startDrag |
380 | QAbstractItemView::viewOptions | QAbstractItemView::viewOptions |
384 | QColumnView::createColumn | QColumnView::createColumn |
388 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
392 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
396 | non-virtual thunk | non-virtual thunk |
400 | non-virtual thunk | non-virtual thunk |
404 | non-virtual thunk | non-virtual thunk |
408 | non-virtual thunk | non-virtual thunk |
412 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (1)
QAbstractItemView::rowsInserted ( QModelIndex const& parent, int start, int end )The method 'QColumnView::rowsInserted ( QModelIndex const& parent, int start, int end )' will be called instead of this method.
qdbusabstractinterface.h
[+] class QDBusAbstractInterface (2)
| Change |
Effect |
1 | Base class QDBusAbstractInterfaceBase has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Base class QObject has been removed. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 14 entries | Virtual Table (New) - 14 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | QDBusAbstractInterface::metaObject | QDBusAbstractInterface::metaObject |
12 | QDBusAbstractInterface::qt_metacast | QDBusAbstractInterface::qt_metacast |
16 | QDBusAbstractInterface::qt_metacall | QDBusAbstractInterface::qt_metacall |
20 | ~QDBusAbstractInterface | ~QDBusAbstractInterface |
24 | ~QDBusAbstractInterface | ~QDBusAbstractInterface |
28 | QObject::event | QObject::event |
32 | QObject::eventFilter | QObject::eventFilter |
36 | QObject::timerEvent | QObject::timerEvent |
40 | QObject::childEvent | QObject::childEvent |
44 | QObject::customEvent | QObject::customEvent |
48 | QDBusAbstractInterface::connectNotify | QDBusAbstractInterface::connectNotify |
52 | QDBusAbstractInterface::disconnectNotify | QDBusAbstractInterface::disconnectNotify |
[+] affected symbols (25)
QDBusAbstractInterface::asyncCall ( QString const& method, QVariant const& arg1, QVariant const& arg2, QVariant const& arg3, QVariant const& arg4, QVariant const& arg5, QVariant const& arg6, QVariant const& arg7, QVariant const& arg8 )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::asyncCallWithArgumentList ( QString const& method, QList<QVariant>const& args )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::call ( QDBus::CallMode mode, QString const& method, QVariant const& arg1, QVariant const& arg2, QVariant const& arg3, QVariant const& arg4, QVariant const& arg5, QVariant const& arg6, QVariant const& arg7, QVariant const& arg8 )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::call ( QString const& method, QVariant const& arg1, QVariant const& arg2, QVariant const& arg3, QVariant const& arg4, QVariant const& arg5, QVariant const& arg6, QVariant const& arg7, QVariant const& arg8 )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::callWithArgumentList ( QDBus::CallMode mode, QString const& method, QList<QVariant>const& args )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::callWithCallback ( QString const& method, QList<QVariant>const& args, QObject* receiver, char const* member )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::callWithCallback ( QString const& method, QList<QVariant>const& args, QObject* receiver, char const* member, char const* errorSlot )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::connection ( ) constThis method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::connectNotify ( char const* signal )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::disconnectNotify ( char const* signal )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::interface ( ) constThis method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::internalConstCall ( QDBus::CallMode mode, QString const& method, QList<QVariant>const& args ) constThis method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::internalPropGet ( char const* propname ) constThis method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::internalPropSet ( char const* propname, QVariant const& value )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::isValid ( ) constThis method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::lastError ( ) constThis method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::metaObject ( ) constThis method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::path ( ) constThis method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::QDBusAbstractInterface [in-charge] ( QDBusAbstractInterfacePrivate& p1, QObject* parent )This constructor is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::QDBusAbstractInterface [in-charge] ( QString const& service, QString const& path, char const* interface, QDBusConnection const& connection, QObject* parent )This constructor is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::qt_metacast ( char const* p1 )This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::service ( ) constThis method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::staticMetaObject [data]This method is from 'QDBusAbstractInterface' class.
QDBusAbstractInterface::~QDBusAbstractInterface [in-charge] ( )This method is from 'QDBusAbstractInterface' class.
qdbuserror.h
[+] enum QDBusError::ErrorType (1)
| Change |
Effect |
1 | Value of member LastErrorType has been changed from 21 to 25. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (4)
QDBusContext::sendErrorReply ( QDBusError::ErrorType type, QString const& msg ) const1st parameter 'type' has type 'QDBusError::ErrorType'.
QDBusError::errorString ( QDBusError::ErrorType error ) [static]1st parameter 'error' has type 'QDBusError::ErrorType'.
QDBusError::QDBusError [in-charge] ( QDBusError::ErrorType error, QString const& message )1st parameter 'error' has type 'QDBusError::ErrorType'.
QDBusError::type ( ) constReturn value has type 'QDBusError::ErrorType'.
qdir.h
[+] class QDir (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QDirPrivate* to QScopedPointer<QDirPrivate,QScopedPointerDeleter<QDirPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (146)
domPropertyToVariant ( QAbstractFormBuilder* abstractFormBuilder, QMetaObject const* meta, DomProperty const* property )Field 'abstractFormBuilder−>m_workingDirectory' in 1st parameter 'abstractFormBuilder' (pointer) has type 'QDir'.
operator<< ( QDebug debug, QDir const& dir )2nd parameter 'dir' (reference) has base type 'QDir'.
Q3FileDialog::dir ( ) constReturn value (pointer) has base type 'QDir'.
Q3FileDialog::setDir ( QDir const& p1 )1st parameter 'p1' (reference) has base type 'QDir'.
Q3Process::setWorkingDirectory ( QDir const& dir )1st parameter 'dir' (reference) has base type 'QDir'.
Q3Process::workingDirectory ( ) constReturn value (pointer) has type 'QDir'.
QAbstractFormBuilder::addItem ( DomLayoutItem* ui_item, QLayoutItem* item, QLayout* layout )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::addItem ( DomWidget* ui_widget, QWidget* widget, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::addMenuAction ( QAction* action )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::applyProperties ( QObject* o, QList<DomProperty*>const& properties )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::applyPropertyInternally ( QObject* o, QString const& propertyName, QVariant const& value )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::applyTabStops ( QWidget* widget, DomTabStops* tabStops )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::checkProperty ( QObject* obj, QString const& prop ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::computeProperties ( QObject* obj )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::create ( DomAction* ui_action, QObject* parent )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::create ( DomActionGroup* ui_action_group, QObject* parent )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::create ( DomLayout* ui_layout, QLayout* layout, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::create ( DomLayoutItem* ui_layoutItem, QLayout* layout, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::create ( DomUI* ui, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::create ( DomWidget* ui_widget, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createAction ( QObject* parent, QString const& name )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createActionGroup ( QObject* parent, QString const& name )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createActionRefDom ( QAction* action )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createDom ( QAction* action )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createDom ( QActionGroup* actionGroup )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createDom ( QButtonGroup* buttonGroup )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createDom ( QLayout* layout, DomLayout* ui_layout, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createDom ( QLayoutItem* item, DomLayout* ui_parentLayout, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createDom ( QSpacerItem* spacer, DomLayout* ui_parentLayout, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createDom ( QWidget* widget, DomWidget* ui_parentWidget, bool recursive )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createLayout ( QString const& layoutName, QObject* parent, QString const& name )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createProperty ( QObject* object, QString const& propertyName, QVariant const& value )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::createWidget ( QString const& widgetName, QWidget* parentWidget, QString const& name )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::domPropertyToIcon ( DomProperty const* p )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::domPropertyToIcon ( DomResourcePixmap const* p1 )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::domPropertyToPixmap ( DomProperty const* p )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::domPropertyToPixmap ( DomResourcePixmap const* p )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::formScriptRunner ( ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::iconPaths ( QIcon const& p1 ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::iconToDomProperty ( QIcon const& p1 ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::iconToFilePath ( QIcon const& pm ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::iconToQrcPath ( QIcon const& pm ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::initialize ( DomUI const* ui )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::isScriptingEnabled ( ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::layoutInfo ( DomLayout* layout, QObject* parent, int* margin, int* spacing )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::load ( QIODevice* dev, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::loadButtonExtraInfo ( DomWidget const* ui_widget, QAbstractButton* button, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::loadComboBoxExtraInfo ( DomWidget* ui_widget, QComboBox* comboBox, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::loadExtraInfo ( DomWidget* ui_widget, QWidget* widget, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::loadItemViewExtraInfo ( DomWidget* ui_widget, QAbstractItemView* itemView, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::loadListWidgetExtraInfo ( DomWidget* ui_widget, QListWidget* listWidget, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::loadTableWidgetExtraInfo ( DomWidget* ui_widget, QTableWidget* tableWidget, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::loadTreeWidgetExtraInfo ( DomWidget* ui_widget, QTreeWidget* treeWidget, QWidget* parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::nameToIcon ( QString const& filePath, QString const& qrcPath )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::nameToPixmap ( QString const& filePath, QString const& qrcPath )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::pixmapPaths ( QPixmap const& p1 ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::pixmapToFilePath ( QPixmap const& pm ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::pixmapToQrcPath ( QPixmap const& pm ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::QAbstractFormBuilder [in-charge] ( )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::reset ( )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::resourceBuilder ( ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::save ( QIODevice* dev, QWidget* widget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveBrush ( QBrush const& brush )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveButtonExtraInfo ( QAbstractButton const* widget, DomWidget* ui_widget, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveButtonGroups ( QWidget const* mainContainer )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveColorGroup ( QPalette const& palette )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveComboBoxExtraInfo ( QComboBox* widget, DomWidget* ui_widget, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveConnections ( )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveCustomWidgets ( )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveDom ( DomUI* ui, QWidget* widget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveExtraInfo ( QWidget* widget, DomWidget* ui_widget, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveItemViewExtraInfo ( QAbstractItemView const* itemView, DomWidget* ui_widget, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveListWidgetExtraInfo ( QListWidget* widget, DomWidget* ui_widget, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveResource ( QVariant const& v ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveResources ( )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveTableWidgetExtraInfo ( QTableWidget* tablWidget, DomWidget* ui_widget, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveTabStops ( )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveText ( QString const& attributeName, QVariant const& v ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::saveTreeWidgetExtraInfo ( QTreeWidget* treeWidget, DomWidget* ui_widget, DomWidget* ui_parentWidget )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::setIconProperty ( DomProperty& p1, QAbstractFormBuilder::IconPaths const& p2 ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::setPixmapProperty ( DomProperty& p1, QAbstractFormBuilder::IconPaths const& p2 ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::setResourceBuilder ( QResourceBuilder* builder )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::setScriptingEnabled ( bool enabled )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::setTextBuilder ( QTextBuilder* builder )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::setupBrush ( DomBrush* brush )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::setupColorGroup ( QPalette& palette, QPalette::ColorGroup colorGroup, DomColorGroup* group )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::setWorkingDirectory ( QDir const& directory )1st parameter 'directory' (reference) has base type 'QDir'.
QAbstractFormBuilder::textBuilder ( ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::toVariant ( QMetaObject const* meta, DomProperty* property )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::workingDirectory ( ) constField 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QAbstractFormBuilder::~QAbstractFormBuilder [in-charge] ( )Field 'this−>m_workingDirectory' in the object of this method has type 'QDir'.
QDir::absoluteFilePath ( QString const& fileName ) constThis method is from 'QDir' class.
QDir::absolutePath ( ) constThis method is from 'QDir' class.
QDir::canonicalPath ( ) constThis method is from 'QDir' class.
QDir::cd ( QString const& dirName )This method is from 'QDir' class.
QDir::cdUp ( )This method is from 'QDir' class.
QDir::count ( ) constThis method is from 'QDir' class.
QDir::dirName ( ) constThis method is from 'QDir' class.
QDir::entryInfoList ( QDir::Filters filters, QDir::SortFlags sort ) constThis method is from 'QDir' class.
QDir::entryInfoList ( QStringList const& nameFilters, QDir::Filters filters, QDir::SortFlags sort ) constThis method is from 'QDir' class.
QDir::entryList ( QDir::Filters filters, QDir::SortFlags sort ) constThis method is from 'QDir' class.
QDir::entryList ( QStringList const& nameFilters, QDir::Filters filters, QDir::SortFlags sort ) constThis method is from 'QDir' class.
QDir::exists ( ) constThis method is from 'QDir' class.
QDir::exists ( QString const& name ) constThis method is from 'QDir' class.
QDir::filePath ( QString const& fileName ) constThis method is from 'QDir' class.
QDir::filter ( ) constThis method is from 'QDir' class.
QDir::isReadable ( ) constThis method is from 'QDir' class.
QDir::isRelative ( ) constThis method is from 'QDir' class.
QDir::isRoot ( ) constThis method is from 'QDir' class.
QDir::makeAbsolute ( )This method is from 'QDir' class.
QDir::matchAllDirs ( ) constThis method is from 'QDir' class.
QDir::mkdir ( QString const& dirName ) constThis method is from 'QDir' class.
QDir::mkpath ( QString const& dirPath ) constThis method is from 'QDir' class.
QDir::nameFilter ( ) constThis method is from 'QDir' class.
QDir::nameFilters ( ) constThis method is from 'QDir' class.
QDir::operator= ( QDir const& p1 )1st parameter 'p1' (reference) has base type 'QDir'.
QDir::operator= ( QString const& path )Return value (reference) has base type 'QDir'.
QDir::operator== ( QDir const& dir ) const1st parameter 'dir' (reference) has base type 'QDir'.
QDir::operator[] ( int p1 ) constThis method is from 'QDir' class.
QDir::path ( ) constThis method is from 'QDir' class.
QDir::QDir [in-charge] ( QDir const& p1 )1st parameter 'p1' (reference) has base type 'QDir'.
QDir::QDir [in-charge] ( QString const& path )This constructor is from 'QDir' class.
QDir::QDir [in-charge] ( QString const& path, QString const& nameFilter, QDir::SortFlags sort, QDir::Filters filter )This constructor is from 'QDir' class.
QDir::refresh ( ) constThis method is from 'QDir' class.
QDir::relativeFilePath ( QString const& fileName ) constThis method is from 'QDir' class.
QDir::remove ( QString const& fileName )This method is from 'QDir' class.
QDir::rename ( QString const& oldName, QString const& newName )This method is from 'QDir' class.
QDir::rmdir ( QString const& dirName ) constThis method is from 'QDir' class.
QDir::rmpath ( QString const& dirPath ) constThis method is from 'QDir' class.
QDir::setFilter ( QDir::Filters filter )This method is from 'QDir' class.
QDir::setMatchAllDirs ( bool on )This method is from 'QDir' class.
QDir::setNameFilter ( QString const& nameFilter )This method is from 'QDir' class.
QDir::setNameFilters ( QStringList const& nameFilters )This method is from 'QDir' class.
QDir::setPath ( QString const& path )This method is from 'QDir' class.
QDir::setSorting ( QDir::SortFlags sort )This method is from 'QDir' class.
QDir::sorting ( ) constThis method is from 'QDir' class.
QDir::~QDir [in-charge] ( )This method is from 'QDir' class.
QDirIterator::QDirIterator [in-charge] ( QDir const& dir, QDirIterator::IteratorFlags flags )1st parameter 'dir' (reference) has base type 'QDir'.
QFileDialog::directory ( ) constReturn value (pointer) has type 'QDir'.
QFileInfo::absoluteDir ( ) constReturn value (pointer) has type 'QDir'.
QFileInfo::dir ( ) constReturn value (pointer) has type 'QDir'.
QFileInfo::dir ( bool absPath ) constReturn value (pointer) has type 'QDir'.
QFileInfo::QFileInfo [in-charge] ( QDir const& dir, QString const& file )1st parameter 'dir' (reference) has base type 'QDir'.
QFileInfo::setFile ( QDir const& dir, QString const& file )1st parameter 'dir' (reference) has base type 'QDir'.
QFileSystemModel::rootDirectory ( ) constReturn value (pointer) has type 'QDir'.
variantToDomProperty ( QAbstractFormBuilder* abstractFormBuilder, QMetaObject const* meta, QString const& propertyName, QVariant const& value )Field 'abstractFormBuilder−>m_workingDirectory' in 1st parameter 'abstractFormBuilder' (pointer) has type 'QDir'.
qfileinfo.h
[+] class QFileInfo (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QFileInfoPrivate* to QScopedPointer<QFileInfoPrivate,QScopedPointerDeleter<QFileInfoPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (60)
Q3FileIconProvider::pixmap ( QFileInfo const& p1 )1st parameter 'p1' (reference) has base type 'QFileInfo'.
QAbstractFileEngineIterator::currentFileInfo ( ) constReturn value (pointer) has type 'QFileInfo'.
QDirIterator::fileInfo ( ) constReturn value (pointer) has type 'QFileInfo'.
QDirModel::fileInfo ( QModelIndex const& index ) constReturn value (pointer) has type 'QFileInfo'.
QFileIconProvider::icon ( QFileInfo const& info ) const1st parameter 'info' (reference) has base type 'QFileInfo'.
QFileIconProvider::type ( QFileInfo const& info ) const1st parameter 'info' (reference) has base type 'QFileInfo'.
QFileInfo::absoluteDir ( ) constThis method is from 'QFileInfo' class.
QFileInfo::absoluteFilePath ( ) constThis method is from 'QFileInfo' class.
QFileInfo::absolutePath ( ) constThis method is from 'QFileInfo' class.
QFileInfo::baseName ( ) constThis method is from 'QFileInfo' class.
QFileInfo::bundleName ( ) constThis method is from 'QFileInfo' class.
QFileInfo::caching ( ) constThis method is from 'QFileInfo' class.
QFileInfo::canonicalFilePath ( ) constThis method is from 'QFileInfo' class.
QFileInfo::canonicalPath ( ) constThis method is from 'QFileInfo' class.
QFileInfo::completeBaseName ( ) constThis method is from 'QFileInfo' class.
QFileInfo::completeSuffix ( ) constThis method is from 'QFileInfo' class.
QFileInfo::created ( ) constThis method is from 'QFileInfo' class.
QFileInfo::detach ( )This method is from 'QFileInfo' class.
QFileInfo::dir ( ) constThis method is from 'QFileInfo' class.
QFileInfo::dir ( bool absPath ) constThis method is from 'QFileInfo' class.
QFileInfo::exists ( ) constThis method is from 'QFileInfo' class.
QFileInfo::fileName ( ) constThis method is from 'QFileInfo' class.
QFileInfo::filePath ( ) constThis method is from 'QFileInfo' class.
QFileInfo::group ( ) constThis method is from 'QFileInfo' class.
QFileInfo::groupId ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isBundle ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isDir ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isExecutable ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isFile ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isHidden ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isReadable ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isRelative ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isRoot ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isSymLink ( ) constThis method is from 'QFileInfo' class.
QFileInfo::isWritable ( ) constThis method is from 'QFileInfo' class.
QFileInfo::lastModified ( ) constThis method is from 'QFileInfo' class.
QFileInfo::lastRead ( ) constThis method is from 'QFileInfo' class.
QFileInfo::makeAbsolute ( )This method is from 'QFileInfo' class.
QFileInfo::operator= ( QFileInfo const& fileinfo )1st parameter 'fileinfo' (reference) has base type 'QFileInfo'.
QFileInfo::operator== ( QFileInfo const& fileinfo )1st parameter 'fileinfo' (reference) has base type 'QFileInfo'.
QFileInfo::operator== ( QFileInfo const& fileinfo ) const1st parameter 'fileinfo' (reference) has base type 'QFileInfo'.
QFileInfo::owner ( ) constThis method is from 'QFileInfo' class.
QFileInfo::ownerId ( ) constThis method is from 'QFileInfo' class.
QFileInfo::path ( ) constThis method is from 'QFileInfo' class.
QFileInfo::permission ( QFile::Permissions permissions ) constThis method is from 'QFileInfo' class.
QFileInfo::permissions ( ) constThis method is from 'QFileInfo' class.
QFileInfo::QFileInfo [in-charge] ( )This constructor is from 'QFileInfo' class.
QFileInfo::QFileInfo [in-charge] ( QDir const& dir, QString const& file )This constructor is from 'QFileInfo' class.
QFileInfo::QFileInfo [in-charge] ( QFile const& file )This constructor is from 'QFileInfo' class.
QFileInfo::QFileInfo [in-charge] ( QFileInfo const& fileinfo )1st parameter 'fileinfo' (reference) has base type 'QFileInfo'.
QFileInfo::QFileInfo [in-charge] ( QString const& file )This constructor is from 'QFileInfo' class.
QFileInfo::readLink ( ) constThis method is from 'QFileInfo' class.
QFileInfo::refresh ( )This method is from 'QFileInfo' class.
QFileInfo::setCaching ( bool on )This method is from 'QFileInfo' class.
QFileInfo::setFile ( QDir const& dir, QString const& file )This method is from 'QFileInfo' class.
QFileInfo::setFile ( QFile const& file )This method is from 'QFileInfo' class.
QFileInfo::setFile ( QString const& file )This method is from 'QFileInfo' class.
QFileInfo::size ( ) constThis method is from 'QFileInfo' class.
QFileInfo::suffix ( ) constThis method is from 'QFileInfo' class.
QFileInfo::~QFileInfo [in-charge] ( )This method is from 'QFileInfo' class.
qfontdatabase.h
[+] enum QFontDatabase::WritingSystem (1)
| Change |
Effect |
1 | Value of member WritingSystemsCount has been changed from 33 to 34. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (5)
QFontComboBox::setWritingSystem ( QFontDatabase::WritingSystem p1 )1st parameter 'p1' has type 'QFontDatabase::WritingSystem'.
QFontComboBox::writingSystem ( ) constReturn value has type 'QFontDatabase::WritingSystem'.
QFontDatabase::families ( QFontDatabase::WritingSystem writingSystem ) const1st parameter 'writingSystem' has type 'QFontDatabase::WritingSystem'.
QFontDatabase::writingSystemName ( QFontDatabase::WritingSystem writingSystem ) [static]1st parameter 'writingSystem' has type 'QFontDatabase::WritingSystem'.
QFontDatabase::writingSystemSample ( QFontDatabase::WritingSystem writingSystem ) [static]1st parameter 'writingSystem' has type 'QFontDatabase::WritingSystem'.
qgraphicsitem.h
[+] class QGraphicsItem (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QGraphicsItemPrivate* to QScopedPointer<QGraphicsItemPrivate,QScopedPointerDeleter<QGraphicsItemPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (216)
operator<< ( QDebug debug, QGraphicsItem* item )2nd parameter 'item' (pointer) has base type 'QGraphicsItem'.
QAbstractGraphicsShapeItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem [in-charge] ( QAbstractGraphicsShapeItemPrivate& dd, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QAbstractGraphicsShapeItem::QAbstractGraphicsShapeItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsEllipseItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsEllipseItem::QGraphicsEllipseItem [in-charge] ( qreal x, qreal y, qreal w, qreal h, QGraphicsItem* parent, QGraphicsScene* scene )5th parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsEllipseItem::QGraphicsEllipseItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsEllipseItem::QGraphicsEllipseItem [in-charge] ( QRectF const& rect, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::acceptDrops ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::acceptedMouseButtons ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::acceptHoverEvents ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::acceptsHoverEvents ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::addToIndex ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::advance ( int phase )This method is from 'QGraphicsItem' class.
QGraphicsItem::boundingRegion ( QTransform const& itemToDeviceTransform ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::boundingRegionGranularity ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::cacheMode ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::childItems ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::children ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::childrenBoundingRect ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::clearFocus ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::clipPath ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::collidesWithItem ( QGraphicsItem const* other, Qt::ItemSelectionMode mode ) const1st parameter 'other' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::collidesWithPath ( QPainterPath const& path, Qt::ItemSelectionMode mode ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::collidingItems ( Qt::ItemSelectionMode mode ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::commonAncestorItem ( QGraphicsItem const* other ) const1st parameter 'other' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::contains ( QPointF const& point ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::contextMenuEvent ( QGraphicsSceneContextMenuEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::cursor ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::data ( int key ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::deviceTransform ( QTransform const& viewportTransform ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::dragEnterEvent ( QGraphicsSceneDragDropEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::dragLeaveEvent ( QGraphicsSceneDragDropEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::dragMoveEvent ( QGraphicsSceneDragDropEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::dropEvent ( QGraphicsSceneDragDropEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::effectiveOpacity ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::ensureVisible ( QRectF const& rect, int xmargin, int ymargin )This method is from 'QGraphicsItem' class.
QGraphicsItem::extension ( QVariant const& variant ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::flags ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::focusInEvent ( QFocusEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::focusOutEvent ( QFocusEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::grabKeyboard ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::grabMouse ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::group ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::handlesChildEvents ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::hasCursor ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::hasFocus ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::hoverEnterEvent ( QGraphicsSceneHoverEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::hoverLeaveEvent ( QGraphicsSceneHoverEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::hoverMoveEvent ( QGraphicsSceneHoverEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::inputMethodEvent ( QInputMethodEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::inputMethodQuery ( Qt::InputMethodQuery query ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::installSceneEventFilter ( QGraphicsItem* filterItem )1st parameter 'filterItem' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::isAncestorOf ( QGraphicsItem const* child ) const1st parameter 'child' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::isClipped ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::isEnabled ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::isObscured ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::isObscured ( QRectF const& rect ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::isSelected ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::isUnderMouse ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::isVisible ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::isVisibleTo ( QGraphicsItem const* parent ) const1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::isWidget ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::isWindow ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )This method is from 'QGraphicsItem' class.
QGraphicsItem::itemTransform ( QGraphicsItem const* other, bool* ok ) const1st parameter 'other' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::keyPressEvent ( QKeyEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::keyReleaseEvent ( QKeyEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::mapFromItem ( QGraphicsItem const* item, QPainterPath const& path ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapFromItem ( QGraphicsItem const* item, QPointF const& point ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapFromItem ( QGraphicsItem const* item, QPolygonF const& polygon ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapFromItem ( QGraphicsItem const* item, QRectF const& rect ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapFromParent ( QPainterPath const& path ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapFromParent ( QPointF const& point ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapFromParent ( QPolygonF const& polygon ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapFromParent ( QRectF const& rect ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapFromScene ( QPainterPath const& path ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapFromScene ( QPointF const& point ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapFromScene ( QPolygonF const& polygon ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapFromScene ( QRectF const& rect ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapRectFromItem ( QGraphicsItem const* item, QRectF const& rect ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapRectFromParent ( QRectF const& rect ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapRectFromScene ( QRectF const& rect ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapRectToItem ( QGraphicsItem const* item, QRectF const& rect ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapRectToParent ( QRectF const& rect ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapRectToScene ( QRectF const& rect ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapToItem ( QGraphicsItem const* item, QPainterPath const& path ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapToItem ( QGraphicsItem const* item, QPointF const& point ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapToItem ( QGraphicsItem const* item, QPolygonF const& polygon ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapToItem ( QGraphicsItem const* item, QRectF const& rect ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::mapToParent ( QPainterPath const& path ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapToParent ( QPointF const& point ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapToParent ( QPolygonF const& polygon ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapToParent ( QRectF const& rect ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapToScene ( QPainterPath const& path ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapToScene ( QPointF const& point ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapToScene ( QPolygonF const& polygon ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mapToScene ( QRectF const& rect ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::matrix ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::mouseDoubleClickEvent ( QGraphicsSceneMouseEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::mouseMoveEvent ( QGraphicsSceneMouseEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::mouseReleaseEvent ( QGraphicsSceneMouseEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::opacity ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::opaqueArea ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::parentItem ( ) constReturn value (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::parentWidget ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::pos ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::prepareGeometryChange ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::QGraphicsItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::QGraphicsItem [in-charge] ( QGraphicsItemPrivate& dd, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::removeFromIndex ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::removeSceneEventFilter ( QGraphicsItem* filterItem )1st parameter 'filterItem' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::resetMatrix ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::resetTransform ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::rotate ( qreal angle )This method is from 'QGraphicsItem' class.
QGraphicsItem::scale ( qreal sx, qreal sy )This method is from 'QGraphicsItem' class.
QGraphicsItem::scene ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::sceneBoundingRect ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::sceneEvent ( QEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::sceneEventFilter ( QGraphicsItem* watched, QEvent* event )1st parameter 'watched' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::sceneMatrix ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::scenePos ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::sceneTransform ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::scroll ( qreal dx, qreal dy, QRectF const& rect )This method is from 'QGraphicsItem' class.
QGraphicsItem::setAcceptDrops ( bool on )This method is from 'QGraphicsItem' class.
QGraphicsItem::setAcceptedMouseButtons ( Qt::MouseButtons buttons )This method is from 'QGraphicsItem' class.
QGraphicsItem::setAcceptHoverEvents ( bool enabled )This method is from 'QGraphicsItem' class.
QGraphicsItem::setAcceptsHoverEvents ( bool enabled )This method is from 'QGraphicsItem' class.
QGraphicsItem::setBoundingRegionGranularity ( qreal granularity )This method is from 'QGraphicsItem' class.
QGraphicsItem::setCacheMode ( QGraphicsItem::CacheMode mode, QSize const& cacheSize )This method is from 'QGraphicsItem' class.
QGraphicsItem::setCursor ( QCursor const& cursor )This method is from 'QGraphicsItem' class.
QGraphicsItem::setData ( int key, QVariant const& value )This method is from 'QGraphicsItem' class.
QGraphicsItem::setEnabled ( bool enabled )This method is from 'QGraphicsItem' class.
QGraphicsItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )This method is from 'QGraphicsItem' class.
QGraphicsItem::setFlag ( QGraphicsItem::GraphicsItemFlag flag, bool enabled )This method is from 'QGraphicsItem' class.
QGraphicsItem::setFlags ( QGraphicsItem::GraphicsItemFlags flags )This method is from 'QGraphicsItem' class.
QGraphicsItem::setFocus ( Qt::FocusReason focusReason )This method is from 'QGraphicsItem' class.
QGraphicsItem::setGroup ( QGraphicsItemGroup* group )This method is from 'QGraphicsItem' class.
QGraphicsItem::setHandlesChildEvents ( bool enabled )This method is from 'QGraphicsItem' class.
QGraphicsItem::setMatrix ( QMatrix const& matrix, bool combine )This method is from 'QGraphicsItem' class.
QGraphicsItem::setOpacity ( qreal opacity )This method is from 'QGraphicsItem' class.
QGraphicsItem::setParentItem ( QGraphicsItem* parent )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::setPos ( QPointF const& pos )This method is from 'QGraphicsItem' class.
QGraphicsItem::setSelected ( bool selected )This method is from 'QGraphicsItem' class.
QGraphicsItem::setToolTip ( QString const& toolTip )This method is from 'QGraphicsItem' class.
QGraphicsItem::setTransform ( QTransform const& matrix, bool combine )This method is from 'QGraphicsItem' class.
QGraphicsItem::setVisible ( bool visible )This method is from 'QGraphicsItem' class.
QGraphicsItem::setZValue ( qreal z )This method is from 'QGraphicsItem' class.
QGraphicsItem::shape ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::shear ( qreal sh, qreal sv )This method is from 'QGraphicsItem' class.
QGraphicsItem::supportsExtension ( QGraphicsItem::Extension extension ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::toolTip ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::topLevelItem ( ) constReturn value (pointer) has base type 'QGraphicsItem'.
QGraphicsItem::topLevelWidget ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::transform ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::translate ( qreal dx, qreal dy )This method is from 'QGraphicsItem' class.
QGraphicsItem::type ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::ungrabKeyboard ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::ungrabMouse ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::unsetCursor ( )This method is from 'QGraphicsItem' class.
QGraphicsItem::update ( QRectF const& rect )This method is from 'QGraphicsItem' class.
QGraphicsItem::wheelEvent ( QGraphicsSceneWheelEvent* event )This method is from 'QGraphicsItem' class.
QGraphicsItem::window ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::zValue ( ) constThis method is from 'QGraphicsItem' class.
QGraphicsItem::~QGraphicsItem [in-charge] ( )This method is from 'QGraphicsItem' class.
QGraphicsItemAnimation::item ( ) constReturn value (pointer) has base type 'QGraphicsItem'.
QGraphicsItemAnimation::setItem ( QGraphicsItem* item )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItemGroup::addToGroup ( QGraphicsItem* item )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItemGroup::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsItemGroup::QGraphicsItemGroup [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsItemGroup::removeFromGroup ( QGraphicsItem* item )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsLayoutItem::graphicsItem ( ) constReturn value (pointer) has base type 'QGraphicsItem'.
QGraphicsLayoutItem::setGraphicsItem ( QGraphicsItem* item )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsLineItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsLineItem::QGraphicsLineItem [in-charge] ( qreal x1, qreal y1, qreal x2, qreal y2, QGraphicsItem* parent, QGraphicsScene* scene )5th parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsLineItem::QGraphicsLineItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsLineItem::QGraphicsLineItem [in-charge] ( QLineF const& line, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsPathItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsPathItem::QGraphicsPathItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsPathItem::QGraphicsPathItem [in-charge] ( QPainterPath const& path, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsPixmapItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsPixmapItem::QGraphicsPixmapItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsPixmapItem::QGraphicsPixmapItem [in-charge] ( QPixmap const& pixmap, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsPolygonItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsPolygonItem::QGraphicsPolygonItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsPolygonItem::QGraphicsPolygonItem [in-charge] ( QPolygonF const& polygon, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsProxyWidget::QGraphicsProxyWidget [in-charge] ( QGraphicsItem* parent, Qt::WindowFlags wFlags )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsRectItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsRectItem::QGraphicsRectItem [in-charge] ( qreal x, qreal y, qreal w, qreal h, QGraphicsItem* parent, QGraphicsScene* scene )5th parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsRectItem::QGraphicsRectItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsRectItem::QGraphicsRectItem [in-charge] ( QRectF const& rect, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsScene::addItem ( QGraphicsItem* item )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsScene::collidingItems ( QGraphicsItem const* item, Qt::ItemSelectionMode mode ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsScene::drawItems ( QPainter* painter, int numItems, QGraphicsItem** items, QStyleOptionGraphicsItem const* options, QWidget* widget )3rd parameter 'items' (pointer) has base type 'QGraphicsItem'.
QGraphicsScene::focusItem ( ) constReturn value (pointer) has base type 'QGraphicsItem'.
QGraphicsScene::itemAt ( QPointF const& pos ) constReturn value (pointer) has base type 'QGraphicsItem'.
QGraphicsScene::mouseGrabberItem ( ) constReturn value (pointer) has base type 'QGraphicsItem'.
QGraphicsScene::removeItem ( QGraphicsItem* item )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsScene::setFocusItem ( QGraphicsItem* item, Qt::FocusReason focusReason )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsSimpleTextItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsSimpleTextItem::QGraphicsSimpleTextItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsSimpleTextItem::QGraphicsSimpleTextItem [in-charge] ( QString const& text, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsSvgItem::QGraphicsSvgItem [in-charge] ( QGraphicsItem* parentItem )1st parameter 'parentItem' (pointer) has base type 'QGraphicsItem'.
QGraphicsSvgItem::QGraphicsSvgItem [in-charge] ( QString const& fileName, QGraphicsItem* parentItem )2nd parameter 'parentItem' (pointer) has base type 'QGraphicsItem'.
QGraphicsTextItem::isObscuredBy ( QGraphicsItem const* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsTextItem::QGraphicsTextItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsTextItem::QGraphicsTextItem [in-charge] ( QString const& text, QGraphicsItem* parent, QGraphicsScene* scene )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsView::centerOn ( QGraphicsItem const* item )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsView::drawItems ( QPainter* painter, int numItems, QGraphicsItem** items, QStyleOptionGraphicsItem const* options )3rd parameter 'items' (pointer) has base type 'QGraphicsItem'.
QGraphicsView::ensureVisible ( QGraphicsItem const* item, int xmargin, int ymargin )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsView::fitInView ( QGraphicsItem const* item, Qt::AspectRatioMode aspectRadioMode )1st parameter 'item' (pointer) has base type 'QGraphicsItem'.
QGraphicsView::itemAt ( QPoint const& pos ) constReturn value (pointer) has base type 'QGraphicsItem'.
QGraphicsWidget::QGraphicsWidget [in-charge] ( QGraphicsItem* parent, Qt::WindowFlags wFlags )1st parameter 'parent' (pointer) has base type 'QGraphicsItem'.
QGraphicsWidget::QGraphicsWidget [in-charge] ( QGraphicsWidgetPrivate& p1, QGraphicsItem* parent, QGraphicsScene* p3, Qt::WindowFlags wFlags )2nd parameter 'parent' (pointer) has base type 'QGraphicsItem'.
[+] class QGraphicsTextItem (2)
| Change |
Effect |
1 | Base class QGraphicsObject has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Base class QGraphicsItem has been removed. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 82 entries | Virtual Table (New) - 82 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | QGraphicsTextItem::metaObject | QGraphicsTextItem::metaObject |
12 | QGraphicsTextItem::qt_metacast | QGraphicsTextItem::qt_metacast |
16 | QGraphicsTextItem::qt_metacall | QGraphicsTextItem::qt_metacall |
20 | ~QGraphicsTextItem | ~QGraphicsTextItem |
24 | ~QGraphicsTextItem | ~QGraphicsTextItem |
28 | QObject::event | QObject::event |
32 | QObject::eventFilter | QObject::eventFilter |
36 | QObject::timerEvent | QObject::timerEvent |
40 | QObject::childEvent | QObject::childEvent |
44 | QObject::customEvent | QObject::customEvent |
48 | QObject::connectNotify | QObject::connectNotify |
52 | QObject::disconnectNotify | QObject::disconnectNotify |
56 | QGraphicsTextItem::boundingRect | QGraphicsTextItem::boundingRect |
60 | QGraphicsTextItem::shape | QGraphicsTextItem::shape |
64 | QGraphicsTextItem::contains | QGraphicsTextItem::contains |
68 | QGraphicsTextItem::paint | QGraphicsTextItem::paint |
72 | QGraphicsTextItem::isObscuredBy | QGraphicsTextItem::isObscuredBy |
76 | QGraphicsTextItem::opaqueArea | QGraphicsTextItem::opaqueArea |
80 | QGraphicsTextItem::type | QGraphicsTextItem::type |
84 | QGraphicsTextItem::sceneEvent | QGraphicsTextItem::sceneEvent |
88 | QGraphicsTextItem::mousePressEvent | QGraphicsTextItem::mousePressEvent |
92 | QGraphicsTextItem::mouseMoveEvent | QGraphicsTextItem::mouseMoveEvent |
96 | QGraphicsTextItem::mouseReleaseEvent | QGraphicsTextItem::mouseReleaseEvent |
100 | QGraphicsTextItem::mouseDoubleClickEvent | QGraphicsTextItem::mouseDoubleClickEvent |
104 | QGraphicsTextItem::contextMenuEvent | QGraphicsTextItem::contextMenuEvent |
108 | QGraphicsTextItem::keyPressEvent | QGraphicsTextItem::keyPressEvent |
112 | QGraphicsTextItem::keyReleaseEvent | QGraphicsTextItem::keyReleaseEvent |
116 | QGraphicsTextItem::focusInEvent | QGraphicsTextItem::focusInEvent |
120 | QGraphicsTextItem::focusOutEvent | QGraphicsTextItem::focusOutEvent |
124 | QGraphicsTextItem::dragEnterEvent | QGraphicsTextItem::dragEnterEvent |
128 | QGraphicsTextItem::dragLeaveEvent | QGraphicsTextItem::dragLeaveEvent |
132 | QGraphicsTextItem::dragMoveEvent | QGraphicsTextItem::dragMoveEvent |
136 | QGraphicsTextItem::dropEvent | QGraphicsTextItem::dropEvent |
140 | QGraphicsTextItem::inputMethodEvent | QGraphicsTextItem::inputMethodEvent |
144 | QGraphicsTextItem::hoverEnterEvent | QGraphicsTextItem::hoverEnterEvent |
148 | QGraphicsTextItem::hoverMoveEvent | QGraphicsTextItem::hoverMoveEvent |
152 | QGraphicsTextItem::hoverLeaveEvent | QGraphicsTextItem::hoverLeaveEvent |
156 | QGraphicsTextItem::inputMethodQuery | QGraphicsTextItem::inputMethodQuery |
160 | QGraphicsTextItem::supportsExtension | QGraphicsTextItem::supportsExtension |
164 | QGraphicsTextItem::setExtension | QGraphicsTextItem::setExtension |
168 | QGraphicsTextItem::extension | QGraphicsTextItem::extension |
172 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
176 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
180 | non-virtual thunk | non-virtual thunk |
184 | non-virtual thunk | non-virtual thunk |
188 | QGraphicsItem::advance | QGraphicsItem::advance |
192 | non-virtual thunk | non-virtual thunk |
196 | non-virtual thunk | non-virtual thunk |
200 | non-virtual thunk | non-virtual thunk |
204 | QGraphicsItem::collidesWithItem | QGraphicsItem::collidesWithItem |
208 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithPath |
212 | non-virtual thunk | non-virtual thunk |
216 | non-virtual thunk | non-virtual thunk |
220 | non-virtual thunk | non-virtual thunk |
224 | non-virtual thunk | non-virtual thunk |
228 | QGraphicsItem::sceneEventFilter | QGraphicsItem::sceneEventFilter |
232 | non-virtual thunk | non-virtual thunk |
236 | non-virtual thunk | non-virtual thunk |
240 | non-virtual thunk | non-virtual thunk |
244 | non-virtual thunk | non-virtual thunk |
248 | non-virtual thunk | non-virtual thunk |
252 | non-virtual thunk | non-virtual thunk |
256 | non-virtual thunk | non-virtual thunk |
260 | non-virtual thunk | non-virtual thunk |
264 | non-virtual thunk | non-virtual thunk |
268 | non-virtual thunk | non-virtual thunk |
272 | non-virtual thunk | non-virtual thunk |
276 | non-virtual thunk | non-virtual thunk |
280 | non-virtual thunk | non-virtual thunk |
284 | non-virtual thunk | non-virtual thunk |
288 | non-virtual thunk | non-virtual thunk |
292 | non-virtual thunk | non-virtual thunk |
296 | non-virtual thunk | non-virtual thunk |
300 | QGraphicsItem::wheelEvent | QGraphicsItem::wheelEvent |
304 | non-virtual thunk | non-virtual thunk |
308 | non-virtual thunk | non-virtual thunk |
312 | QGraphicsItem::itemChange | QGraphicsItem::itemChange |
316 | non-virtual thunk | non-virtual thunk |
320 | non-virtual thunk | non-virtual thunk |
324 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (59)
QGraphicsTextItem::adjustSize ( )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::boundingRect ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::contains ( QPointF const& point ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::contextMenuEvent ( QGraphicsSceneContextMenuEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::defaultTextColor ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::document ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::dragEnterEvent ( QGraphicsSceneDragDropEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::dragLeaveEvent ( QGraphicsSceneDragDropEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::dragMoveEvent ( QGraphicsSceneDragDropEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::dropEvent ( QGraphicsSceneDragDropEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::extension ( QVariant const& variant ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::focusInEvent ( QFocusEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::focusOutEvent ( QFocusEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::font ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::hoverEnterEvent ( QGraphicsSceneHoverEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::hoverLeaveEvent ( QGraphicsSceneHoverEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::hoverMoveEvent ( QGraphicsSceneHoverEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::inputMethodEvent ( QInputMethodEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::inputMethodQuery ( Qt::InputMethodQuery query ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::isObscuredBy ( QGraphicsItem const* item ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::keyPressEvent ( QKeyEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::keyReleaseEvent ( QKeyEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::linkActivated ( QString const& p1 )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::linkHovered ( QString const& p1 )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::metaObject ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::mouseDoubleClickEvent ( QGraphicsSceneMouseEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::mouseMoveEvent ( QGraphicsSceneMouseEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::mousePressEvent ( QGraphicsSceneMouseEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::mouseReleaseEvent ( QGraphicsSceneMouseEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::opaqueArea ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::openExternalLinks ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::paint ( QPainter* painter, QStyleOptionGraphicsItem const* option, QWidget* widget )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::QGraphicsTextItem [in-charge] ( QGraphicsItem* parent, QGraphicsScene* scene )This constructor is from 'QGraphicsTextItem' class.
QGraphicsTextItem::QGraphicsTextItem [in-charge] ( QString const& text, QGraphicsItem* parent, QGraphicsScene* scene )This constructor is from 'QGraphicsTextItem' class.
QGraphicsTextItem::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::qt_metacast ( char const* p1 )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::sceneEvent ( QEvent* event )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setDefaultTextColor ( QColor const& c )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setDocument ( QTextDocument* document )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setFont ( QFont const& font )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setHtml ( QString const& html )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setOpenExternalLinks ( bool open )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setPlainText ( QString const& text )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setTabChangesFocus ( bool b )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setTextCursor ( QTextCursor const& cursor )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setTextInteractionFlags ( Qt::TextInteractionFlags flags )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::setTextWidth ( qreal width )This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::shape ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::staticMetaObject [data]This method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::supportsExtension ( QGraphicsItem::Extension extension ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::tabChangesFocus ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::textCursor ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::textInteractionFlags ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::textWidth ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::toHtml ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::toPlainText ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::type ( ) constThis method is from 'QGraphicsTextItem' class.
QGraphicsTextItem::~QGraphicsTextItem [in-charge] ( )This method is from 'QGraphicsTextItem' class.
qgraphicslayoutitem.h
[+] class QGraphicsLayoutItem (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QGraphicsLayoutItemPrivate* to QScopedPointer<QGraphicsLayoutItemPrivate,QScopedPointerDeleter<QGraphicsLayoutItemPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (48)
QGraphicsGridLayout::addItem ( QGraphicsLayoutItem* item, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment )1st parameter 'item' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsGridLayout::alignment ( QGraphicsLayoutItem* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsGridLayout::itemAt ( int index ) constReturn value (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsGridLayout::itemAt ( int row, int column ) constReturn value (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsGridLayout::QGraphicsGridLayout [in-charge] ( QGraphicsLayoutItem* parent )1st parameter 'parent' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsGridLayout::setAlignment ( QGraphicsLayoutItem* item, Qt::Alignment alignment )1st parameter 'item' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLayout::QGraphicsLayout [in-charge] ( QGraphicsLayoutItem* parent )1st parameter 'parent' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLayout::QGraphicsLayout [in-charge] ( QGraphicsLayoutPrivate& p1, QGraphicsLayoutItem* p2 )2nd parameter 'p2' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLayoutItem::contentsRect ( ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::effectiveSizeHint ( Qt::SizeHint which, QSizeF const& constraint ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::geometry ( ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::getContentsMargins ( qreal* left, qreal* top, qreal* right, qreal* bottom ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::graphicsItem ( ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::isLayout ( ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::maximumSize ( ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::minimumSize ( ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::ownedByLayout ( ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::parentLayoutItem ( ) constReturn value (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLayoutItem::preferredSize ( ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::QGraphicsLayoutItem [in-charge] ( QGraphicsLayoutItem* parent, bool isLayout )1st parameter 'parent' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLayoutItem::QGraphicsLayoutItem [in-charge] ( QGraphicsLayoutItemPrivate& dd )This constructor is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setGeometry ( QRectF const& rect )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setGraphicsItem ( QGraphicsItem* item )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setMaximumHeight ( qreal height )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setMaximumSize ( QSizeF const& size )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setMaximumWidth ( qreal width )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setMinimumHeight ( qreal height )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setMinimumSize ( QSizeF const& size )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setMinimumWidth ( qreal width )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setOwnedByLayout ( bool ownedByLayout )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setParentLayoutItem ( QGraphicsLayoutItem* parent )1st parameter 'parent' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLayoutItem::setPreferredHeight ( qreal height )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setPreferredSize ( QSizeF const& size )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setPreferredWidth ( qreal width )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setSizePolicy ( QSizePolicy const& policy )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::setSizePolicy ( QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy, QSizePolicy::ControlType controlType )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::sizePolicy ( ) constThis method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::updateGeometry ( )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLayoutItem::~QGraphicsLayoutItem [in-charge] ( )This method is from 'QGraphicsLayoutItem' class.
QGraphicsLinearLayout::alignment ( QGraphicsLayoutItem* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLinearLayout::insertItem ( int index, QGraphicsLayoutItem* item )2nd parameter 'item' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLinearLayout::itemAt ( int index ) constReturn value (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLinearLayout::QGraphicsLinearLayout [in-charge] ( QGraphicsLayoutItem* parent )1st parameter 'parent' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLinearLayout::QGraphicsLinearLayout [in-charge] ( Qt::Orientation orientation, QGraphicsLayoutItem* parent )2nd parameter 'parent' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLinearLayout::removeItem ( QGraphicsLayoutItem* item )1st parameter 'item' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLinearLayout::setAlignment ( QGraphicsLayoutItem* item, Qt::Alignment alignment )1st parameter 'item' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLinearLayout::setStretchFactor ( QGraphicsLayoutItem* item, int stretch )1st parameter 'item' (pointer) has base type 'QGraphicsLayoutItem'.
QGraphicsLinearLayout::stretchFactor ( QGraphicsLayoutItem* item ) const1st parameter 'item' (pointer) has base type 'QGraphicsLayoutItem'.
qgraphicssceneevent.h
[+] class QGraphicsSceneEvent (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QGraphicsSceneEventPrivate* to QScopedPointer<QGraphicsSceneEventPrivate,QScopedPointerDeleter<QGraphicsSceneEventPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (5)
QGraphicsSceneEvent::QGraphicsSceneEvent [in-charge] ( QEvent::Type type )This constructor is from 'QGraphicsSceneEvent' class.
QGraphicsSceneEvent::QGraphicsSceneEvent [in-charge] ( QGraphicsSceneEventPrivate& dd, QEvent::Type type )This constructor is from 'QGraphicsSceneEvent' class.
QGraphicsSceneEvent::setWidget ( QWidget* widget )This method is from 'QGraphicsSceneEvent' class.
QGraphicsSceneEvent::widget ( ) constThis method is from 'QGraphicsSceneEvent' class.
QGraphicsSceneEvent::~QGraphicsSceneEvent [in-charge] ( )This method is from 'QGraphicsSceneEvent' class.
qgraphicssvgitem.h
[+] class QGraphicsSvgItem (2)
| Change |
Effect |
1 | Base class QGraphicsObject has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Base class QGraphicsItem has been removed. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 56 entries | Virtual Table (New) - 56 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | QGraphicsSvgItem::metaObject | QGraphicsSvgItem::metaObject |
12 | QGraphicsSvgItem::qt_metacast | QGraphicsSvgItem::qt_metacast |
16 | QGraphicsSvgItem::qt_metacall | QGraphicsSvgItem::qt_metacall |
20 | ~QGraphicsSvgItem | ~QGraphicsSvgItem |
24 | ~QGraphicsSvgItem | ~QGraphicsSvgItem |
28 | QObject::event | QObject::event |
32 | QObject::eventFilter | QObject::eventFilter |
36 | QObject::timerEvent | QObject::timerEvent |
40 | QObject::childEvent | QObject::childEvent |
44 | QObject::customEvent | QObject::customEvent |
48 | QObject::connectNotify | QObject::connectNotify |
52 | QObject::disconnectNotify | QObject::disconnectNotify |
56 | QGraphicsSvgItem::boundingRect | QGraphicsSvgItem::boundingRect |
60 | QGraphicsSvgItem::paint | QGraphicsSvgItem::paint |
64 | QGraphicsSvgItem::type | QGraphicsSvgItem::type |
68 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
72 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
76 | non-virtual thunk | non-virtual thunk |
80 | non-virtual thunk | non-virtual thunk |
84 | QGraphicsItem::advance | QGraphicsItem::advance |
88 | non-virtual thunk | non-virtual thunk |
92 | QGraphicsItem::shape | QGraphicsItem::shape |
96 | QGraphicsItem::contains | QGraphicsItem::contains |
100 | QGraphicsItem::collidesWithItem | QGraphicsItem::collidesWithItem |
104 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithPath |
108 | QGraphicsItem::isObscuredBy | QGraphicsItem::isObscuredBy |
112 | QGraphicsItem::opaqueArea | QGraphicsItem::opaqueArea |
116 | non-virtual thunk | non-virtual thunk |
120 | non-virtual thunk | non-virtual thunk |
124 | QGraphicsItem::sceneEventFilter | QGraphicsItem::sceneEventFilter |
128 | QGraphicsItem::sceneEvent | QGraphicsItem::sceneEvent |
132 | QGraphicsItem::contextMenuEvent | QGraphicsItem::contextMenuEvent |
136 | QGraphicsItem::dragEnterEvent | QGraphicsItem::dragEnterEvent |
140 | QGraphicsItem::dragLeaveEvent | QGraphicsItem::dragLeaveEvent |
144 | QGraphicsItem::dragMoveEvent | QGraphicsItem::dragMoveEvent |
148 | QGraphicsItem::dropEvent | QGraphicsItem::dropEvent |
152 | QGraphicsItem::focusInEvent | QGraphicsItem::focusInEvent |
156 | QGraphicsItem::focusOutEvent | QGraphicsItem::focusOutEvent |
160 | QGraphicsItem::hoverEnterEvent | QGraphicsItem::hoverEnterEvent |
164 | QGraphicsItem::hoverMoveEvent | QGraphicsItem::hoverMoveEvent |
168 | QGraphicsItem::hoverLeaveEvent | QGraphicsItem::hoverLeaveEvent |
172 | QGraphicsItem::keyPressEvent | QGraphicsItem::keyPressEvent |
176 | QGraphicsItem::keyReleaseEvent | QGraphicsItem::keyReleaseEvent |
180 | QGraphicsItem::mousePressEvent | QGraphicsItem::mousePressEvent |
184 | QGraphicsItem::mouseMoveEvent | QGraphicsItem::mouseMoveEvent |
188 | QGraphicsItem::mouseReleaseEvent | QGraphicsItem::mouseReleaseEvent |
192 | QGraphicsItem::mouseDoubleClickEvent | QGraphicsItem::mouseDoubleClickEvent |
196 | QGraphicsItem::wheelEvent | QGraphicsItem::wheelEvent |
200 | QGraphicsItem::inputMethodEvent | QGraphicsItem::inputMethodEvent |
204 | QGraphicsItem::inputMethodQuery | QGraphicsItem::inputMethodQuery |
208 | QGraphicsItem::itemChange | QGraphicsItem::itemChange |
212 | QGraphicsItem::supportsExtension | QGraphicsItem::supportsExtension |
216 | QGraphicsItem::setExtension | QGraphicsItem::setExtension |
220 | QGraphicsItem::extension | QGraphicsItem::extension |
[+] affected symbols (17)
QGraphicsSvgItem::boundingRect ( ) constThis method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::elementId ( ) constThis method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::isCachingEnabled ( ) constThis method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::maximumCacheSize ( ) constThis method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::metaObject ( ) constThis method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::paint ( QPainter* painter, QStyleOptionGraphicsItem const* option, QWidget* widget )This method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::QGraphicsSvgItem [in-charge] ( QGraphicsItem* parentItem )This constructor is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::QGraphicsSvgItem [in-charge] ( QString const& fileName, QGraphicsItem* parentItem )This constructor is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )This method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::qt_metacast ( char const* p1 )This method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::renderer ( ) constThis method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::setCachingEnabled ( bool p1 )This method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::setElementId ( QString const& id )This method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::setMaximumCacheSize ( QSize const& size )This method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::setSharedRenderer ( QSvgRenderer* renderer )This method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::staticMetaObject [data]This method is from 'QGraphicsSvgItem' class.
QGraphicsSvgItem::type ( ) constThis method is from 'QGraphicsSvgItem' class.
qgraphicswidget.h
[+] class QGraphicsWidget (2)
| Change |
Effect |
1 | Base class QGraphicsObject has been added. | Possible incorrect access of applications to the memory occupied by the base classes. |
2 | Base class QGraphicsItem has been removed. | Possible incorrect access of applications to the memory occupied by the base classes. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 92 entries | Virtual Table (New) - 92 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | QGraphicsWidget::metaObject | QGraphicsWidget::metaObject |
12 | QGraphicsWidget::qt_metacast | QGraphicsWidget::qt_metacast |
16 | QGraphicsWidget::qt_metacall | QGraphicsWidget::qt_metacall |
20 | ~QGraphicsWidget | ~QGraphicsWidget |
24 | ~QGraphicsWidget | ~QGraphicsWidget |
28 | QGraphicsWidget::event | QGraphicsWidget::event |
32 | QObject::eventFilter | QObject::eventFilter |
36 | QObject::timerEvent | QObject::timerEvent |
40 | QObject::childEvent | QObject::childEvent |
44 | QObject::customEvent | QObject::customEvent |
48 | QObject::connectNotify | QObject::connectNotify |
52 | QObject::disconnectNotify | QObject::disconnectNotify |
56 | QGraphicsWidget::setGeometry | QGraphicsWidget::setGeometry |
60 | QGraphicsWidget::getContentsMargins | QGraphicsWidget::getContentsMargins |
64 | QGraphicsWidget::type | QGraphicsWidget::type |
68 | QGraphicsWidget::paint | QGraphicsWidget::paint |
72 | QGraphicsWidget::paintWindowFrame | QGraphicsWidget::paintWindowFrame |
76 | QGraphicsWidget::boundingRect | QGraphicsWidget::boundingRect |
80 | QGraphicsWidget::shape | QGraphicsWidget::shape |
84 | QGraphicsWidget::initStyleOption | QGraphicsWidget::initStyleOption |
88 | QGraphicsWidget::sizeHint | QGraphicsWidget::sizeHint |
92 | QGraphicsWidget::updateGeometry | QGraphicsWidget::updateGeometry |
96 | QGraphicsWidget::itemChange | QGraphicsWidget::itemChange |
100 | QGraphicsWidget::propertyChange | QGraphicsWidget::propertyChange |
104 | QGraphicsWidget::sceneEvent | QGraphicsWidget::sceneEvent |
108 | QGraphicsWidget::windowFrameEvent | QGraphicsWidget::windowFrameEvent |
112 | QGraphicsWidget::windowFrameSectionAt | QGraphicsWidget::windowFrameSectionAt |
116 | QGraphicsWidget::changeEvent | QGraphicsWidget::changeEvent |
120 | QGraphicsWidget::closeEvent | QGraphicsWidget::closeEvent |
124 | QGraphicsWidget::focusInEvent | QGraphicsWidget::focusInEvent |
128 | QGraphicsWidget::focusNextPrevChild | QGraphicsWidget::focusNextPrevChild |
132 | QGraphicsWidget::focusOutEvent | QGraphicsWidget::focusOutEvent |
136 | QGraphicsWidget::hideEvent | QGraphicsWidget::hideEvent |
140 | QGraphicsWidget::moveEvent | QGraphicsWidget::moveEvent |
144 | QGraphicsWidget::polishEvent | QGraphicsWidget::polishEvent |
148 | QGraphicsWidget::resizeEvent | QGraphicsWidget::resizeEvent |
152 | QGraphicsWidget::showEvent | QGraphicsWidget::showEvent |
156 | QGraphicsWidget::hoverMoveEvent | QGraphicsWidget::hoverMoveEvent |
160 | QGraphicsWidget::hoverLeaveEvent | QGraphicsWidget::hoverLeaveEvent |
164 | QGraphicsWidget::grabMouseEvent | QGraphicsWidget::grabMouseEvent |
168 | QGraphicsWidget::ungrabMouseEvent | QGraphicsWidget::ungrabMouseEvent |
172 | QGraphicsWidget::grabKeyboardEvent | QGraphicsWidget::grabKeyboardEvent |
176 | QGraphicsWidget::ungrabKeyboardEvent | QGraphicsWidget::ungrabKeyboardEvent |
180 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
184 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
188 | non-virtual thunk | non-virtual thunk |
192 | non-virtual thunk | non-virtual thunk |
196 | QGraphicsItem::advance | QGraphicsItem::advance |
200 | non-virtual thunk | non-virtual thunk |
204 | non-virtual thunk | non-virtual thunk |
208 | QGraphicsItem::contains | QGraphicsItem::contains |
212 | QGraphicsItem::collidesWithItem | QGraphicsItem::collidesWithItem |
216 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithPath |
220 | QGraphicsItem::isObscuredBy | QGraphicsItem::isObscuredBy |
224 | QGraphicsItem::opaqueArea | QGraphicsItem::opaqueArea |
228 | non-virtual thunk | non-virtual thunk |
232 | non-virtual thunk | non-virtual thunk |
236 | QGraphicsItem::sceneEventFilter | QGraphicsItem::sceneEventFilter |
240 | non-virtual thunk | non-virtual thunk |
244 | QGraphicsItem::contextMenuEvent | QGraphicsItem::contextMenuEvent |
248 | QGraphicsItem::dragEnterEvent | QGraphicsItem::dragEnterEvent |
252 | QGraphicsItem::dragLeaveEvent | QGraphicsItem::dragLeaveEvent |
256 | QGraphicsItem::dragMoveEvent | QGraphicsItem::dragMoveEvent |
260 | QGraphicsItem::dropEvent | QGraphicsItem::dropEvent |
264 | non-virtual thunk | non-virtual thunk |
268 | non-virtual thunk | non-virtual thunk |
272 | QGraphicsItem::hoverEnterEvent | QGraphicsItem::hoverEnterEvent |
276 | non-virtual thunk | non-virtual thunk |
280 | non-virtual thunk | non-virtual thunk |
284 | QGraphicsItem::keyPressEvent | QGraphicsItem::keyPressEvent |
288 | QGraphicsItem::keyReleaseEvent | QGraphicsItem::keyReleaseEvent |
292 | QGraphicsItem::mousePressEvent | QGraphicsItem::mousePressEvent |
296 | QGraphicsItem::mouseMoveEvent | QGraphicsItem::mouseMoveEvent |
300 | QGraphicsItem::mouseReleaseEvent | QGraphicsItem::mouseReleaseEvent |
304 | QGraphicsItem::mouseDoubleClickEvent | QGraphicsItem::mouseDoubleClickEvent |
308 | QGraphicsItem::wheelEvent | QGraphicsItem::wheelEvent |
312 | QGraphicsItem::inputMethodEvent | QGraphicsItem::inputMethodEvent |
316 | QGraphicsItem::inputMethodQuery | QGraphicsItem::inputMethodQuery |
320 | non-virtual thunk | non-virtual thunk |
324 | QGraphicsItem::supportsExtension | QGraphicsItem::supportsExtension |
328 | QGraphicsItem::setExtension | QGraphicsItem::setExtension |
332 | QGraphicsItem::extension | QGraphicsItem::extension |
336 | (int (*)(...))-0x000000010 | (int (*)(...))-0x000000010 |
340 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
344 | non-virtual thunk | non-virtual thunk |
348 | non-virtual thunk | non-virtual thunk |
352 | non-virtual thunk | non-virtual thunk |
356 | non-virtual thunk | non-virtual thunk |
360 | non-virtual thunk | non-virtual thunk |
364 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (82)
QGraphicsWidget::actions ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::addAction ( QAction* action )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::addActions ( QList<QAction*> actions )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::adjustSize ( )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::boundingRect ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::changeEvent ( QEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::close ( )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::closeEvent ( QCloseEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::event ( QEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::focusInEvent ( QFocusEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::focusNextPrevChild ( bool next )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::focusOutEvent ( QFocusEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::focusPolicy ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::focusWidget ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::font ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::getContentsMargins ( qreal* left, qreal* top, qreal* right, qreal* bottom ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::getWindowFrameMargins ( qreal* left, qreal* top, qreal* right, qreal* bottom ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::grabKeyboardEvent ( QEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::grabMouseEvent ( QEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::grabShortcut ( QKeySequence const& sequence, Qt::ShortcutContext context )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::hideEvent ( QHideEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::hoverLeaveEvent ( QGraphicsSceneHoverEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::hoverMoveEvent ( QGraphicsSceneHoverEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::initStyleOption ( QStyleOption* option ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::insertAction ( QAction* before, QAction* action )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::insertActions ( QAction* before, QList<QAction*> actions )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::isActiveWindow ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::layout ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::layoutDirection ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::metaObject ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::moveEvent ( QGraphicsSceneMoveEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::paint ( QPainter* painter, QStyleOptionGraphicsItem const* option, QWidget* widget )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::paintWindowFrame ( QPainter* painter, QStyleOptionGraphicsItem const* option, QWidget* widget )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::palette ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::polishEvent ( )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::propertyChange ( QString const& propertyName, QVariant const& value )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::QGraphicsWidget [in-charge] ( QGraphicsItem* parent, Qt::WindowFlags wFlags )This constructor is from 'QGraphicsWidget' class.
QGraphicsWidget::QGraphicsWidget [in-charge] ( QGraphicsWidgetPrivate& p1, QGraphicsItem* parent, QGraphicsScene* p3, Qt::WindowFlags wFlags )This constructor is from 'QGraphicsWidget' class.
QGraphicsWidget::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::qt_metacast ( char const* p1 )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::releaseShortcut ( int id )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::removeAction ( QAction* action )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::resize ( QSizeF const& size )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::resizeEvent ( QGraphicsSceneResizeEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::sceneEvent ( QEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setAttribute ( Qt::WidgetAttribute attribute, bool on )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setContentsMargins ( qreal left, qreal top, qreal right, qreal bottom )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setFocusPolicy ( Qt::FocusPolicy policy )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setFont ( QFont const& font )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setGeometry ( QRectF const& rect )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setLayout ( QGraphicsLayout* layout )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setLayoutDirection ( Qt::LayoutDirection direction )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setPalette ( QPalette const& palette )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setShortcutAutoRepeat ( int id, bool enabled )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setShortcutEnabled ( int id, bool enabled )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setStyle ( QStyle* style )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setTabOrder ( QGraphicsWidget* first, QGraphicsWidget* second ) [static]This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setWindowFlags ( Qt::WindowFlags wFlags )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setWindowFrameMargins ( qreal left, qreal top, qreal right, qreal bottom )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::setWindowTitle ( QString const& title )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::shape ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::showEvent ( QShowEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::size ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::staticMetaObject [data]This method is from 'QGraphicsWidget' class.
QGraphicsWidget::style ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::testAttribute ( Qt::WidgetAttribute attribute ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::type ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::ungrabKeyboardEvent ( QEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::ungrabMouseEvent ( QEvent* event )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::unsetLayoutDirection ( )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::unsetWindowFrameMargins ( )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::updateGeometry ( )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::windowFlags ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::windowFrameEvent ( QEvent* e )This method is from 'QGraphicsWidget' class.
QGraphicsWidget::windowFrameGeometry ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::windowFrameRect ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::windowFrameSectionAt ( QPointF const& pos ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::windowTitle ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::windowType ( ) constThis method is from 'QGraphicsWidget' class.
QGraphicsWidget::~QGraphicsWidget [in-charge] ( )This method is from 'QGraphicsWidget' class.
qhash.h
[+] class QHashData (1)
| Change |
Effect |
1 | Field strictAlignment has been added to this type. | ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (6)
QHashData::allocateNode ( )This method is from 'QHashData' class.
QHashData::destroyAndFree ( )This method is from 'QHashData' class.
QHashData::detach_helper ( void(*node_duplicate)(QHashData::Node*, void*), int nodeSize )This method is from 'QHashData' class.
QHashData::freeNode ( void* node )This method is from 'QHashData' class.
QHashData::rehash ( int hint )This method is from 'QHashData' class.
QHashData::shared_null [data]This method is from 'QHashData' class.
qhostaddress.h
[+] class QHostAddress (2)
| Change |
Effect |
1 | The pointer level of field d has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d has been changed from QHostAddressPrivate* to QScopedPointer<QHostAddressPrivate,QScopedPointerDeleter<QHostAddressPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (59)
operator<< ( QDataStream& p1, QHostAddress const& p2 )2nd parameter 'p2' (reference) has base type 'QHostAddress'.
operator<< ( QDebug p1, QHostAddress const& p2 )2nd parameter 'p2' (reference) has base type 'QHostAddress'.
Q3Dns::Q3Dns [in-charge] ( QHostAddress const& address, Q3Dns::RecordType rr )1st parameter 'address' (reference) has base type 'QHostAddress'.
Q3Dns::setLabel ( QHostAddress const& address )1st parameter 'address' (reference) has base type 'QHostAddress'.
Q3ServerSocket::address ( ) constReturn value (pointer) has type 'QHostAddress'.
Q3ServerSocket::Q3ServerSocket [in-charge] ( QHostAddress const& address, Q_UINT16 port, int backlog, QObject* parent, char const* name )1st parameter 'address' (reference) has base type 'QHostAddress'.
Q3Socket::address ( ) constReturn value (pointer) has type 'QHostAddress'.
Q3Socket::peerAddress ( ) constReturn value (pointer) has type 'QHostAddress'.
Q3SocketDevice::address ( ) constReturn value (pointer) has type 'QHostAddress'.
Q3SocketDevice::bind ( QHostAddress const& p1, Q_UINT16 p2 )1st parameter 'p1' (reference) has base type 'QHostAddress'.
Q3SocketDevice::connect ( QHostAddress const& p1, Q_UINT16 p2 )1st parameter 'p1' (reference) has base type 'QHostAddress'.
Q3SocketDevice::peerAddress ( ) constReturn value (pointer) has type 'QHostAddress'.
Q3SocketDevice::writeBlock ( char const* data, Q_ULONG len, QHostAddress const& host, Q_UINT16 port )3rd parameter 'host' (reference) has base type 'QHostAddress'.
QAbstractSocket::connectToHost ( QHostAddress const& address, quint16 port, QIODevice::OpenMode mode )1st parameter 'address' (reference) has base type 'QHostAddress'.
QAbstractSocket::localAddress ( ) constReturn value (pointer) has type 'QHostAddress'.
QAbstractSocket::peerAddress ( ) constReturn value (pointer) has type 'QHostAddress'.
QAbstractSocket::setLocalAddress ( QHostAddress const& address )1st parameter 'address' (reference) has base type 'QHostAddress'.
QAbstractSocket::setPeerAddress ( QHostAddress const& address )1st parameter 'address' (reference) has base type 'QHostAddress'.
qHash ( QHostAddress const& key )1st parameter 'key' (reference) has base type 'QHostAddress'.
QHostAddress::clear ( )This method is from 'QHostAddress' class.
QHostAddress::isInSubnet ( QHostAddress const& subnet, int netmask ) const1st parameter 'subnet' (reference) has base type 'QHostAddress'.
QHostAddress::isInSubnet ( QPair<QHostAddress, int>const& subnet ) constThis method is from 'QHostAddress' class.
QHostAddress::isNull ( ) constThis method is from 'QHostAddress' class.
QHostAddress::operator= ( QHostAddress const& other )1st parameter 'other' (reference) has base type 'QHostAddress'.
QHostAddress::operator= ( QString const& address )This method is from 'QHostAddress' class.
QHostAddress::operator== ( QHostAddress const& address ) const1st parameter 'address' (reference) has base type 'QHostAddress'.
QHostAddress::operator== ( QHostAddress::SpecialAddress address ) constThis method is from 'QHostAddress' class.
QHostAddress::protocol ( ) constThis method is from 'QHostAddress' class.
QHostAddress::QHostAddress [in-charge] ( )This constructor is from 'QHostAddress' class.
QHostAddress::QHostAddress [in-charge] ( QHostAddress const& copy )1st parameter 'copy' (reference) has base type 'QHostAddress'.
QHostAddress::QHostAddress [in-charge] ( QHostAddress::SpecialAddress address )This constructor is from 'QHostAddress' class.
QHostAddress::QHostAddress [in-charge] ( Q_IPV6ADDR const& ip6Addr )This constructor is from 'QHostAddress' class.
QHostAddress::QHostAddress [in-charge] ( QString const& address )This constructor is from 'QHostAddress' class.
QHostAddress::QHostAddress [in-charge] ( sockaddr const* sockaddr )This constructor is from 'QHostAddress' class.
QHostAddress::QHostAddress [in-charge] ( quint8* ip6Addr )This constructor is from 'QHostAddress' class.
QHostAddress::QHostAddress [in-charge] ( quint32 ip4Addr )This constructor is from 'QHostAddress' class.
QHostAddress::scopeId ( ) constThis method is from 'QHostAddress' class.
QHostAddress::setAddress ( Q_IPV6ADDR const& ip6Addr )This method is from 'QHostAddress' class.
QHostAddress::setAddress ( QString const& address )This method is from 'QHostAddress' class.
QHostAddress::setAddress ( sockaddr const* sockaddr )This method is from 'QHostAddress' class.
QHostAddress::setAddress ( quint8* ip6Addr )This method is from 'QHostAddress' class.
QHostAddress::setAddress ( quint32 ip4Addr )This method is from 'QHostAddress' class.
QHostAddress::setScopeId ( QString const& id )This method is from 'QHostAddress' class.
QHostAddress::toIPv4Address ( ) constThis method is from 'QHostAddress' class.
QHostAddress::toIPv6Address ( ) constThis method is from 'QHostAddress' class.
QHostAddress::toString ( ) constThis method is from 'QHostAddress' class.
QHostAddress::~QHostAddress [in-charge] ( )This method is from 'QHostAddress' class.
QNetworkAddressEntry::broadcast ( ) constReturn value (pointer) has type 'QHostAddress'.
QNetworkAddressEntry::ip ( ) constReturn value (pointer) has type 'QHostAddress'.
QNetworkAddressEntry::netmask ( ) constReturn value (pointer) has type 'QHostAddress'.
QNetworkAddressEntry::setBroadcast ( QHostAddress const& newBroadcast )1st parameter 'newBroadcast' (reference) has base type 'QHostAddress'.
QNetworkAddressEntry::setIp ( QHostAddress const& newIp )1st parameter 'newIp' (reference) has base type 'QHostAddress'.
QNetworkAddressEntry::setNetmask ( QHostAddress const& newNetmask )1st parameter 'newNetmask' (reference) has base type 'QHostAddress'.
QTcpServer::listen ( QHostAddress const& address, quint16 port )1st parameter 'address' (reference) has base type 'QHostAddress'.
QTcpServer::serverAddress ( ) constReturn value (pointer) has type 'QHostAddress'.
QUdpSocket::bind ( QHostAddress const& address, quint16 port )1st parameter 'address' (reference) has base type 'QHostAddress'.
QUdpSocket::bind ( QHostAddress const& address, quint16 port, QUdpSocket::BindMode mode )1st parameter 'address' (reference) has base type 'QHostAddress'.
QUdpSocket::readDatagram ( char* data, qint64 maxlen, QHostAddress* host, quint16* port )3rd parameter 'host' (pointer) has base type 'QHostAddress'.
QUdpSocket::writeDatagram ( char const* data, qint64 len, QHostAddress const& host, quint16 port )3rd parameter 'host' (reference) has base type 'QHostAddress'.
qhttp.h
[+] class QHttpHeader (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QHttpHeaderPrivate* to QScopedPointer<QHttpHeaderPrivate,QScopedPointerDeleter<QHttpHeaderPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (28)
QHttpHeader::addValue ( QString const& key, QString const& value )This method is from 'QHttpHeader' class.
QHttpHeader::allValues ( QString const& key ) constThis method is from 'QHttpHeader' class.
QHttpHeader::contentLength ( ) constThis method is from 'QHttpHeader' class.
QHttpHeader::contentType ( ) constThis method is from 'QHttpHeader' class.
QHttpHeader::hasContentLength ( ) constThis method is from 'QHttpHeader' class.
QHttpHeader::hasContentType ( ) constThis method is from 'QHttpHeader' class.
QHttpHeader::hasKey ( QString const& key ) constThis method is from 'QHttpHeader' class.
QHttpHeader::isValid ( ) constThis method is from 'QHttpHeader' class.
QHttpHeader::keys ( ) constThis method is from 'QHttpHeader' class.
QHttpHeader::operator= ( QHttpHeader const& h )1st parameter 'h' (reference) has base type 'QHttpHeader'.
QHttpHeader::parse ( QString const& str )This method is from 'QHttpHeader' class.
QHttpHeader::parseLine ( QString const& line, int number )This method is from 'QHttpHeader' class.
QHttpHeader::QHttpHeader [in-charge] ( )This constructor is from 'QHttpHeader' class.
QHttpHeader::QHttpHeader [in-charge] ( QHttpHeader const& header )1st parameter 'header' (reference) has base type 'QHttpHeader'.
QHttpHeader::QHttpHeader [in-charge] ( QHttpHeaderPrivate& dd, QHttpHeader const& header )2nd parameter 'header' (reference) has base type 'QHttpHeader'.
QHttpHeader::QHttpHeader [in-charge] ( QHttpHeaderPrivate& dd, QString const& str )This constructor is from 'QHttpHeader' class.
QHttpHeader::QHttpHeader [in-charge] ( QString const& str )This constructor is from 'QHttpHeader' class.
QHttpHeader::removeAllValues ( QString const& key )This method is from 'QHttpHeader' class.
QHttpHeader::removeValue ( QString const& key )This method is from 'QHttpHeader' class.
QHttpHeader::setContentLength ( int len )This method is from 'QHttpHeader' class.
QHttpHeader::setContentType ( QString const& type )This method is from 'QHttpHeader' class.
QHttpHeader::setValid ( bool p1 )This method is from 'QHttpHeader' class.
QHttpHeader::setValue ( QString const& key, QString const& value )This method is from 'QHttpHeader' class.
QHttpHeader::setValues ( QList<QPair<QString, QString> >const& values )This method is from 'QHttpHeader' class.
QHttpHeader::toString ( ) constThis method is from 'QHttpHeader' class.
QHttpHeader::value ( QString const& key ) constThis method is from 'QHttpHeader' class.
QHttpHeader::values ( ) constThis method is from 'QHttpHeader' class.
QHttpHeader::~QHttpHeader [in-charge] ( )This method is from 'QHttpHeader' class.
qimageiohandler.h
[+] class QImageIOHandler (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QImageIOHandlerPrivate* to QScopedPointer<QImageIOHandlerPrivate,QScopedPointerDeleter<QImageIOHandlerPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (20)
QImageIOHandler::currentImageNumber ( ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::currentImageRect ( ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::device ( ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::format ( ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::imageCount ( ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::jumpToImage ( int imageNumber )This method is from 'QImageIOHandler' class.
QImageIOHandler::jumpToNextImage ( )This method is from 'QImageIOHandler' class.
QImageIOHandler::loopCount ( ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::name ( ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::nextImageDelay ( ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::option ( QImageIOHandler::ImageOption option ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::QImageIOHandler [in-charge] ( )This constructor is from 'QImageIOHandler' class.
QImageIOHandler::QImageIOHandler [in-charge] ( QImageIOHandlerPrivate& dd )This constructor is from 'QImageIOHandler' class.
QImageIOHandler::setDevice ( QIODevice* device )This method is from 'QImageIOHandler' class.
QImageIOHandler::setFormat ( QByteArray const& format )This method is from 'QImageIOHandler' class.
QImageIOHandler::setFormat ( QByteArray const& format ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::setOption ( QImageIOHandler::ImageOption option, QVariant const& value )This method is from 'QImageIOHandler' class.
QImageIOHandler::supportsOption ( QImageIOHandler::ImageOption option ) constThis method is from 'QImageIOHandler' class.
QImageIOHandler::write ( QImage const& image )This method is from 'QImageIOHandler' class.
QImageIOHandler::~QImageIOHandler [in-charge] ( )This method is from 'QImageIOHandler' class.
qmap.h
[+] class QMapData (1)
| Change |
Effect |
1 | Field strictAlignment has been added to this type. | ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (5)
QMapData::continueFreeData ( int offset )This method is from 'QMapData' class.
QMapData::createData ( ) [static]Return value (pointer) has base type 'QMapData'.
QMapData::node_create ( QMapData::Node** update, int offset )This method is from 'QMapData' class.
QMapData::node_delete ( QMapData::Node** update, int offset, QMapData::Node* node )This method is from 'QMapData' class.
QMapData::shared_null [data]Field 'RetVal−>backward' in return value (pointer) has base type 'QMapData'.
qnamespace.h
namespace Qt
[+] enum ApplicationAttribute (1)
| Change |
Effect |
1 | Value of member AA_AttributeCount has been changed from 6 to 8. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (2)
QCoreApplication::setAttribute ( ApplicationAttribute attribute, bool on ) [static]1st parameter 'attribute' has type 'ApplicationAttribute'.
QCoreApplication::testAttribute ( ApplicationAttribute attribute ) [static]1st parameter 'attribute' has type 'ApplicationAttribute'.
[+] enum WidgetAttribute (1)
| Change |
Effect |
1 | Value of member WA_AttributeCount has been changed from 121 to 124. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (3)
QGraphicsWidget::setAttribute ( WidgetAttribute attribute, bool on )1st parameter 'attribute' has type 'WidgetAttribute'.
QGraphicsWidget::testAttribute ( WidgetAttribute attribute ) const1st parameter 'attribute' has type 'WidgetAttribute'.
QWidget::setAttribute ( WidgetAttribute p1, bool on )1st parameter 'p1' has type 'WidgetAttribute'.
qobject.h
[+] class QObject (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QObjectData* to QScopedPointer<QObjectData,QScopedPointerDeleter<QObjectData> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (438)
operator<< ( QDebug p1, QObject const* p2 )2nd parameter 'p2' (pointer) has base type 'QObject'.
Phonon::AbstractAudioOutput::AbstractAudioOutput [in-charge] ( Phonon::AbstractAudioOutputPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
Phonon::AbstractMediaStream::AbstractMediaStream [in-charge] ( Phonon::AbstractMediaStreamPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
Phonon::AbstractMediaStream::AbstractMediaStream [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
Phonon::AudioOutput::AudioOutput [in-charge] ( Phonon::Category category, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
Phonon::AudioOutput::AudioOutput [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
Phonon::Effect::Effect [in-charge] ( Phonon::EffectPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
Phonon::Effect::Effect [in-charge] ( Phonon::EffectDescription const& description, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
Phonon::MediaObject::MediaObject [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
Phonon::VolumeFaderEffect::VolumeFaderEffect [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3Accel::connectItem ( int id, QObject const* receiver, char const* member )2nd parameter 'receiver' (pointer) has base type 'QObject'.
Q3Accel::disconnectItem ( int id, QObject const* receiver, char const* member )2nd parameter 'receiver' (pointer) has base type 'QObject'.
Q3Accel::Q3Accel [in-charge] ( QWidget* watch, QObject* parent, char const* name )2nd parameter 'parent' (pointer) has base type 'QObject'.
Q3Action::Q3Action [in-charge] ( QIcon const& icon, QString const& menuText, QKeySequence accel, QObject* parent, char const* name )4th parameter 'parent' (pointer) has base type 'QObject'.
Q3Action::Q3Action [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3Action::Q3Action [in-charge] ( QObject* parent, char const* name, bool toggle )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3Action::Q3Action [in-charge] ( QString const& text, QIcon const& icon, QString const& menuText, QKeySequence accel, QObject* parent, char const* name, bool toggle )5th parameter 'parent' (pointer) has base type 'QObject'.
Q3Action::Q3Action [in-charge] ( QString const& menuText, QKeySequence accel, QObject* parent, char const* name )3rd parameter 'parent' (pointer) has base type 'QObject'.
Q3Action::Q3Action [in-charge] ( QString const& text, QString const& menuText, QKeySequence accel, QObject* parent, char const* name, bool toggle )4th parameter 'parent' (pointer) has base type 'QObject'.
Q3ActionGroup::childEvent ( QChildEvent* p1 )Field 'p1−>c' in 1st parameter 'p1' (pointer) has base type 'QObject'.
Q3ActionGroup::Q3ActionGroup [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3ActionGroup::Q3ActionGroup [in-charge] ( QObject* parent, char const* name, bool exclusive )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3Canvas::Q3Canvas [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3ComboBox::eventFilter ( QObject* object, QEvent* event )1st parameter 'object' (pointer) has base type 'QObject'.
Q3DataTable::eventFilter ( QObject* o, QEvent* e )1st parameter 'o' (pointer) has base type 'QObject'.
Q3DockArea::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
Q3DockWindow::eventFilter ( QObject* o, QEvent* e )1st parameter 'o' (pointer) has base type 'QObject'.
Q3EditorFactory::Q3EditorFactory [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3FileDialog::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
Q3FileIconProvider::Q3FileIconProvider [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3Ftp::Q3Ftp [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3GroupBox::childEvent ( QChildEvent* p1 )Field 'p1−>c' in 1st parameter 'p1' (pointer) has base type 'QObject'.
Q3Http::Q3Http [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3Http::Q3Http [in-charge] ( QString const& hostname, Q_UINT16 port, QObject* parent, char const* name )3rd parameter 'parent' (pointer) has base type 'QObject'.
Q3IconView::eventFilter ( QObject* o, QEvent* p2 )1st parameter 'o' (pointer) has base type 'QObject'.
Q3ListBox::eventFilter ( QObject* o, QEvent* e )1st parameter 'o' (pointer) has base type 'QObject'.
Q3ListView::eventFilter ( QObject* o, QEvent* p2 )1st parameter 'o' (pointer) has base type 'QObject'.
Q3MainWindow::childEvent ( QChildEvent* p1 )Field 'p1−>c' in 1st parameter 'p1' (pointer) has base type 'QObject'.
Q3MainWindow::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
Q3Process::Q3Process [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3Process::Q3Process [in-charge] ( QString const& arg0, QObject* parent, char const* name )2nd parameter 'parent' (pointer) has base type 'QObject'.
Q3Process::Q3Process [in-charge] ( QStringList const& args, QObject* parent, char const* name )2nd parameter 'parent' (pointer) has base type 'QObject'.
Q3ScrollView::eventFilter ( QObject* p1, QEvent* e )1st parameter 'p1' (pointer) has base type 'QObject'.
Q3ScrollView::removeChild ( QObject* child )1st parameter 'child' (pointer) has base type 'QObject'.
Q3ServerSocket::Q3ServerSocket [in-charge] ( QHostAddress const& address, Q_UINT16 port, int backlog, QObject* parent, char const* name )4th parameter 'parent' (pointer) has base type 'QObject'.
Q3ServerSocket::Q3ServerSocket [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3ServerSocket::Q3ServerSocket [in-charge] ( Q_UINT16 port, int backlog, QObject* parent, char const* name )3rd parameter 'parent' (pointer) has base type 'QObject'.
Q3Signal::connect ( QObject const* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
Q3Signal::disconnect ( QObject const* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
Q3Signal::Q3Signal [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3Socket::Q3Socket [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3SqlEditorFactory::Q3SqlEditorFactory [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3SqlForm::Q3SqlForm [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3StyleSheet::Q3StyleSheet [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
Q3Table::eventFilter ( QObject* o, QEvent* p2 )1st parameter 'o' (pointer) has base type 'QObject'.
Q3TextEdit::eventFilter ( QObject* o, QEvent* e )1st parameter 'o' (pointer) has base type 'QObject'.
Q3WhatsThis::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
Q3WidgetStack::childEvent ( QChildEvent* p1 )Field 'p1−>c' in 1st parameter 'p1' (pointer) has base type 'QObject'.
Q3Wizard::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QAbstractEventDispatcher::QAbstractEventDispatcher [in-charge] ( QAbstractEventDispatcherPrivate& p1, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractEventDispatcher::QAbstractEventDispatcher [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractEventDispatcher::registerTimer ( int interval, QObject* object )2nd parameter 'object' (pointer) has base type 'QObject'.
QAbstractFormBuilder::applyProperties ( QObject* o, QList<DomProperty*>const& properties )1st parameter 'o' (pointer) has base type 'QObject'.
QAbstractFormBuilder::applyPropertyInternally ( QObject* o, QString const& propertyName, QVariant const& value )1st parameter 'o' (pointer) has base type 'QObject'.
QAbstractFormBuilder::checkProperty ( QObject* obj, QString const& prop ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QAbstractFormBuilder::computeProperties ( QObject* obj )1st parameter 'obj' (pointer) has base type 'QObject'.
QAbstractFormBuilder::create ( DomAction* ui_action, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractFormBuilder::create ( DomActionGroup* ui_action_group, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractFormBuilder::createAction ( QObject* parent, QString const& name )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractFormBuilder::createActionGroup ( QObject* parent, QString const& name )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractFormBuilder::createLayout ( QString const& layoutName, QObject* parent, QString const& name )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractFormBuilder::createProperty ( QObject* object, QString const& propertyName, QVariant const& value )1st parameter 'object' (pointer) has base type 'QObject'.
QAbstractFormBuilder::layoutInfo ( DomLayout* layout, QObject* parent, int* margin, int* spacing )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractItemDelegate::QAbstractItemDelegate [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractItemDelegate::QAbstractItemDelegate [in-charge] ( QObjectPrivate& p1, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractItemModel::QAbstractItemModel [in-charge] ( QAbstractItemModelPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractItemModel::QAbstractItemModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractItemView::editorDestroyed ( QObject* editor )1st parameter 'editor' (pointer) has base type 'QObject'.
QAbstractListModel::QAbstractListModel [in-charge] ( QAbstractItemModelPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractListModel::QAbstractListModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractMessageHandler::QAbstractMessageHandler [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractNetworkCache::QAbstractNetworkCache [in-charge] ( QAbstractNetworkCachePrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractNetworkCache::QAbstractNetworkCache [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractProxyModel::QAbstractProxyModel [in-charge] ( QAbstractProxyModelPrivate& p1, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractProxyModel::QAbstractProxyModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractSocket::QAbstractSocket [in-charge] ( QAbstractSocket::SocketType socketType, QAbstractSocketPrivate& dd, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractSocket::QAbstractSocket [in-charge] ( QAbstractSocket::SocketType socketType, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractTableModel::QAbstractTableModel [in-charge] ( QAbstractItemModelPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAbstractTableModel::QAbstractTableModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAbstractTextDocumentLayout::registerHandler ( int objectType, QObject* component )2nd parameter 'component' (pointer) has base type 'QObject'.
QAbstractUriResolver::QAbstractUriResolver [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAccessible::queryAccessibleInterface ( QObject* p1 ) [static]1st parameter 'p1' (pointer) has base type 'QObject'.
QAccessible::setRootObject ( QObject* p1 ) [static]1st parameter 'p1' (pointer) has base type 'QObject'.
QAccessible::updateAccessibility ( QObject* p1, int who, QAccessible::Event reason ) [static]1st parameter 'p1' (pointer) has base type 'QObject'.
QAccessibleBridgePlugin::QAccessibleBridgePlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAccessibleObject::object ( ) constReturn value (pointer) has base type 'QObject'.
QAccessibleObject::QAccessibleObject [in-charge] ( QObject* object )1st parameter 'object' (pointer) has base type 'QObject'.
QAccessibleObjectEx::object ( ) constReturn value (pointer) has base type 'QObject'.
QAccessibleObjectEx::QAccessibleObjectEx [in-charge] ( QObject* object )1st parameter 'object' (pointer) has base type 'QObject'.
QAccessiblePlugin::QAccessiblePlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAccessibleWidget::parentObject ( ) constReturn value (pointer) has base type 'QObject'.
QAccessibleWidgetEx::parentObject ( ) constReturn value (pointer) has base type 'QObject'.
QAction::QAction [in-charge] ( QActionPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QAction::QAction [in-charge] ( QIcon const& icon, QString const& text, QKeySequence const& shortcut, QObject* parent, char const* name )4th parameter 'parent' (pointer) has base type 'QObject'.
QAction::QAction [in-charge] ( QIcon const& icon, QString const& text, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QAction::QAction [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QAction::QAction [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QAction::QAction [in-charge] ( QString const& text, QKeySequence const& shortcut, QObject* parent, char const* name )3rd parameter 'parent' (pointer) has base type 'QObject'.
QAction::QAction [in-charge] ( QString const& text, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QActionGroup::QActionGroup [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QApplication::compressEvent ( QEvent* p1, QObject* receiver, QPostEventList* p3 )2nd parameter 'receiver' (pointer) has base type 'QObject'.
QApplication::notify ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QAssistantClient::QAssistantClient [in-charge] ( QString const& path, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QBasicTimer::start ( int msec, QObject* obj )2nd parameter 'obj' (pointer) has base type 'QObject'.
QBuffer::QBuffer [in-charge] ( QByteArray* buf, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QBuffer::QBuffer [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QButtonGroup::QButtonGroup [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QCalendarWidget::eventFilter ( QObject* watched, QEvent* event )1st parameter 'watched' (pointer) has base type 'QObject'.
QChildEvent::QChildEvent [in-charge] ( QEvent::Type type, QObject* child )2nd parameter 'child' (pointer) has base type 'QObject'.
QChildEvent::~QChildEvent [in-charge] ( )Field 'this−>c' in the object of this method has base type 'QObject'.
QColorDialog::open ( QObject* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
QCompleter::eventFilter ( QObject* o, QEvent* e )1st parameter 'o' (pointer) has base type 'QObject'.
QCompleter::QCompleter [in-charge] ( QAbstractItemModel* model, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QCompleter::QCompleter [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QCompleter::QCompleter [in-charge] ( QStringList const& completions, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QCoreApplication::compressEvent ( QEvent* p1, QObject* receiver, QPostEventList* p3 )2nd parameter 'receiver' (pointer) has base type 'QObject'.
QCoreApplication::notify ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QCoreApplication::postEvent ( QObject* receiver, QEvent* event ) [static]1st parameter 'receiver' (pointer) has base type 'QObject'.
QCoreApplication::postEvent ( QObject* receiver, QEvent* event, int priority ) [static]1st parameter 'receiver' (pointer) has base type 'QObject'.
QCoreApplication::removePostedEvents ( QObject* receiver ) [static]1st parameter 'receiver' (pointer) has base type 'QObject'.
QCoreApplication::removePostedEvents ( QObject* receiver, int eventType ) [static]1st parameter 'receiver' (pointer) has base type 'QObject'.
QCoreApplication::sendPostedEvents ( QObject* receiver, int event_type ) [static]1st parameter 'receiver' (pointer) has base type 'QObject'.
QDataWidgetMapper::QDataWidgetMapper [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDBusAbstractAdaptor::QDBusAbstractAdaptor [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDBusAbstractInterface::callWithCallback ( QString const& method, QList<QVariant>const& args, QObject* receiver, char const* member )3rd parameter 'receiver' (pointer) has base type 'QObject'.
QDBusAbstractInterface::callWithCallback ( QString const& method, QList<QVariant>const& args, QObject* receiver, char const* member, char const* errorSlot )3rd parameter 'receiver' (pointer) has base type 'QObject'.
QDBusAbstractInterface::QDBusAbstractInterface [in-charge] ( QDBusAbstractInterfacePrivate& p1, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QDBusAbstractInterface::QDBusAbstractInterface [in-charge] ( QString const& service, QString const& path, char const* interface, QDBusConnection const& connection, QObject* parent )5th parameter 'parent' (pointer) has base type 'QObject'.
QDBusConnection::callWithCallback ( QDBusMessage const& message, QObject* receiver, char const* returnMethod, char const* errorMethod, int timeout ) const2nd parameter 'receiver' (pointer) has base type 'QObject'.
QDBusConnection::callWithCallback ( QDBusMessage const& message, QObject* receiver, char const* slot, int timeout ) const2nd parameter 'receiver' (pointer) has base type 'QObject'.
QDBusConnection::connect ( QString const& service, QString const& path, QString const& interface, QString const& name, QObject* receiver, char const* slot )5th parameter 'receiver' (pointer) has base type 'QObject'.
QDBusConnection::connect ( QString const& service, QString const& path, QString const& interface, QString const& name, QString const& signature, QObject* receiver, char const* slot )6th parameter 'receiver' (pointer) has base type 'QObject'.
QDBusConnection::disconnect ( QString const& service, QString const& path, QString const& interface, QString const& name, QObject* receiver, char const* slot )5th parameter 'receiver' (pointer) has base type 'QObject'.
QDBusConnection::disconnect ( QString const& service, QString const& path, QString const& interface, QString const& name, QString const& signature, QObject* receiver, char const* slot )6th parameter 'receiver' (pointer) has base type 'QObject'.
QDBusConnection::objectRegisteredAt ( QString const& path ) constReturn value (pointer) has base type 'QObject'.
QDBusConnection::registerObject ( QString const& path, QObject* object, QDBusConnection::RegisterOptions options )2nd parameter 'object' (pointer) has base type 'QObject'.
QDBusInterface::QDBusInterface [in-charge] ( QString const& service, QString const& path, QString const& interface, QDBusConnection const& connection, QObject* parent )5th parameter 'parent' (pointer) has base type 'QObject'.
QDBusPendingCallWatcher::QDBusPendingCallWatcher [in-charge] ( QDBusPendingCall const& call, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QDBusServer::QDBusServer [in-charge] ( QString const& address, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QDesignerFormEditorInterface::QDesignerFormEditorInterface [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDesignerFormWindowInterface::findFormWindow ( QObject* obj ) [static]1st parameter 'obj' (pointer) has base type 'QObject'.
QDesignerFormWindowInterface::objectRemoved ( QObject* o )1st parameter 'o' (pointer) has base type 'QObject'.
QDesignerFormWindowManagerInterface::QDesignerFormWindowManagerInterface [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDesignerFormWindowToolInterface::QDesignerFormWindowToolInterface [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDesignerIntegrationInterface::QDesignerIntegrationInterface [in-charge] ( QDesignerFormEditorInterface* core, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QDesignerMetaDataBaseInterface::QDesignerMetaDataBaseInterface [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDesignerWidgetDataBaseInterface::indexOfObject ( QObject* object, bool resolveName ) const1st parameter 'object' (pointer) has base type 'QObject'.
QDesignerWidgetDataBaseInterface::isContainer ( QObject* object, bool resolveName ) const1st parameter 'object' (pointer) has base type 'QObject'.
QDesignerWidgetDataBaseInterface::isCustom ( QObject* object, bool resolveName ) const1st parameter 'object' (pointer) has base type 'QObject'.
QDesignerWidgetDataBaseInterface::QDesignerWidgetDataBaseInterface [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDesignerWidgetFactoryInterface::QDesignerWidgetFactoryInterface [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDesktopServices::setUrlHandler ( QString const& scheme, QObject* receiver, char const* method ) [static]2nd parameter 'receiver' (pointer) has base type 'QObject'.
QDialog::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QDirModel::QDirModel [in-charge] ( QDirModelPrivate& p1, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QDirModel::QDirModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDirModel::QDirModel [in-charge] ( QStringList const& nameFilters, QDir::Filters filters, QDir::SortFlags sort, QObject* parent )4th parameter 'parent' (pointer) has base type 'QObject'.
QDoubleValidator::QDoubleValidator [in-charge] ( double bottom, double top, int decimals, QObject* parent )4th parameter 'parent' (pointer) has base type 'QObject'.
QDoubleValidator::QDoubleValidator [in-charge] ( double bottom, double top, int decimals, QObject* parent, char const* name )4th parameter 'parent' (pointer) has base type 'QObject'.
QDoubleValidator::QDoubleValidator [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QDoubleValidator::QDoubleValidator [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QEventLoop::QEventLoop [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QExtensionManager::extension ( QObject* object, QString const& iid ) const1st parameter 'object' (pointer) has base type 'QObject'.
QExtensionManager::QExtensionManager [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QFile::QFile [in-charge] ( QFilePrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QFile::QFile [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QFile::QFile [in-charge] ( QString const& name, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QFileDialog::open ( QObject* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
QFileSystemModel::QFileSystemModel [in-charge] ( QFileSystemModelPrivate& p1, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QFileSystemModel::QFileSystemModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QFileSystemWatcher::QFileSystemWatcher [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QFileSystemWatcher::QFileSystemWatcher [in-charge] ( QStringList const& paths, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QFocusFrame::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QFontDialog::open ( QObject* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
QFormBuilder::applyProperties ( QObject* o, QList<DomProperty*>const& properties )1st parameter 'o' (pointer) has base type 'QObject'.
QFormBuilder::create ( DomAction* ui_action, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QFormBuilder::create ( DomActionGroup* ui_action_group, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QFormBuilder::createLayout ( QString const& layoutName, QObject* parent, QString const& name )2nd parameter 'parent' (pointer) has base type 'QObject'.
QFtp::QFtp [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QFtp::QFtp [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QFutureWatcherBase::QFutureWatcherBase [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QGraphicsItemAnimation::QGraphicsItemAnimation [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QGraphicsProxyWidget::eventFilter ( QObject* object, QEvent* event )1st parameter 'object' (pointer) has base type 'QObject'.
QGraphicsScene::eventFilter ( QObject* watched, QEvent* event )1st parameter 'watched' (pointer) has base type 'QObject'.
QGraphicsScene::QGraphicsScene [in-charge] ( qreal x, qreal y, qreal width, qreal height, QObject* parent )5th parameter 'parent' (pointer) has base type 'QObject'.
QGraphicsScene::QGraphicsScene [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QGraphicsScene::QGraphicsScene [in-charge] ( QRectF const& sceneRect, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QGroupBox::childEvent ( QChildEvent* event )Field 'event−>c' in 1st parameter 'event' (pointer) has base type 'QObject'.
QHelpEngine::QHelpEngine [in-charge] ( QString const& collectionFile, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QHelpEngineCore::QHelpEngineCore [in-charge] ( QHelpEngineCorePrivate* helpEngineCorePrivate, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QHelpEngineCore::QHelpEngineCore [in-charge] ( QString const& collectionFile, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QHelpSearchEngine::QHelpSearchEngine [in-charge] ( QHelpEngineCore* helpEngine, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QHostInfo::lookupHost ( QString const& name, QObject* receiver, char const* member ) [static]2nd parameter 'receiver' (pointer) has base type 'QObject'.
QHttp::QHttp [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QHttp::QHttp [in-charge] ( QString const& hostname, QHttp::ConnectionMode mode, quint16 port, QObject* parent )4th parameter 'parent' (pointer) has base type 'QObject'.
QHttp::QHttp [in-charge] ( QString const& hostname, quint16 port, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QIconEnginePlugin::QIconEnginePlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QIconEnginePluginV2::QIconEnginePluginV2 [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QImageIOPlugin::QImageIOPlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QInputContext::QInputContext [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QInputContextFactory::create ( QString const& key, QObject* parent ) [static]2nd parameter 'parent' (pointer) has base type 'QObject'.
QInputContextPlugin::QInputContextPlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QInputDialog::open ( QObject* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
QIntValidator::QIntValidator [in-charge] ( int bottom, int top, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QIntValidator::QIntValidator [in-charge] ( int bottom, int top, QObject* parent, char const* name )3rd parameter 'parent' (pointer) has base type 'QObject'.
QIntValidator::QIntValidator [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QIntValidator::QIntValidator [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QIODevice::QIODevice [in-charge] ( QIODevicePrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QIODevice::QIODevice [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QItemDelegate::eventFilter ( QObject* object, QEvent* event )1st parameter 'object' (pointer) has base type 'QObject'.
QItemDelegate::QItemDelegate [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QItemSelectionModel::QItemSelectionModel [in-charge] ( QAbstractItemModel* model, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QLayout::childEvent ( QChildEvent* e )Field 'e−>c' in 1st parameter 'e' (pointer) has base type 'QObject'.
QLibrary::QLibrary [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QLibrary::QLibrary [in-charge] ( QString const& fileName, int verNum, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QLibrary::QLibrary [in-charge] ( QString const& fileName, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QLibrary::QLibrary [in-charge] ( QString const& fileName, QString const& version, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QLocalServer::QLocalServer [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QLocalSocket::QLocalSocket [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QMdiArea::childEvent ( QChildEvent* childEvent )Field 'childEvent−>c' in 1st parameter 'childEvent' (pointer) has base type 'QObject'.
QMdiArea::eventFilter ( QObject* object, QEvent* event )1st parameter 'object' (pointer) has base type 'QObject'.
QMdiSubWindow::childEvent ( QChildEvent* childEvent )Field 'childEvent−>c' in 1st parameter 'childEvent' (pointer) has base type 'QObject'.
QMdiSubWindow::eventFilter ( QObject* object, QEvent* event )1st parameter 'object' (pointer) has base type 'QObject'.
QMenu::addAction ( QIcon const& icon, QString const& text, QObject const* receiver, char const* member, QKeySequence const& shortcut )3rd parameter 'receiver' (pointer) has base type 'QObject'.
QMenu::addAction ( QString const& text, QObject const* receiver, char const* member, QKeySequence const& shortcut )2nd parameter 'receiver' (pointer) has base type 'QObject'.
QMenuBar::addAction ( QString const& text, QObject const* receiver, char const* member )2nd parameter 'receiver' (pointer) has base type 'QObject'.
QMenuBar::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QMessageBox::open ( QObject* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
QMetaMethod::invoke ( QObject* object, Qt::ConnectionType connectionType, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9 ) const1st parameter 'object' (pointer) has base type 'QObject'.
QMetaObject::activate ( QObject* sender, int from_signal_index, int to_signal_index, void** argv ) [static]1st parameter 'sender' (pointer) has base type 'QObject'.
QMetaObject::activate ( QObject* sender, int signal_index, void** argv ) [static]1st parameter 'sender' (pointer) has base type 'QObject'.
QMetaObject::activate ( QObject* sender, QMetaObject const* p2, int from_local_signal_index, int to_local_signal_index, void** argv ) [static]1st parameter 'sender' (pointer) has base type 'QObject'.
QMetaObject::activate ( QObject* sender, QMetaObject const* p2, int local_signal_index, void** argv ) [static]1st parameter 'sender' (pointer) has base type 'QObject'.
QMetaObject::addGuard ( QObject** ptr ) [static]1st parameter 'ptr' (pointer) has base type 'QObject'.
QMetaObject::cast ( QObject* obj ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QMetaObject::changeGuard ( QObject** ptr, QObject* o ) [static]1st parameter 'ptr' (pointer) has base type 'QObject'.
QMetaObject::connect ( QObject const* sender, int signal_index, QObject const* receiver, int method_index, int type, int* types ) [static]1st parameter 'sender' (pointer) has base type 'QObject'.
QMetaObject::connectSlotsByName ( QObject* o ) [static]1st parameter 'o' (pointer) has base type 'QObject'.
QMetaObject::disconnect ( QObject const* sender, int signal_index, QObject const* receiver, int method_index ) [static]1st parameter 'sender' (pointer) has base type 'QObject'.
QMetaObject::invokeMethod ( QObject* obj, char const* member, Qt::ConnectionType p3, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9 ) [static]1st parameter 'obj' (pointer) has base type 'QObject'.
QMetaObject::newInstance ( QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9 ) constReturn value (pointer) has base type 'QObject'.
QMetaObject::removeGuard ( QObject** ptr ) [static]1st parameter 'ptr' (pointer) has base type 'QObject'.
QMetaProperty::isDesignable ( QObject const* obj ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QMetaProperty::isEditable ( QObject const* obj ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QMetaProperty::isScriptable ( QObject const* obj ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QMetaProperty::isStored ( QObject const* obj ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QMetaProperty::isUser ( QObject const* obj ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QMetaProperty::read ( QObject const* obj ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QMetaProperty::reset ( QObject* obj ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QMetaProperty::write ( QObject* obj, QVariant const& value ) const1st parameter 'obj' (pointer) has base type 'QObject'.
QMotifStyle::eventFilter ( QObject* o, QEvent* e )1st parameter 'o' (pointer) has base type 'QObject'.
QMovie::QMovie [in-charge] ( QIODevice* device, QByteArray const& format, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QMovie::QMovie [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QMovie::QMovie [in-charge] ( QString const& fileName, QByteArray const& format, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QNetworkAccessManager::QNetworkAccessManager [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QNetworkCookieJar::QNetworkCookieJar [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QNetworkDiskCache::QNetworkDiskCache [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QNetworkReply::QNetworkReply [in-charge] ( QNetworkReplyPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QNetworkReply::QNetworkReply [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QObject::blockSignals ( bool b )This method is from 'QObject' class.
QObject::child ( char const* objName, char const* inheritsClass, bool recursiveSearch ) constReturn value (pointer) has base type 'QObject'.
QObject::childEvent ( QChildEvent* p1 )Field 'p1−>c' in 1st parameter 'p1' (pointer) has base type 'QObject'.
QObject::connect ( QObject const* sender, char const* signal, QObject const* receiver, char const* member, Qt::ConnectionType p5 ) [static]1st parameter 'sender' (pointer) has base type 'QObject'.
QObject::connectNotify ( char const* signal )This method is from 'QObject' class.
QObject::customEvent ( QEvent* p1 )This method is from 'QObject' class.
QObject::deleteLater ( )This method is from 'QObject' class.
QObject::destroyed ( QObject* p1 )1st parameter 'p1' (pointer) has base type 'QObject'.
QObject::disconnect ( QObject const* sender, char const* signal, QObject const* receiver, char const* member ) [static]1st parameter 'sender' (pointer) has base type 'QObject'.
QObject::disconnectNotify ( char const* signal )This method is from 'QObject' class.
QObject::dumpObjectInfo ( )This method is from 'QObject' class.
QObject::dumpObjectTree ( )This method is from 'QObject' class.
QObject::dynamicPropertyNames ( ) constThis method is from 'QObject' class.
QObject::event ( QEvent* p1 )This method is from 'QObject' class.
QObject::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QObject::installEventFilter ( QObject* p1 )1st parameter 'p1' (pointer) has base type 'QObject'.
QObject::killTimer ( int id )This method is from 'QObject' class.
QObject::metaObject ( ) constThis method is from 'QObject' class.
QObject::moveToThread ( QThread* thread )This method is from 'QObject' class.
QObject::objectName ( ) constThis method is from 'QObject' class.
QObject::property ( char const* name ) constThis method is from 'QObject' class.
QObject::QObject [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QObject::QObject [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QObject::QObject [in-charge] ( QObjectPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QObject::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )This method is from 'QObject' class.
QObject::qt_metacast ( char const* p1 )This method is from 'QObject' class.
QObject::queryList ( char const* inheritsClass, char const* objName, bool regexpMatch, bool recursiveSearch ) constThis method is from 'QObject' class.
QObject::receivers ( char const* signal ) constThis method is from 'QObject' class.
QObject::removeEventFilter ( QObject* p1 )1st parameter 'p1' (pointer) has base type 'QObject'.
QObject::sender ( ) constReturn value (pointer) has base type 'QObject'.
QObject::setObjectName ( QString const& name )This method is from 'QObject' class.
QObject::setParent ( QObject* p1 )1st parameter 'p1' (pointer) has base type 'QObject'.
QObject::setProperty ( char const* name, QVariant const& value )This method is from 'QObject' class.
QObject::setUserData ( uint id, QObjectUserData* data )This method is from 'QObject' class.
QObject::startTimer ( int interval )This method is from 'QObject' class.
QObject::staticMetaObject [data]This method is from 'QObject' class.
QObject::staticQtMetaObject [data]This method is from 'QObject' class.
QObject::thread ( ) constThis method is from 'QObject' class.
QObject::timerEvent ( QTimerEvent* p1 )This method is from 'QObject' class.
QObject::userData ( uint id ) constThis method is from 'QObject' class.
QObject::~QObject [in-charge] ( )This method is from 'QObject' class.
QObjectCleanupHandler::add ( QObject* object )1st parameter 'object' (pointer) has base type 'QObject'.
QObjectCleanupHandler::remove ( QObject* object )1st parameter 'object' (pointer) has base type 'QObject'.
QPageSetupDialog::open ( QObject* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
QPictureFormatPlugin::QPictureFormatPlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QPlastiqueStyle::eventFilter ( QObject* watched, QEvent* event )1st parameter 'watched' (pointer) has base type 'QObject'.
QPluginLoader::instance ( )Return value (pointer) has base type 'QObject'.
QPluginLoader::QPluginLoader [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QPluginLoader::QPluginLoader [in-charge] ( QString const& fileName, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QPrintDialog::open ( QObject* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
QPrintPreviewDialog::open ( QObject* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
QProcess::QProcess [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QProgressDialog::open ( QObject* receiver, char const* member )1st parameter 'receiver' (pointer) has base type 'QObject'.
QProxyModel::QProxyModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QProxyModel::QProxyModel [in-charge] ( QProxyModelPrivate& p1, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QRegExpValidator::QRegExpValidator [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QRegExpValidator::QRegExpValidator [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QRegExpValidator::QRegExpValidator [in-charge] ( QRegExp const& rx, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QRegExpValidator::QRegExpValidator [in-charge] ( QRegExp const& rx, QObject* parent, char const* name )2nd parameter 'parent' (pointer) has base type 'QObject'.
qScriptConnect ( QObject* sender, char const* signal, QScriptValue const& receiver, QScriptValue const& function )1st parameter 'sender' (pointer) has base type 'QObject'.
qScriptDisconnect ( QObject* sender, char const* signal, QScriptValue const& receiver, QScriptValue const& function )1st parameter 'sender' (pointer) has base type 'QObject'.
QScriptEngine::newQObject ( QObject* object, QScriptEngine::ValueOwnership ownership, QScriptEngine::QObjectWrapOptions const& options )1st parameter 'object' (pointer) has base type 'QObject'.
QScriptEngine::newQObject ( QScriptValue const& scriptObject, QObject* qtObject, QScriptEngine::ValueOwnership ownership, QScriptEngine::QObjectWrapOptions const& options )2nd parameter 'qtObject' (pointer) has base type 'QObject'.
QScriptEngine::QScriptEngine [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QScriptEngine::QScriptEngine [in-charge] ( QScriptEnginePrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QScriptEngineDebugger::QScriptEngineDebugger [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QScriptExtensionPlugin::QScriptExtensionPlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QScriptValue::toQObject ( ) constReturn value (pointer) has base type 'QObject'.
QScrollArea::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QSettings::QSettings [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSettings::QSettings [in-charge] ( QSettings::Format format, QSettings::Scope scope, QString const& organization, QString const& application, QObject* parent )5th parameter 'parent' (pointer) has base type 'QObject'.
QSettings::QSettings [in-charge] ( QSettings::Scope scope, QString const& organization, QString const& application, QObject* parent )4th parameter 'parent' (pointer) has base type 'QObject'.
QSettings::QSettings [in-charge] ( QString const& fileName, QSettings::Format format, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QSettings::QSettings [in-charge] ( QString const& organization, QString const& application, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QSharedMemory::QSharedMemory [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSharedMemory::QSharedMemory [in-charge] ( QString const& key, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QSignalMapper::map ( QObject* sender )1st parameter 'sender' (pointer) has base type 'QObject'.
QSignalMapper::mapped ( QObject* p1 )1st parameter 'p1' (pointer) has base type 'QObject'.
QSignalMapper::mapping ( int id ) constReturn value (pointer) has base type 'QObject'.
QSignalMapper::mapping ( QObject* object ) const1st parameter 'object' (pointer) has base type 'QObject'.
QSignalMapper::mapping ( QString const& text ) constReturn value (pointer) has base type 'QObject'.
QSignalMapper::mapping ( QWidget* widget ) constReturn value (pointer) has base type 'QObject'.
QSignalMapper::QSignalMapper [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSignalMapper::QSignalMapper [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QSignalMapper::removeMappings ( QObject* sender )1st parameter 'sender' (pointer) has base type 'QObject'.
QSignalMapper::setMapping ( QObject* sender, int id )1st parameter 'sender' (pointer) has base type 'QObject'.
QSignalMapper::setMapping ( QObject* sender, QObject* object )1st parameter 'sender' (pointer) has base type 'QObject'.
QSignalMapper::setMapping ( QObject* sender, QString const& text )1st parameter 'sender' (pointer) has base type 'QObject'.
QSignalMapper::setMapping ( QObject* sender, QWidget* widget )1st parameter 'sender' (pointer) has base type 'QObject'.
QSizeGrip::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QSocketNotifier::QSocketNotifier [in-charge] ( int socket, QSocketNotifier::Type p2, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QSocketNotifier::QSocketNotifier [in-charge] ( int socket, QSocketNotifier::Type p2, QObject* parent, char const* name )3rd parameter 'parent' (pointer) has base type 'QObject'.
QSortFilterProxyModel::QSortFilterProxyModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSound::QSound [in-charge] ( QString const& filename, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QSound::QSound [in-charge] ( QString const& filename, QObject* parent, char const* name )2nd parameter 'parent' (pointer) has base type 'QObject'.
QSplitter::childEvent ( QChildEvent* p1 )Field 'p1−>c' in 1st parameter 'p1' (pointer) has base type 'QObject'.
QSqlDriver::QSqlDriver [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSqlDriverPlugin::QSqlDriverPlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSqlQueryModel::QSqlQueryModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSqlQueryModel::QSqlQueryModel [in-charge] ( QSqlQueryModelPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QSqlRelationalTableModel::QSqlRelationalTableModel [in-charge] ( QObject* parent, QSqlDatabase db )1st parameter 'parent' (pointer) has base type 'QObject'.
QSqlTableModel::QSqlTableModel [in-charge] ( QObject* parent, QSqlDatabase db )1st parameter 'parent' (pointer) has base type 'QObject'.
QSqlTableModel::QSqlTableModel [in-charge] ( QSqlTableModelPrivate& dd, QObject* parent, QSqlDatabase db )2nd parameter 'parent' (pointer) has base type 'QObject'.
QSslSocket::QSslSocket [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QStandardItemModel::QStandardItemModel [in-charge] ( int rows, int columns, QObject* parent )3rd parameter 'parent' (pointer) has base type 'QObject'.
QStandardItemModel::QStandardItemModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QStandardItemModel::QStandardItemModel [in-charge] ( QStandardItemModelPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QStringListModel::QStringListModel [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QStringListModel::QStringListModel [in-charge] ( QStringList const& strings, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QStyledItemDelegate::eventFilter ( QObject* object, QEvent* event )1st parameter 'object' (pointer) has base type 'QObject'.
QStyledItemDelegate::QStyledItemDelegate [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QStylePlugin::QStylePlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSvgRenderer::QSvgRenderer [in-charge] ( QByteArray const& contents, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QSvgRenderer::QSvgRenderer [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSvgRenderer::QSvgRenderer [in-charge] ( QString const& filename, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QSvgRenderer::QSvgRenderer [in-charge] ( QXmlStreamReader* contents, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QSyntaxHighlighter::QSyntaxHighlighter [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QSystemTrayIcon::QSystemTrayIcon [in-charge] ( QIcon const& icon, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QSystemTrayIcon::QSystemTrayIcon [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
qt_qFindChild_helper ( QObject const* parent, QString const& name, QMetaObject const& mo )1st parameter 'parent' (pointer) has base type 'QObject'.
qt_qFindChildren_helper ( QObject const* parent, QString const& name, QRegExp const* re, QMetaObject const& mo, QList<void*>* list )1st parameter 'parent' (pointer) has base type 'QObject'.
QTcpServer::QTcpServer [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QTcpSocket::QTcpSocket [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QTcpSocket::QTcpSocket [in-charge] ( QTcpSocketPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QTemporaryFile::QTemporaryFile [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QTemporaryFile::QTemporaryFile [in-charge] ( QString const& templateName, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QTest::qExec ( QObject* testObject, int argc, char** argv )1st parameter 'testObject' (pointer) has base type 'QObject'.
QTest::qExec ( QObject* testObject, QStringList const& arguments )1st parameter 'testObject' (pointer) has base type 'QObject'.
QTest::testObject ( )Return value (pointer) has base type 'QObject'.
QTextCodecPlugin::QTextCodecPlugin [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QTextDocument::clone ( QObject* parent ) const1st parameter 'parent' (pointer) has base type 'QObject'.
QTextDocument::QTextDocument [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QTextDocument::QTextDocument [in-charge] ( QString const& text, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QTextDocument::QTextDocument [in-charge] ( QTextDocumentPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QThread::QThread [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QThread::QThread [in-charge] ( QThreadPrivate& dd, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QThreadPool::QThreadPool [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QTimeLine::QTimeLine [in-charge] ( int duration, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QTimer::QTimer [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QTimer::QTimer [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QTimer::singleShot ( int msec, QObject* receiver, char const* member ) [static]2nd parameter 'receiver' (pointer) has base type 'QObject'.
QToolBar::addAction ( QIcon const& icon, QString const& text, QObject const* receiver, char const* member )3rd parameter 'receiver' (pointer) has base type 'QObject'.
QToolBar::addAction ( QString const& text, QObject const* receiver, char const* member )2nd parameter 'receiver' (pointer) has base type 'QObject'.
QToolBar::childEvent ( QChildEvent* event )Field 'event−>c' in 1st parameter 'event' (pointer) has base type 'QObject'.
QToolButton::QToolButton [in-charge] ( QIcon const& s, QString const& textLabel, QString const& grouptext, QObject* receiver, char const* slot, QWidget* parent, char const* name )4th parameter 'receiver' (pointer) has base type 'QObject'.
QTranslator::QTranslator [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QTranslator::QTranslator [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QUdpSocket::QUdpSocket [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QUndoGroup::createRedoAction ( QObject* parent, QString const& prefix ) const1st parameter 'parent' (pointer) has base type 'QObject'.
QUndoGroup::createUndoAction ( QObject* parent, QString const& prefix ) const1st parameter 'parent' (pointer) has base type 'QObject'.
QUndoGroup::QUndoGroup [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QUndoStack::createRedoAction ( QObject* parent, QString const& prefix ) const1st parameter 'parent' (pointer) has base type 'QObject'.
QUndoStack::createUndoAction ( QObject* parent, QString const& prefix ) const1st parameter 'parent' (pointer) has base type 'QObject'.
QUndoStack::QUndoStack [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QValidator::QValidator [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QValidator::QValidator [in-charge] ( QObject* parent, char const* name )1st parameter 'parent' (pointer) has base type 'QObject'.
QValidator::QValidator [in-charge] ( QObjectPrivate& d, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QValidator::QValidator [in-charge] ( QValidatorPrivate& d, QObject* parent )2nd parameter 'parent' (pointer) has base type 'QObject'.
QWebFrame::addToJavaScriptWindowObject ( QString const& name, QObject* object )2nd parameter 'object' (pointer) has base type 'QObject'.
QWebFrame::addToJavaScriptWindowObject ( QString const& name, QObject* object, QScriptEngine::ValueOwnership ownership )2nd parameter 'object' (pointer) has base type 'QObject'.
QWebHistoryInterface::QWebHistoryInterface [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QWebPage::createPlugin ( QString const& classid, QUrl const& url, QStringList const& paramNames, QStringList const& paramValues )Return value (pointer) has base type 'QObject'.
QWebPage::QWebPage [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QWebPluginFactory::QWebPluginFactory [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QWhatsThis::createAction ( QObject* parent ) [static]1st parameter 'parent' (pointer) has base type 'QObject'.
QWidgetAction::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
QWidgetAction::QWidgetAction [in-charge] ( QObject* parent )1st parameter 'parent' (pointer) has base type 'QObject'.
QWindowsStyle::eventFilter ( QObject* o, QEvent* e )1st parameter 'o' (pointer) has base type 'QObject'.
QWorkspace::childEvent ( QChildEvent* p1 )Field 'p1−>c' in 1st parameter 'p1' (pointer) has base type 'QObject'.
QWorkspace::eventFilter ( QObject* p1, QEvent* p2 )1st parameter 'p1' (pointer) has base type 'QObject'.
qpaintengine.h
[+] class QPaintEngine (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QPaintEnginePrivate* to QScopedPointer<QPaintEnginePrivate,QScopedPointerDeleter<QPaintEnginePrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (37)
QGLFramebufferObject::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
QGLPixelBuffer::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
QGLWidget::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
QImage::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
QPaintEngine::coordinateOffset ( ) constThis method is from 'QPaintEngine' class.
QPaintEngine::drawEllipse ( QRect const& r )This method is from 'QPaintEngine' class.
QPaintEngine::drawEllipse ( QRectF const& r )This method is from 'QPaintEngine' class.
QPaintEngine::drawImage ( QRectF const& r, QImage const& pm, QRectF const& sr, Qt::ImageConversionFlags flags )This method is from 'QPaintEngine' class.
QPaintEngine::drawLines ( QLine const* lines, int lineCount )This method is from 'QPaintEngine' class.
QPaintEngine::drawLines ( QLineF const* lines, int lineCount )This method is from 'QPaintEngine' class.
QPaintEngine::drawPath ( QPainterPath const& path )This method is from 'QPaintEngine' class.
QPaintEngine::drawPoints ( QPoint const* points, int pointCount )This method is from 'QPaintEngine' class.
QPaintEngine::drawPoints ( QPointF const* points, int pointCount )This method is from 'QPaintEngine' class.
QPaintEngine::drawPolygon ( QPoint const* points, int pointCount, QPaintEngine::PolygonDrawMode mode )This method is from 'QPaintEngine' class.
QPaintEngine::drawPolygon ( QPointF const* points, int pointCount, QPaintEngine::PolygonDrawMode mode )This method is from 'QPaintEngine' class.
QPaintEngine::drawRects ( QRect const* rects, int rectCount )This method is from 'QPaintEngine' class.
QPaintEngine::drawRects ( QRectF const* rects, int rectCount )This method is from 'QPaintEngine' class.
QPaintEngine::drawTextItem ( QPointF const& p, QTextItem const& textItem )This method is from 'QPaintEngine' class.
QPaintEngine::drawTiledPixmap ( QRectF const& r, QPixmap const& pixmap, QPointF const& s )This method is from 'QPaintEngine' class.
QPaintEngine::paintDevice ( ) constThis method is from 'QPaintEngine' class.
QPaintEngine::painter ( ) constThis method is from 'QPaintEngine' class.
QPaintEngine::QPaintEngine [in-charge] ( QPaintEngine::PaintEngineFeatures features )This constructor is from 'QPaintEngine' class.
QPaintEngine::QPaintEngine [in-charge] ( QPaintEnginePrivate& data, QPaintEngine::PaintEngineFeatures devcaps )This constructor is from 'QPaintEngine' class.
QPaintEngine::setPaintDevice ( QPaintDevice* device )This method is from 'QPaintEngine' class.
QPaintEngine::setSystemClip ( QRegion const& baseClip )This method is from 'QPaintEngine' class.
QPaintEngine::setSystemRect ( QRect const& rect )This method is from 'QPaintEngine' class.
QPaintEngine::syncState ( )This method is from 'QPaintEngine' class.
QPaintEngine::systemClip ( ) constThis method is from 'QPaintEngine' class.
QPaintEngine::systemRect ( ) constThis method is from 'QPaintEngine' class.
QPaintEngine::~QPaintEngine [in-charge] ( )This method is from 'QPaintEngine' class.
QPainter::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
QPicture::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
QPixmap::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
QPrinter::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
QPrinter::setEngines ( QPrintEngine* printEngine, QPaintEngine* paintEngine )2nd parameter 'paintEngine' (pointer) has base type 'QPaintEngine'.
QSvgGenerator::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
QWidget::paintEngine ( ) constReturn value (pointer) has base type 'QPaintEngine'.
qresource.h
[+] class QResource (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QResourcePrivate* to QScopedPointer<QResourcePrivate,QScopedPointerDeleter<QResourcePrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (13)
QResource::absoluteFilePath ( ) constThis method is from 'QResource' class.
QResource::children ( ) constThis method is from 'QResource' class.
QResource::data ( ) constThis method is from 'QResource' class.
QResource::fileName ( ) constThis method is from 'QResource' class.
QResource::isCompressed ( ) constThis method is from 'QResource' class.
QResource::isDir ( ) constThis method is from 'QResource' class.
QResource::isValid ( ) constThis method is from 'QResource' class.
QResource::locale ( ) constThis method is from 'QResource' class.
QResource::QResource [in-charge] ( QString const& file, QLocale const& locale )This constructor is from 'QResource' class.
QResource::setFileName ( QString const& file )This method is from 'QResource' class.
QResource::setLocale ( QLocale const& locale )This method is from 'QResource' class.
QResource::size ( ) constThis method is from 'QResource' class.
QResource::~QResource [in-charge] ( )This method is from 'QResource' class.
qscriptclass.h
[+] class QScriptClass (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QScriptClassPrivate* to QScopedPointer<QScriptClassPrivate,QScopedPointerDeleter<QScriptClassPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (16)
QScriptClass::engine ( ) constThis method is from 'QScriptClass' class.
QScriptClass::extension ( QScriptClass::Extension extension, QVariant const& argument )This method is from 'QScriptClass' class.
QScriptClass::name ( ) constThis method is from 'QScriptClass' class.
QScriptClass::newIterator ( QScriptValue const& object )This method is from 'QScriptClass' class.
QScriptClass::property ( QScriptValue const& object, QScriptString const& name, uint id )This method is from 'QScriptClass' class.
QScriptClass::propertyFlags ( QScriptValue const& object, QScriptString const& name, uint id )This method is from 'QScriptClass' class.
QScriptClass::prototype ( ) constThis method is from 'QScriptClass' class.
QScriptClass::QScriptClass [in-charge] ( QScriptEngine* engine )This constructor is from 'QScriptClass' class.
QScriptClass::QScriptClass [in-charge] ( QScriptEngine* engine, QScriptClassPrivate& dd )This constructor is from 'QScriptClass' class.
QScriptClass::queryProperty ( QScriptValue const& object, QScriptString const& name, QScriptClass::QueryFlags flags, uint* id )This method is from 'QScriptClass' class.
QScriptClass::setProperty ( QScriptValue& object, QScriptString const& name, uint id, QScriptValue const& value )This method is from 'QScriptClass' class.
QScriptClass::supportsExtension ( QScriptClass::Extension extension ) constThis method is from 'QScriptClass' class.
QScriptClass::~QScriptClass [in-charge] ( )This method is from 'QScriptClass' class.
QScriptEngine::newObject ( QScriptClass* scriptClass, QScriptValue const& data )1st parameter 'scriptClass' (pointer) has base type 'QScriptClass'.
QScriptValue::scriptClass ( ) constReturn value (pointer) has base type 'QScriptClass'.
QScriptValue::setScriptClass ( QScriptClass* scriptClass )1st parameter 'scriptClass' (pointer) has base type 'QScriptClass'.
qscriptclasspropertyiterator.h
[+] class QScriptClassPropertyIterator (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QScriptClassPropertyIteratorPrivate* to QScopedPointer<QScriptClassPropertyIteratorPrivate,QScopedPointerDeleter<QScriptClassPropertyIteratorPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (7)
QScriptClass::newIterator ( QScriptValue const& object )Return value (pointer) has base type 'QScriptClassPropertyIterator'.
QScriptClassPropertyIterator::flags ( ) constThis method is from 'QScriptClassPropertyIterator' class.
QScriptClassPropertyIterator::id ( ) constThis method is from 'QScriptClassPropertyIterator' class.
QScriptClassPropertyIterator::object ( ) constThis method is from 'QScriptClassPropertyIterator' class.
QScriptClassPropertyIterator::QScriptClassPropertyIterator [in-charge] ( QScriptValue const& object )This constructor is from 'QScriptClassPropertyIterator' class.
QScriptClassPropertyIterator::QScriptClassPropertyIterator [in-charge] ( QScriptValue const& object, QScriptClassPropertyIteratorPrivate& dd )This constructor is from 'QScriptClassPropertyIterator' class.
QScriptClassPropertyIterator::~QScriptClassPropertyIterator [in-charge] ( )This method is from 'QScriptClassPropertyIterator' class.
qscriptengineagent.h
[+] class QScriptEngineAgent (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QScriptEngineAgentPrivate* to QScopedPointer<QScriptEngineAgentPrivate,QScopedPointerDeleter<QScriptEngineAgentPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (17)
QScriptEngine::agent ( ) constReturn value (pointer) has base type 'QScriptEngineAgent'.
QScriptEngine::setAgent ( QScriptEngineAgent* agent )1st parameter 'agent' (pointer) has base type 'QScriptEngineAgent'.
QScriptEngineAgent::contextPop ( )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::contextPush ( )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::engine ( ) constThis method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::exceptionCatch ( qint64 scriptId, QScriptValue const& exception )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::exceptionThrow ( qint64 scriptId, QScriptValue const& exception, bool hasHandler )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::extension ( QScriptEngineAgent::Extension extension, QVariant const& argument )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::functionEntry ( qint64 scriptId )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::functionExit ( qint64 scriptId, QScriptValue const& returnValue )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::positionChange ( qint64 scriptId, int lineNumber, int columnNumber )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::QScriptEngineAgent [in-charge] ( QScriptEngine* engine )This constructor is from 'QScriptEngineAgent' class.
QScriptEngineAgent::QScriptEngineAgent [in-charge] ( QScriptEngineAgentPrivate& dd, QScriptEngine* engine )This constructor is from 'QScriptEngineAgent' class.
QScriptEngineAgent::scriptLoad ( qint64 id, QString const& program, QString const& fileName, int baseLineNumber )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::scriptUnload ( qint64 id )This method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::supportsExtension ( QScriptEngineAgent::Extension extension ) constThis method is from 'QScriptEngineAgent' class.
QScriptEngineAgent::~QScriptEngineAgent [in-charge] ( )This method is from 'QScriptEngineAgent' class.
qstandarditemmodel.h
[+] class QStandardItem (2)
| Change |
Effect |
1 | The pointer level of field d_ptr has been decreased from 1 to 0. | The library functions will treat the value of this field as the lower-dimension array and will not read all elements. This may change the behavior of applications. |
2 | Type of field d_ptr has been changed from QStandardItemPrivate* to QScopedPointer<QStandardItemPrivate,QScopedPointerDeleter<QStandardItemPrivate> >. | Replacement of the field data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (66)
operator<< ( QDataStream& out, QStandardItem const& item )2nd parameter 'item' (reference) has base type 'QStandardItem'.
QStandardItem::child ( int row, int column ) constReturn value (pointer) has base type 'QStandardItem'.
QStandardItem::clone ( ) constReturn value (pointer) has base type 'QStandardItem'.
QStandardItem::column ( ) constThis method is from 'QStandardItem' class.
QStandardItem::columnCount ( ) constThis method is from 'QStandardItem' class.
QStandardItem::data ( int role ) constThis method is from 'QStandardItem' class.
QStandardItem::emitDataChanged ( )This method is from 'QStandardItem' class.
QStandardItem::flags ( ) constThis method is from 'QStandardItem' class.
QStandardItem::hasChildren ( ) constThis method is from 'QStandardItem' class.
QStandardItem::index ( ) constThis method is from 'QStandardItem' class.
QStandardItem::insertColumn ( int column, QList<QStandardItem*>const& items )This method is from 'QStandardItem' class.
QStandardItem::insertColumns ( int column, int count )This method is from 'QStandardItem' class.
QStandardItem::insertRow ( int row, QList<QStandardItem*>const& items )This method is from 'QStandardItem' class.
QStandardItem::insertRows ( int row, int count )This method is from 'QStandardItem' class.
QStandardItem::insertRows ( int row, QList<QStandardItem*>const& items )This method is from 'QStandardItem' class.
QStandardItem::model ( ) constThis method is from 'QStandardItem' class.
QStandardItem::operator< ( QStandardItem const& other ) const1st parameter 'other' (reference) has base type 'QStandardItem'.
QStandardItem::operator= ( QStandardItem const& other )1st parameter 'other' (reference) has base type 'QStandardItem'.
QStandardItem::parent ( ) constReturn value (pointer) has base type 'QStandardItem'.
QStandardItem::QStandardItem [in-charge] ( )This constructor is from 'QStandardItem' class.
QStandardItem::QStandardItem [in-charge] ( int rows, int columns )This constructor is from 'QStandardItem' class.
QStandardItem::QStandardItem [in-charge] ( QIcon const& icon, QString const& text )This constructor is from 'QStandardItem' class.
QStandardItem::QStandardItem [in-charge] ( QStandardItem const& other )1st parameter 'other' (reference) has base type 'QStandardItem'.
QStandardItem::QStandardItem [in-charge] ( QStandardItemPrivate& dd )This constructor is from 'QStandardItem' class.
QStandardItem::QStandardItem [in-charge] ( QString const& text )This constructor is from 'QStandardItem' class.
QStandardItem::read ( QDataStream& in )This method is from 'QStandardItem' class.
QStandardItem::removeColumn ( int column )This method is from 'QStandardItem' class.
QStandardItem::removeColumns ( int column, int count )This method is from 'QStandardItem' class.
QStandardItem::removeRow ( int row )This method is from 'QStandardItem' class.
QStandardItem::removeRows ( int row, int count )This method is from 'QStandardItem' class.
QStandardItem::row ( ) constThis method is from 'QStandardItem' class.
QStandardItem::rowCount ( ) constThis method is from 'QStandardItem' class.
QStandardItem::setCheckable ( bool checkable )This method is from 'QStandardItem' class.
QStandardItem::setChild ( int row, int column, QStandardItem* item )3rd parameter 'item' (pointer) has base type 'QStandardItem'.
QStandardItem::setColumnCount ( int columns )This method is from 'QStandardItem' class.
QStandardItem::setData ( QVariant const& value, int role )This method is from 'QStandardItem' class.
QStandardItem::setDragEnabled ( bool dragEnabled )This method is from 'QStandardItem' class.
QStandardItem::setDropEnabled ( bool dropEnabled )This method is from 'QStandardItem' class.
QStandardItem::setEditable ( bool editable )This method is from 'QStandardItem' class.
QStandardItem::setEnabled ( bool enabled )This method is from 'QStandardItem' class.
QStandardItem::setFlags ( Qt::ItemFlags flags )This method is from 'QStandardItem' class.
QStandardItem::setRowCount ( int rows )This method is from 'QStandardItem' class.
QStandardItem::setSelectable ( bool selectable )This method is from 'QStandardItem' class.
QStandardItem::setTristate ( bool tristate )This method is from 'QStandardItem' class.
QStandardItem::sortChildren ( int column, Qt::SortOrder order )This method is from 'QStandardItem' class.
QStandardItem::takeChild ( int row, int column )Return value (pointer) has base type 'QStandardItem'.
QStandardItem::takeColumn ( int column )This method is from 'QStandardItem' class.
QStandardItem::takeRow ( int row )This method is from 'QStandardItem' class.
QStandardItem::type ( ) constThis method is from 'QStandardItem' class.
QStandardItem::write ( QDataStream& out ) constThis method is from 'QStandardItem' class.
QStandardItem::~QStandardItem [in-charge] ( )This method is from 'QStandardItem' class.
QStandardItemModel::horizontalHeaderItem ( int column ) constReturn value (pointer) has base type 'QStandardItem'.
QStandardItemModel::indexFromItem ( QStandardItem const* item ) const1st parameter 'item' (pointer) has base type 'QStandardItem'.
QStandardItemModel::invisibleRootItem ( ) constReturn value (pointer) has base type 'QStandardItem'.
QStandardItemModel::item ( int row, int column ) constReturn value (pointer) has base type 'QStandardItem'.
QStandardItemModel::itemChanged ( QStandardItem* item )1st parameter 'item' (pointer) has base type 'QStandardItem'.
QStandardItemModel::itemFromIndex ( QModelIndex const& index ) constReturn value (pointer) has base type 'QStandardItem'.
QStandardItemModel::itemPrototype ( ) constReturn value (pointer) has base type 'QStandardItem'.
QStandardItemModel::setHorizontalHeaderItem ( int column, QStandardItem* item )2nd parameter 'item' (pointer) has base type 'QStandardItem'.
QStandardItemModel::setItem ( int row, int column, QStandardItem* item )3rd parameter 'item' (pointer) has base type 'QStandardItem'.
QStandardItemModel::setItemPrototype ( QStandardItem const* item )1st parameter 'item' (pointer) has base type 'QStandardItem'.
QStandardItemModel::setVerticalHeaderItem ( int row, QStandardItem* item )2nd parameter 'item' (pointer) has base type 'QStandardItem'.
QStandardItemModel::takeHorizontalHeaderItem ( int column )Return value (pointer) has base type 'QStandardItem'.
QStandardItemModel::takeItem ( int row, int column )Return value (pointer) has base type 'QStandardItem'.
QStandardItemModel::takeVerticalHeaderItem ( int row )Return value (pointer) has base type 'QStandardItem'.
QStandardItemModel::verticalHeaderItem ( int row ) constReturn value (pointer) has base type 'QStandardItem'.
qtconcurrentthreadengine.h
namespace QtConcurrent
[+] class ThreadEngineBase (1)
| Change |
Effect |
1 | Field semaphore has been renamed to barrier. | Renaming of a field in data type may indicate a change in the semantic meaning of the field. |
[+] affected symbols (10)
ThreadEngineBase::isCanceled ( )This method is from 'ThreadEngineBase' class.
ThreadEngineBase::isProgressReportingEnabled ( )This method is from 'ThreadEngineBase' class.
ThreadEngineBase::setProgressRange ( int minimum, int maximum )This method is from 'ThreadEngineBase' class.
ThreadEngineBase::setProgressValue ( int progress )This method is from 'ThreadEngineBase' class.
ThreadEngineBase::startBlocking ( )This method is from 'ThreadEngineBase' class.
ThreadEngineBase::startSingleThreaded ( )This method is from 'ThreadEngineBase' class.
ThreadEngineBase::startThread ( )This method is from 'ThreadEngineBase' class.
ThreadEngineBase::ThreadEngineBase [in-charge] ( )This constructor is from 'ThreadEngineBase' class.
ThreadEngineBase::waitForResume ( )This method is from 'ThreadEngineBase' class.
ThreadEngineBase::~ThreadEngineBase [in-charge] ( )This method is from 'ThreadEngineBase' class.
qvariant.h
[+] enum QVariant::Type (1)
| Change |
Effect |
1 | Value of member LastGuiType has been changed from 81 to 86. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (19)
operator<< ( QDataStream& s, QVariant::Type const p )2nd parameter 'p' has base type 'QVariant::Type'.
operator<< ( QDebug p1, QVariant::Type const p2 )2nd parameter 'p2' has base type 'QVariant::Type'.
Phonon::EffectParameter::type ( ) constReturn value has type 'QVariant::Type'.
QDateTimeEdit::QDateTimeEdit [in-charge] ( QVariant const& val, QVariant::Type parserType, QWidget* parent )2nd parameter 'parserType' has type 'QVariant::Type'.
QItemEditorFactory::createEditor ( QVariant::Type type, QWidget* parent ) const1st parameter 'type' has type 'QVariant::Type'.
QItemEditorFactory::registerEditor ( QVariant::Type type, QItemEditorCreatorBase* creator )1st parameter 'type' has type 'QVariant::Type'.
QItemEditorFactory::valuePropertyName ( QVariant::Type type ) const1st parameter 'type' has type 'QVariant::Type'.
QMetaProperty::type ( ) constReturn value has type 'QVariant::Type'.
QMimeData::retrieveData ( QString const& mimetype, QVariant::Type preferredType ) const2nd parameter 'preferredType' has type 'QVariant::Type'.
QSqlField::QSqlField [in-charge] ( QString const& fieldName, QVariant::Type type )2nd parameter 'type' has type 'QVariant::Type'.
QSqlField::setType ( QVariant::Type type )1st parameter 'type' has type 'QVariant::Type'.
QSqlField::type ( ) constReturn value has type 'QVariant::Type'.
QVariant::canConvert ( QVariant::Type t ) const1st parameter 't' has type 'QVariant::Type'.
QVariant::castOrDetach ( QVariant::Type t )1st parameter 't' has type 'QVariant::Type'.
QVariant::convert ( QVariant::Type t )1st parameter 't' has type 'QVariant::Type'.
QVariant::nameToType ( char const* name ) [static]Return value has type 'QVariant::Type'.
QVariant::QVariant [in-charge] ( QVariant::Type type )1st parameter 'type' has type 'QVariant::Type'.
QVariant::type ( ) constReturn value has type 'QVariant::Type'.
QVariant::typeToName ( QVariant::Type type ) [static]1st parameter 'type' has type 'QVariant::Type'.
[+] union QVariant::Private::Data (3)
| Change |
Effect |
1 | Field f has been added to this type. | ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
2 | Field o has been added to this type. | ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
3 | Field real has been added to this type. | ATTENTION: this field should be accessed only from the new library functions, otherwise it may result in crash or incorrect behavior of applications. |
[+] affected symbols (316)
domPropertyToVariant ( QAbstractFormBuilder* abstractFormBuilder, QMetaObject const* meta, DomProperty const* property )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
operator<< ( QDataStream& s, QVariant const& p )Field 'p−>d−>data' in 2nd parameter 'p' (reference) has type 'QVariant::Private::Data'.
operator<< ( QDebug p1, QVariant const& p2 )Field 'p2−>d−>data' in 2nd parameter 'p2' (reference) has type 'QVariant::Private::Data'.
Phonon::Effect::parameterValue ( Phonon::EffectParameter const& p1 ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Phonon::Effect::setParameterValue ( Phonon::EffectParameter const& p1, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
Phonon::EffectParameter::defaultValue ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Phonon::EffectParameter::EffectParameter [in-charge] ( int parameterId, QString const& name, Phonon::EffectParameter::Hints hints, QVariant const& defaultValue, QVariant const& min, QVariant const& max, QVariantList const& values, QString const& description )Field 'min−>d−>data' in 5th parameter 'min' (reference) has type 'QVariant::Private::Data'.
Phonon::EffectParameter::maximumValue ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Phonon::EffectParameter::minimumValue ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Phonon::ObjectDescriptionData::property ( char const* name ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Phonon::ObjectDescriptionModelData::data ( QModelIndex const& index, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Q3DataTable::value ( int row, int col ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Q3EditorFactory::createEditor ( QWidget* parent, QVariant const& v )Field 'v−>d−>data' in 2nd parameter 'v' (reference) has type 'QVariant::Private::Data'.
Q3IconView::inputMethodQuery ( Qt::InputMethodQuery query ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Q3ListBox::inputMethodQuery ( Qt::InputMethodQuery query ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Q3ListView::inputMethodQuery ( Qt::InputMethodQuery query ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Q3Signal::setValue ( QVariant const& value )Field 'value−>d−>data' in 1st parameter 'value' (reference) has type 'QVariant::Private::Data'.
Q3Signal::signal ( QVariant const& p1 )Field 'p1−>d−>data' in 1st parameter 'p1' (reference) has type 'QVariant::Private::Data'.
Q3Signal::value ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Q3SqlCursor::calculateField ( QString const& name )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Q3SqlCursor::setValue ( int i, QVariant const& val )Field 'val−>d−>data' in 2nd parameter 'val' (reference) has type 'QVariant::Private::Data'.
Q3SqlCursor::value ( int i ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Q3SqlEditorFactory::createEditor ( QWidget* parent, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
Q3SqlPropertyMap::property ( QWidget* widget )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
Q3SqlPropertyMap::setProperty ( QWidget* widget, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
Q3Table::inputMethodQuery ( Qt::InputMethodQuery query ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAbstractFileEngineIterator::entryInfo ( QAbstractFileEngineIterator::EntryInfoType type ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAbstractFormBuilder::applyPropertyInternally ( QObject* o, QString const& propertyName, QVariant const& value )Field 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QAbstractFormBuilder::createProperty ( QObject* object, QString const& propertyName, QVariant const& value )Field 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QAbstractFormBuilder::saveResource ( QVariant const& v ) constField 'v−>d−>data' in 1st parameter 'v' (reference) has type 'QVariant::Private::Data'.
QAbstractFormBuilder::saveText ( QString const& attributeName, QVariant const& v ) constField 'v−>d−>data' in 2nd parameter 'v' (reference) has type 'QVariant::Private::Data'.
QAbstractFormBuilder::toVariant ( QMetaObject const* meta, DomProperty* property )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAbstractItemModel::headerData ( int section, Qt::Orientation orientation, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAbstractItemModel::match ( QModelIndex const& start, int role, QVariant const& value, int hits, Qt::MatchFlags flags ) constField 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QAbstractItemModel::setData ( QModelIndex const& index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QAbstractItemModel::setHeaderData ( int section, Qt::Orientation orientation, QVariant const& value, int role )Field 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QAbstractItemView::inputMethodQuery ( Qt::InputMethodQuery query ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAbstractProxyModel::data ( QModelIndex const& proxyIndex, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAbstractProxyModel::headerData ( int section, Qt::Orientation orientation, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAbstractProxyModel::setData ( QModelIndex const& index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QAbstractProxyModel::setHeaderData ( int section, Qt::Orientation orientation, QVariant const& value, int role )Field 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QAccessibleInterface::invokeMethod ( QAccessible::Method method, int child, QVariantList const& params )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAccessibleInterfaceEx::virtual_hook ( QVariant const& data )Field 'data−>d−>data' in 1st parameter 'data' (reference) has type 'QVariant::Private::Data'.
QAccessibleWidgetEx::invokeMethodEx ( QAccessible::Method method, int child, QVariantList const& params )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAction::data ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QAction::setData ( QVariant const& var )Field 'var−>d−>data' in 1st parameter 'var' (reference) has type 'QVariant::Private::Data'.
QBitmap::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QBrush::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QColor::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QColorGroup::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QComboBox::findData ( QVariant const& data, int role, Qt::MatchFlags flags ) constField 'data−>d−>data' in 1st parameter 'data' (reference) has type 'QVariant::Private::Data'.
QComboBox::inputMethodQuery ( Qt::InputMethodQuery p1 ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QComboBox::insertItem ( int index, QIcon const& icon, QString const& text, QVariant const& userData )Field 'userData−>d−>data' in 4th parameter 'userData' (reference) has type 'QVariant::Private::Data'.
QComboBox::itemData ( int index, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QComboBox::setItemData ( int index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QCursor::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QDateTimeEdit::QDateTimeEdit [in-charge] ( QVariant const& val, QVariant::Type parserType, QWidget* parent )Field 'val−>d−>data' in 1st parameter 'val' (reference) has type 'QVariant::Private::Data'.
QDBusAbstractInterface::asyncCall ( QString const& method, QVariant const& arg1, QVariant const& arg2, QVariant const& arg3, QVariant const& arg4, QVariant const& arg5, QVariant const& arg6, QVariant const& arg7, QVariant const& arg8 )Field 'arg7−>d−>data' in 8th parameter 'arg7' (reference) has type 'QVariant::Private::Data'.
QDBusAbstractInterface::call ( QDBus::CallMode mode, QString const& method, QVariant const& arg1, QVariant const& arg2, QVariant const& arg3, QVariant const& arg4, QVariant const& arg5, QVariant const& arg6, QVariant const& arg7, QVariant const& arg8 )Field 'arg7−>d−>data' in 9th parameter 'arg7' (reference) has type 'QVariant::Private::Data'.
QDBusAbstractInterface::call ( QString const& method, QVariant const& arg1, QVariant const& arg2, QVariant const& arg3, QVariant const& arg4, QVariant const& arg5, QVariant const& arg6, QVariant const& arg7, QVariant const& arg8 )Field 'arg7−>d−>data' in 8th parameter 'arg7' (reference) has type 'QVariant::Private::Data'.
QDBusAbstractInterface::internalPropGet ( char const* propname ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QDBusAbstractInterface::internalPropSet ( char const* propname, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QDBusArgument::appendVariant ( QVariant const& v )Field 'v−>d−>data' in 1st parameter 'v' (reference) has type 'QVariant::Private::Data'.
QDBusArgument::asVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QDBusMessage::operator<< ( QVariant const& arg )Field 'arg−>d−>data' in 1st parameter 'arg' (reference) has type 'QVariant::Private::Data'.
QDBusPendingReplyData::argumentAt ( int index ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
qDBusReplyFill ( QDBusMessage const& reply, QDBusError& error, QVariant& data )Field 'data−>d−>data' in 3rd parameter 'data' (reference) has type 'QVariant::Private::Data'.
QDesignerPropertyEditorInterface::propertyChanged ( QString const& name, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QDirModel::data ( QModelIndex const& index, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QDirModel::headerData ( int section, Qt::Orientation orientation, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QDirModel::setData ( QModelIndex const& index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QFileSystemModel::data ( QModelIndex const& index, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QFileSystemModel::headerData ( int section, Qt::Orientation orientation, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QFileSystemModel::myComputer ( int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QFileSystemModel::setData ( QModelIndex const& index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QFont::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QGraphicsEllipseItem::extension ( QVariant const& variant ) constField 'variant−>d−>data' in 1st parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsEllipseItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsItem::data ( int key ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QGraphicsItem::extension ( QVariant const& variant ) constField 'variant−>d−>data' in 1st parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsItem::inputMethodQuery ( Qt::InputMethodQuery query ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QGraphicsItem::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QGraphicsItem::setData ( int key, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QGraphicsItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsLineItem::extension ( QVariant const& variant ) constField 'variant−>d−>data' in 1st parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsLineItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsPathItem::extension ( QVariant const& variant ) constField 'variant−>d−>data' in 1st parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsPathItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsPixmapItem::extension ( QVariant const& variant ) constField 'variant−>d−>data' in 1st parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsPixmapItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsPolygonItem::extension ( QVariant const& variant ) constField 'variant−>d−>data' in 1st parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsPolygonItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsProxyWidget::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QGraphicsRectItem::extension ( QVariant const& variant ) constField 'variant−>d−>data' in 1st parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsRectItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsScene::inputMethodQuery ( Qt::InputMethodQuery query ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QGraphicsSimpleTextItem::extension ( QVariant const& variant ) constField 'variant−>d−>data' in 1st parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsSimpleTextItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsTextItem::extension ( QVariant const& variant ) constField 'variant−>d−>data' in 1st parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsTextItem::inputMethodQuery ( Qt::InputMethodQuery query ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QGraphicsTextItem::setExtension ( QGraphicsItem::Extension extension, QVariant const& variant )Field 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QGraphicsView::inputMethodQuery ( Qt::InputMethodQuery query ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QGraphicsWidget::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QGraphicsWidget::propertyChange ( QString const& propertyName, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QHelpContentModel::data ( QModelIndex const& index, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QHelpEngineCore::customValue ( QString const& key, QVariant const& defaultValue ) constField 'defaultValue−>d−>data' in 2nd parameter 'defaultValue' (reference) has type 'QVariant::Private::Data'.
QHelpEngineCore::metaData ( QString const& documentationFileName, QString const& name ) [static]Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QHelpEngineCore::setCustomValue ( QString const& key, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QIcon::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QImage::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QImageIOHandler::option ( QImageIOHandler::ImageOption option ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QImageIOHandler::setOption ( QImageIOHandler::ImageOption option, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QItemDelegate::check ( QStyleOptionViewItem const& option, QRect const& bounding, QVariant const& variant ) constField 'variant−>d−>data' in 3rd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QItemDelegate::decoration ( QStyleOptionViewItem const& option, QVariant const& variant ) constField 'variant−>d−>data' in 2nd parameter 'variant' (reference) has type 'QVariant::Private::Data'.
QKeySequence::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QLineEdit::inputMethodQuery ( Qt::InputMethodQuery p1 ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QListWidgetItem::data ( int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QListWidgetItem::setData ( int role, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QMatrix::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QMetaProperty::read ( QObject const* obj ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QMetaProperty::write ( QObject* obj, QVariant const& value ) constField 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QMimeData::colorData ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QMimeData::imageData ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QMimeData::retrieveData ( QString const& mimetype, QVariant::Type preferredType ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QMimeData::setColorData ( QVariant const& color )Field 'color−>d−>data' in 1st parameter 'color' (reference) has type 'QVariant::Private::Data'.
QMimeData::setImageData ( QVariant const& image )Field 'image−>d−>data' in 1st parameter 'image' (reference) has type 'QVariant::Private::Data'.
QNetworkReply::attribute ( QNetworkRequest::Attribute code ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QNetworkReply::header ( QNetworkRequest::KnownHeaders header ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QNetworkReply::setAttribute ( QNetworkRequest::Attribute code, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QNetworkReply::setHeader ( QNetworkRequest::KnownHeaders header, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QNetworkRequest::attribute ( QNetworkRequest::Attribute code, QVariant const& defaultValue ) constField 'defaultValue−>d−>data' in 2nd parameter 'defaultValue' (reference) has type 'QVariant::Private::Data'.
QNetworkRequest::header ( QNetworkRequest::KnownHeaders header ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QNetworkRequest::setAttribute ( QNetworkRequest::Attribute code, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QNetworkRequest::setHeader ( QNetworkRequest::KnownHeaders header, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QObject::property ( char const* name ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QObject::setProperty ( char const* name, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QPalette::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QPen::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QPersistentModelIndex::data ( int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QPixmap::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QPlainTextEdit::inputMethodQuery ( Qt::InputMethodQuery property ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QPlainTextEdit::loadResource ( int type, QUrl const& name )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QPolygon::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QProxyModel::data ( QModelIndex const& index, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QProxyModel::headerData ( int section, Qt::Orientation orientation, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QProxyModel::match ( QModelIndex const& start, int role, QVariant const& value, int hits, Qt::MatchFlags flags ) constField 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QProxyModel::setData ( QModelIndex const& index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QProxyModel::setHeaderData ( int section, Qt::Orientation orientation, QVariant const& value, int role )Field 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QRegion::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QScriptClass::extension ( QScriptClass::Extension extension, QVariant const& argument )Field 'argument−>d−>data' in 2nd parameter 'argument' (reference) has type 'QVariant::Private::Data'.
QScriptEngine::newVariant ( QScriptValue const& object, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QScriptEngine::newVariant ( QVariant const& value )Field 'value−>d−>data' in 1st parameter 'value' (reference) has type 'QVariant::Private::Data'.
QScriptEngineAgent::extension ( QScriptEngineAgent::Extension extension, QVariant const& argument )Field 'argument−>d−>data' in 2nd parameter 'argument' (reference) has type 'QVariant::Private::Data'.
QScriptValue::toVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSettings::setValue ( QString const& key, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QSettings::value ( QString const& key, QVariant const& defaultValue ) constField 'defaultValue−>d−>data' in 2nd parameter 'defaultValue' (reference) has type 'QVariant::Private::Data'.
QSizePolicy::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSortFilterProxyModel::data ( QModelIndex const& index, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSortFilterProxyModel::headerData ( int section, Qt::Orientation orientation, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSortFilterProxyModel::match ( QModelIndex const& start, int role, QVariant const& value, int hits, Qt::MatchFlags flags ) constField 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QSortFilterProxyModel::setData ( QModelIndex const& index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QSortFilterProxyModel::setHeaderData ( int section, Qt::Orientation orientation, QVariant const& value, int role )Field 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QSqlDriver::handle ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlField::defaultValue ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlField::setDefaultValue ( QVariant const& value )Field 'value−>d−>data' in 1st parameter 'value' (reference) has type 'QVariant::Private::Data'.
QSqlField::setValue ( QVariant const& value )Field 'value−>d−>data' in 1st parameter 'value' (reference) has type 'QVariant::Private::Data'.
QSqlQuery::addBindValue ( QVariant const& val, QSql::ParamType type )Field 'val−>d−>data' in 1st parameter 'val' (reference) has type 'QVariant::Private::Data'.
QSqlQuery::bindValue ( int pos, QVariant const& val, QSql::ParamType type )Field 'val−>d−>data' in 2nd parameter 'val' (reference) has type 'QVariant::Private::Data'.
QSqlQuery::bindValue ( QString const& placeholder, QVariant const& val, QSql::ParamType type )Field 'val−>d−>data' in 2nd parameter 'val' (reference) has type 'QVariant::Private::Data'.
QSqlQuery::boundValue ( int pos ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlQuery::boundValue ( QString const& placeholder ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlQuery::lastInsertId ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlQuery::value ( int i ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlQueryModel::data ( QModelIndex const& item, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlQueryModel::headerData ( int section, Qt::Orientation orientation, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlQueryModel::setHeaderData ( int section, Qt::Orientation orientation, QVariant const& value, int role )Field 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QSqlRecord::setValue ( int i, QVariant const& val )Field 'val−>d−>data' in 2nd parameter 'val' (reference) has type 'QVariant::Private::Data'.
QSqlRecord::setValue ( QString const& name, QVariant const& val )Field 'val−>d−>data' in 2nd parameter 'val' (reference) has type 'QVariant::Private::Data'.
QSqlRecord::value ( int i ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlRecord::value ( QString const& name ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlRelationalTableModel::data ( QModelIndex const& item, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlRelationalTableModel::setData ( QModelIndex const& item, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QSqlResult::addBindValue ( QVariant const& val, QSql::ParamType type )Field 'val−>d−>data' in 1st parameter 'val' (reference) has type 'QVariant::Private::Data'.
QSqlResult::bindValue ( int pos, QVariant const& val, QSql::ParamType type )Field 'val−>d−>data' in 2nd parameter 'val' (reference) has type 'QVariant::Private::Data'.
QSqlResult::bindValue ( QString const& placeholder, QVariant const& val, QSql::ParamType type )Field 'val−>d−>data' in 2nd parameter 'val' (reference) has type 'QVariant::Private::Data'.
QSqlResult::boundValue ( int pos ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlResult::boundValue ( QString const& placeholder ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlResult::handle ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlResult::lastInsertId ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlTableModel::data ( QModelIndex const& idx, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlTableModel::headerData ( int section, Qt::Orientation orientation, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QSqlTableModel::setData ( QModelIndex const& index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QStandardItem::data ( int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QStandardItem::setData ( QVariant const& value, int role )Field 'value−>d−>data' in 1st parameter 'value' (reference) has type 'QVariant::Private::Data'.
QStandardItemModel::data ( QModelIndex const& index, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QStandardItemModel::headerData ( int section, Qt::Orientation orientation, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QStandardItemModel::setData ( QModelIndex const& index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QStandardItemModel::setHeaderData ( int section, Qt::Orientation orientation, QVariant const& value, int role )Field 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QStringListModel::data ( QModelIndex const& index, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QStringListModel::setData ( QModelIndex const& index, QVariant const& value, int role )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QStyledItemDelegate::displayText ( QVariant const& value, QLocale const& locale ) constField 'value−>d−>data' in 1st parameter 'value' (reference) has type 'QVariant::Private::Data'.
QStyleHintReturnVariant::QStyleHintReturnVariant [in-charge] ( )Field 'this−>variant−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QSystemLocale::query ( QSystemLocale::QueryType type, QVariant in ) constField 'in−>d−>data' in 2nd parameter 'in' has type 'QVariant::Private::Data'.
QTabBar::setTabData ( int index, QVariant const& data )Field 'data−>d−>data' in 2nd parameter 'data' (reference) has type 'QVariant::Private::Data'.
QTabBar::tabData ( int index ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTableWidgetItem::data ( int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTableWidgetItem::setData ( int role, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QTextBrowser::loadResource ( int type, QUrl const& name )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTextDocument::addResource ( int type, QUrl const& name, QVariant const& resource )Field 'resource−>d−>data' in 3rd parameter 'resource' (reference) has type 'QVariant::Private::Data'.
QTextDocument::loadResource ( int type, QUrl const& name )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTextDocument::resource ( int type, QUrl const& name ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTextEdit::inputMethodQuery ( Qt::InputMethodQuery property ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTextEdit::loadResource ( int type, QUrl const& name )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTextFormat::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTextFormat::property ( int propertyId ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTextFormat::setProperty ( int propertyId, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QTextLength::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTransform::operator QVariant ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTreeWidgetItem::data ( int column, int role ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QTreeWidgetItem::setData ( int column, int role, QVariant const& value )Field 'value−>d−>data' in 3rd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QVariant::canConvert ( QVariant::Type t ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::castOrDetach ( QVariant::Type t )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::clear ( )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::cmp ( QVariant const& other ) constField 'other−>d−>data' in 1st parameter 'other' (reference) has type 'QVariant::Private::Data'.
QVariant::constData ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::convert ( QVariant::Type t )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::create ( int type, void const* copy )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::data ( )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::detach ( )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::handler [data]Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::isNull ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::load ( QDataStream& ds )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::operator= ( QVariant const& other )Field 'other−>d−>data' in 1st parameter 'other' (reference) has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( bool b )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( char const* str )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( double d )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( int i )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( int typeOrUserType, void const* copy )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( qlonglong ll )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QBitArray const& bitarray )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QByteArray const& bytearray )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QChar const& qchar )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QDataStream& s )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QDate const& date )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QDateTime const& datetime )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QHash<QString, QVariant>const& hash )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QLatin1String const& string )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QLine const& line )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QLineF const& line )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QList<QVariant>const& list )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QLocale const& locale )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QMap<QString, QVariant>const& map )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QPoint const& pt )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QPointF const& pt )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QRect const& rect )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QRectF const& rect )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QRegExp const& regExp )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QSize const& size )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QSizeF const& size )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QString const& string )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QStringList const& stringlist )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( Qt::GlobalColor color )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QTime const& time )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QUrl const& url )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QVariant const& other )Field 'other−>d−>data' in 1st parameter 'other' (reference) has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( QVariant::Type type )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( uint ui )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::QVariant [in-charge] ( qulonglong ull )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::save ( QDataStream& ds ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toBitArray ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toBool ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toByteArray ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toChar ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toDate ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toDateTime ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toDouble ( bool* ok ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toHash ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toInt ( bool* ok ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toLine ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toLineF ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toList ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toLocale ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toLongLong ( bool* ok ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toMap ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toPoint ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toPointF ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toRect ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toRectF ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toRegExp ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toSize ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toSizeF ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toString ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toStringList ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toTime ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toUInt ( bool* ok ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toULongLong ( bool* ok ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::toUrl ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::type ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::typeName ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::userType ( ) constField 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QVariant::~QVariant [in-charge] ( )Field 'this−>d−>data' in the object of this method has type 'QVariant::Private::Data'.
QWebFrame::evaluateJavaScript ( QString const& scriptSource )Field 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QWebHistoryItem::setUserData ( QVariant const& userData )Field 'userData−>d−>data' in 1st parameter 'userData' (reference) has type 'QVariant::Private::Data'.
QWebHistoryItem::userData ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QWebPage::inputMethodQuery ( Qt::InputMethodQuery property ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QWebView::inputMethodQuery ( Qt::InputMethodQuery property ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QWidget::inputMethodQuery ( Qt::InputMethodQuery p1 ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QWizard::field ( QString const& name ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QWizard::setField ( QString const& name, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QWizardPage::field ( QString const& name ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QWizardPage::setField ( QString const& name, QVariant const& value )Field 'value−>d−>data' in 2nd parameter 'value' (reference) has type 'QVariant::Private::Data'.
QXmlFormatter::atomicValue ( QVariant const& value )Field 'value−>d−>data' in 1st parameter 'value' (reference) has type 'QVariant::Private::Data'.
QXmlItem::QXmlItem [in-charge] ( QVariant const& atomicValue )Field 'atomicValue−>d−>data' in 1st parameter 'atomicValue' (reference) has type 'QVariant::Private::Data'.
QXmlItem::toAtomicValue ( ) constField 'RetVal−>d−>data' in return value has type 'QVariant::Private::Data'.
QXmlSerializer::atomicValue ( QVariant const& value )Field 'value−>d−>data' in 1st parameter 'value' (reference) has type 'QVariant::Private::Data'.
variantToDomProperty ( QAbstractFormBuilder* abstractFormBuilder, QMetaObject const* meta, QString const& propertyName, QVariant const& value )Field 'value−>d−>data' in 4th parameter 'value' (reference) has type 'QVariant::Private::Data'.
qwebpage.h
[+] enum QWebPage::WebAction (1)
| Change |
Effect |
1 | Value of member WebActionCount has been changed from 53 to 67. | Applications may execute a wrong branch of code in the library and therefore change the behavior. |
[+] affected symbols (4)
QWebPage::action ( QWebPage::WebAction action ) const1st parameter 'action' has type 'QWebPage::WebAction'.
QWebPage::triggerAction ( QWebPage::WebAction action, bool checked )1st parameter 'action' has type 'QWebPage::WebAction'.
QWebView::pageAction ( QWebPage::WebAction action ) const1st parameter 'action' has type 'QWebPage::WebAction'.
QWebView::triggerPageAction ( QWebPage::WebAction action, bool checked )1st parameter 'action' has type 'QWebPage::WebAction'.
to the top
Problems with Symbols, Low Severity (12)
qapplication.h,
libQtGui.so.4.5.3
[+] QApplication::QApplication [not-in-charge] ( Display* dpy, int& argc, char** argv, Qt::HANDLE visual, Qt::HANDLE cmap, int p6 ) (1)
[ symbol: _ZN12QApplicationC2EP9_XDisplayRiPPcmmi ]
| Change | Effect |
---|
1 | The default argument of 6th parameter p6 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( Display* dpy, int& argc, char** argv, Qt::HANDLE visual, Qt::HANDLE cmap, int p6 ) (1)
[ symbol: _ZN12QApplicationC1EP9_XDisplayRiPPcmmi ]
| Change | Effect |
---|
1 | The default argument of 6th parameter p6 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [not-in-charge] ( Display* dpy, Qt::HANDLE visual, Qt::HANDLE cmap, int p4 ) (1)
[ symbol: _ZN12QApplicationC2EP9_XDisplaymmi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( Display* dpy, Qt::HANDLE visual, Qt::HANDLE cmap, int p4 ) (1)
[ symbol: _ZN12QApplicationC1EP9_XDisplaymmi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( int& argc, char** argv, bool GUIenabled, int p4 ) (1)
[ symbol: _ZN12QApplicationC1ERiPPcbi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [not-in-charge] ( int& argc, char** argv, bool GUIenabled, int p4 ) (1)
[ symbol: _ZN12QApplicationC2ERiPPcbi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [not-in-charge] ( int& argc, char** argv, int p3 ) (1)
[ symbol: _ZN12QApplicationC2ERiPPci ]
| Change | Effect |
---|
1 | The default argument of 3rd parameter p3 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( int& argc, char** argv, int p3 ) (1)
[ symbol: _ZN12QApplicationC1ERiPPci ]
| Change | Effect |
---|
1 | The default argument of 3rd parameter p3 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [not-in-charge] ( int& argc, char** argv, QApplication::Type p3, int p4 ) (1)
[ symbol: _ZN12QApplicationC2ERiPPcNS_4TypeEi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QApplication::QApplication [in-charge] ( int& argc, char** argv, QApplication::Type p3, int p4 ) (1)
[ symbol: _ZN12QApplicationC1ERiPPcNS_4TypeEi ]
| Change | Effect |
---|
1 | The default argument of 4th parameter p4 has been changed from 263427 to 263680. | Applications will pass an old default (compile-time) argument that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
qsslerror.h,
libQtNetwork.so.4.5.3
[+] QSslError::QSslError [not-in-charge] ( QSslError::SslError error, QSslCertificate const& certificate ) (1)
[ symbol: _ZN9QSslErrorC2ENS_8SslErrorERK15QSslCertificate ]
| Change | Effect |
---|
1 | The default argument 0 of 1st parameter error has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
[+] QSslError::QSslError [in-charge] ( QSslError::SslError error, QSslCertificate const& certificate ) (1)
[ symbol: _ZN9QSslErrorC1ENS_8SslErrorERK15QSslCertificate ]
| Change | Effect |
---|
1 | The default argument 0 of 1st parameter error has been removed. | Applications will pass an old default argument (that is not default any more) that may not be properly handled anymore. This may result in crash or incorrect behavior of applications. |
to the top
Header Files (48)
phonon
Qt
Qt3Support (Qt/Qt3Support)
QtCore (Qt/QtCore)
QtDBus (Qt/QtDBus)
QtGui (Qt/QtGui)
QtHelp (Qt/QtHelp)
QtNetwork (Qt/QtNetwork)
QtOpenGL (Qt/QtOpenGL)
QtScript (Qt/QtScript)
QtScriptTools (Qt/QtScriptTools)
QtSql (Qt/QtSql)
QtSvg (Qt/QtSvg)
QtTest (Qt/QtTest)
QtWebKit (Qt/QtWebKit)
QtXml (Qt/QtXml)
QtXmlPatterns (Qt/QtXmlPatterns)
Qt3Support (Qt3Support/Qt3Support)
QtAlgorithms
QtAssistant
QtCleanUpFunction
QtConcurrentFilter
QtConcurrentMap
QtConcurrentRun
QtContainerFwd
QtCore (QtCore/QtCore)
QtDBus (QtDBus/QtDBus)
QtDebug
QtDesigner
QtEndian
QtEvents
QtGlobal
QtGui (QtGui/QtGui)
QtHelp (QtHelp/QtHelp)
QtMsgHandler
QtNetwork (QtNetwork/QtNetwork)
QtOpenGL (QtOpenGL/QtOpenGL)
QtPlugin
QtPluginInstanceFunction
QtScript (QtScript/QtScript)
QtScriptTools (QtScriptTools/QtScriptTools)
QtSql (QtSql/QtSql)
QtSvg (QtSvg/QtSvg)
QtTest (QtTest/QtTest)
QtUiTools
QtWebKit (QtWebKit/QtWebKit)
QtXml (QtXml/QtXml)
QtXmlPatterns (QtXmlPatterns/QtXmlPatterns)
to the top
Shared Libraries (20)
libphonon.so.4.3.1
libQt3Support.so.4.5.3
libQtAssistantClient.so.4.5.3
libQtCLucene.so.4.5.3
libQtCore.so.4.5.3
libQtDBus.so.4.5.3
libQtDesigner.so.4.5.3
libQtDesignerComponents.so.4.5.3
libQtGui.so.4.5.3
libQtHelp.so.4.5.3
libQtNetwork.so.4.5.3
libQtOpenGL.so.4.5.3
libQtScript.so.4.5.3
libQtScriptTools.so.4.5.3
libQtSql.so.4.5.3
libQtSvg.so.4.5.3
libQtTest.so.4.5.3
libQtWebKit.so.4.5.3
libQtXml.so.4.5.3
libQtXmlPatterns.so.4.5.3
to the top