Binary compatibility report for the KDE Libs library between 4.4.5 and 4.5.0 versions on x86
Test Info
Library Name | KDE Libs |
Version #1 | 4.4.5 |
Version #2 | 4.5.0 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 1623 |
Total Shared Libraries | 37 |
Total Symbols / Types | 20159 / 5405 |
Verdict | Incompatible (0.12%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 630 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 1 |
Medium | 2 |
Low | 24 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 5 |
Problems with Constants | Low | 0 |
Added Symbols (630)
abstractdialogmanager.h,
libplasma.so.3.0.0
namespace Plasma
AbstractDialogManager::AbstractDialogManager [in-charge] ( Corona* parent )
[ symbol: _ZN6Plasma21AbstractDialogManagerC1EPNS_6CoronaE ]
AbstractDialogManager::AbstractDialogManager [not-in-charge] ( Corona* parent )
[ symbol: _ZN6Plasma21AbstractDialogManagerC2EPNS_6CoronaE ]
AbstractDialogManager::metaObject ( ) const
[ symbol: _ZNK6Plasma21AbstractDialogManager10metaObjectEv ]
AbstractDialogManager::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN6Plasma21AbstractDialogManager11qt_metacallEN11QMetaObject4CallEiPPv ]
AbstractDialogManager::qt_metacast ( char const* p1 )
[ symbol: _ZN6Plasma21AbstractDialogManager11qt_metacastEPKc ]
AbstractDialogManager::showDialog ( QWidget* widget, Applet* applet )
[ symbol: _ZN6Plasma21AbstractDialogManager10showDialogEP7QWidgetPNS_6AppletE ]
AbstractDialogManager::staticMetaObject [data]
[ symbol: _ZN6Plasma21AbstractDialogManager16staticMetaObjectE ]
AbstractDialogManager::~AbstractDialogManager [in-charge-deleting] ( )
[ symbol: _ZN6Plasma21AbstractDialogManagerD0Ev ]
AbstractDialogManager::~AbstractDialogManager [in-charge] ( )
[ symbol: _ZN6Plasma21AbstractDialogManagerD1Ev ]
AbstractDialogManager::~AbstractDialogManager [not-in-charge] ( )
[ symbol: _ZN6Plasma21AbstractDialogManagerD2Ev ]
abstractrunner.h,
libplasma.so.3.0.0
namespace Plasma
AbstractRunner::AbstractRunner [in-charge] ( KService::Ptr const service, QObject* parent )
[ symbol: _ZN6Plasma14AbstractRunnerC1E10KSharedPtrI8KServiceEP7QObject ]
AbstractRunner::AbstractRunner [not-in-charge] ( KService::Ptr const service, QObject* parent )
[ symbol: _ZN6Plasma14AbstractRunnerC2E10KSharedPtrI8KServiceEP7QObject ]
AbstractRunner::mimeDataForMatch ( QueryMatch const* match )
[ symbol: _ZN6Plasma14AbstractRunner16mimeDataForMatchEPKNS_10QueryMatchE ]
accessmanager.h,
libkio.so.5.5.0
namespace KIO::Integration
sslConfigFromMetaData ( KIO::MetaData const& metadata, QSslConfiguration& sslconfig )
[ symbol: _ZN3KIO11Integration21sslConfigFromMetaDataERKNS_8MetaDataER17QSslConfiguration ]
animator.h,
libplasma.so.3.0.0
namespace Plasma
Animator::create ( Animator::CurveShape type ) [static]
[ symbol: _ZN6Plasma8Animator6createENS0_10CurveShapeE ]
Animator::create ( QString const& animationName, QObject* parent ) [static]
[ symbol: _ZN6Plasma8Animator6createERK7QStringP7QObject ]
applet.h,
libplasma.so.3.0.0
namespace Plasma
Applet::isUserConfiguring ( ) const
[ symbol: _ZNK6Plasma6Applet17isUserConfiguringEv ]
Applet::showConfigurationInterface ( QWidget* widget )
[ symbol: _ZN6Plasma6Applet26showConfigurationInterfaceEP7QWidget ]
appletscript.h,
libplasma.so.3.0.0
namespace Plasma
AppletScript::loadAnimationFromPackage ( QString const& name, QObject* parent )
[ symbol: _ZN6Plasma12AppletScript24loadAnimationFromPackageERK7QStringP7QObject ]
AppletScript::popupEvent ( bool popped ) const
[ symbol: _ZNK6Plasma12AppletScript10popupEventEb ]
browserrun.h,
libkparts.so.4.5.0
namespace KParts
BrowserRun::handleNonEmbeddable ( QString const& mimeType, KService::Ptr* pSelectedService )
[ symbol: _ZN6KParts10BrowserRun19handleNonEmbeddableERK7QStringP10KSharedPtrI8KServiceE ]
codecompletionmodelcontrollerinterface.h,
libktexteditor.so.4.5.0
namespace KTextEditor
CodeCompletionModelControllerInterface3::aborted ( View* view )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface37abortedEPNS_4ViewE ]
CodeCompletionModelControllerInterface3::CodeCompletionModelControllerInterface3 [in-charge] ( )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface3C1Ev ]
CodeCompletionModelControllerInterface3::CodeCompletionModelControllerInterface3 [not-in-charge] ( )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface3C2Ev ]
CodeCompletionModelControllerInterface3::completionRange ( View* view, Cursor const& position )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface315completionRangeEPNS_4ViewERKNS_6CursorE ]
CodeCompletionModelControllerInterface3::filterString ( View* view, Range const& range, Cursor const& position )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface312filterStringEPNS_4ViewERKNS_5RangeERKNS_6CursorE ]
CodeCompletionModelControllerInterface3::matchingItem ( QModelIndex const& matched )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface312matchingItemERK11QModelIndex ]
CodeCompletionModelControllerInterface3::shouldAbortCompletion ( View* view, Range const& range, QString const& currentCompletion )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface321shouldAbortCompletionEPNS_4ViewERKNS_5RangeERK7QString ]
CodeCompletionModelControllerInterface3::shouldExecute ( QModelIndex const& selected, QChar inserted )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface313shouldExecuteERK11QModelIndex5QChar ]
CodeCompletionModelControllerInterface3::shouldStartCompletion ( View* view, QString const& insertedText, bool userInsertion, Cursor const& position )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface321shouldStartCompletionEPNS_4ViewERK7QStringbRKNS_6CursorE ]
CodeCompletionModelControllerInterface3::updateCompletionRange ( View* view, Range const& range )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface321updateCompletionRangeEPNS_4ViewERKNS_5RangeE ]
CodeCompletionModelControllerInterface3::~CodeCompletionModelControllerInterface3 [in-charge-deleting] ( )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface3D0Ev ]
CodeCompletionModelControllerInterface3::~CodeCompletionModelControllerInterface3 [in-charge] ( )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface3D1Ev ]
CodeCompletionModelControllerInterface3::~CodeCompletionModelControllerInterface3 [not-in-charge] ( )
[ symbol: _ZN11KTextEditor39CodeCompletionModelControllerInterface3D2Ev ]
combobox.h,
libplasma.so.3.0.0
namespace Plasma
ComboBox::mousePressEvent ( QGraphicsSceneMouseEvent* event )
[ symbol: _ZN6Plasma8ComboBox15mousePressEventEP24QGraphicsSceneMouseEvent ]
comparisonterm.h,
libnepomukquery.so.4.5.0
namespace Nepomuk::Query
ComparisonTerm::aggregateFunction ( ) const
[ symbol: _ZNK7Nepomuk5Query14ComparisonTerm17aggregateFunctionEv ]
ComparisonTerm::inverted ( ) const
[ symbol: _ZNK7Nepomuk5Query14ComparisonTerm8invertedEv ]
ComparisonTerm::isInverted ( ) const
[ symbol: _ZNK7Nepomuk5Query14ComparisonTerm10isInvertedEv ]
ComparisonTerm::setAggregateFunction ( ComparisonTerm::AggregateFunction function )
[ symbol: _ZN7Nepomuk5Query14ComparisonTerm20setAggregateFunctionENS1_17AggregateFunctionE ]
ComparisonTerm::setInverted ( bool invert )
[ symbol: _ZN7Nepomuk5Query14ComparisonTerm11setInvertedEb ]
ComparisonTerm::setSortWeight ( int weight, Qt::SortOrder sortOrder )
[ symbol: _ZN7Nepomuk5Query14ComparisonTerm13setSortWeightEiN2Qt9SortOrderE ]
ComparisonTerm::setVariableName ( QString const& name )
[ symbol: _ZN7Nepomuk5Query14ComparisonTerm15setVariableNameERK7QString ]
ComparisonTerm::sortOrder ( ) const
[ symbol: _ZNK7Nepomuk5Query14ComparisonTerm9sortOrderEv ]
ComparisonTerm::sortWeight ( ) const
[ symbol: _ZNK7Nepomuk5Query14ComparisonTerm10sortWeightEv ]
ComparisonTerm::variableName ( ) const
[ symbol: _ZNK7Nepomuk5Query14ComparisonTerm12variableNameEv ]
containment.h,
libplasma.so.3.0.0
namespace Plasma
Containment::context ( ) const
[ symbol: _ZNK6Plasma11Containment7contextEv ]
Containment::isToolBoxOpen ( ) const
[ symbol: _ZNK6Plasma11Containment13isToolBoxOpenEv ]
Containment::lastDesktop ( ) const
[ symbol: _ZNK6Plasma11Containment11lastDesktopEv ]
Containment::lastScreen ( ) const
[ symbol: _ZNK6Plasma11Containment10lastScreenEv ]
context.h,
libplasma.so.3.0.0
namespace Plasma
Context::currentActivityId ( ) const
[ symbol: _ZNK6Plasma7Context17currentActivityIdEv ]
Context::setCurrentActivityId ( QString const& id )
[ symbol: _ZN6Plasma7Context20setCurrentActivityIdERK7QString ]
corona.h,
libplasma.so.3.0.0
namespace Plasma
Corona::dialogManager ( )
[ symbol: _ZN6Plasma6Corona13dialogManagerEv ]
Corona::importLayout ( KConfigBase const& config )
[ symbol: _ZN6Plasma6Corona12importLayoutERK11KConfigBase ]
Corona::layoutContainments ( )
[ symbol: _ZN6Plasma6Corona18layoutContainmentsEv ]
Corona::mapAnimation ( Animator::Animation from, Animator::Animation to )
[ symbol: _ZN6Plasma6Corona12mapAnimationENS_8Animator9AnimationES2_ ]
Corona::mapAnimation ( Animator::Animation from, QString const& to )
[ symbol: _ZN6Plasma6Corona12mapAnimationENS_8Animator9AnimationERK7QString ]
Corona::setDialogManager ( AbstractDialogManager* manager )
[ symbol: _ZN6Plasma6Corona16setDialogManagerEPNS_21AbstractDialogManagerE ]
css_stylesheet.h,
libkhtml.so.5.5.0
namespace DOM
CSSException::codeAsString ( ) const
[ symbol: _ZNK3DOM12CSSException12codeAsStringEv ]
CSSException::codeAsString ( int cssCode ) [static]
[ symbol: _ZN3DOM12CSSException12codeAsStringEi ]
CSSException::isCSSExceptionCode ( int exceptioncode ) [static]
[ symbol: _ZN3DOM12CSSException18isCSSExceptionCodeEi ]
dataengine.h,
libplasma.so.3.0.0
namespace Plasma
DataEngine::createDefaultService ( QObject* parent )
[ symbol: _ZN6Plasma10DataEngine20createDefaultServiceEP7QObject ]
DataEngine::setDefaultService ( QString const& serviceName )
[ symbol: _ZN6Plasma10DataEngine17setDefaultServiceERK7QString ]
dataenginescript.h,
libplasma.so.3.0.0
namespace Plasma
DataEngineScript::setData ( QString const& source, DataEngine::Data const& values )
[ symbol: _ZN6Plasma16DataEngineScript7setDataERK7QStringRK5QHashIS1_8QVariantE ]
dialog.h,
libplasma.so.3.0.0
namespace Plasma
Dialog::syncToGraphicsWidget ( )
[ symbol: _ZN6Plasma6Dialog20syncToGraphicsWidgetEv ]
document.h,
libktexteditor.so.4.5.0
namespace KTextEditor
Document::exclusiveEditEnd ( Document* document )
[ symbol: _ZN11KTextEditor8Document16exclusiveEditEndEPS0_ ]
Document::exclusiveEditStart ( Document* document )
[ symbol: _ZN11KTextEditor8Document18exclusiveEditStartEPS0_ ]
Document::textChanged ( Document* document, Range const& oldRange, QString const& oldText, Range const& newRange )
[ symbol: _ZN11KTextEditor8Document11textChangedEPS0_RKNS_5RangeERK7QStringS4_ ]
Document::textRemoved ( Document* document, Range const& range, QString const& oldText )
[ symbol: _ZN11KTextEditor8Document11textRemovedEPS0_RKNS_5RangeERK7QString ]
dom2_events.h,
libkhtml.so.5.5.0
namespace DOM
EventException::codeAsString ( ) const
[ symbol: _ZNK3DOM14EventException12codeAsStringEv ]
EventException::codeAsString ( int cssCode ) [static]
[ symbol: _ZN3DOM14EventException12codeAsStringEi ]
EventException::isEventExceptionCode ( int exceptioncode ) [static]
[ symbol: _ZN3DOM14EventException20isEventExceptionCodeEi ]
dom2_range.h,
libkhtml.so.5.5.0
namespace DOM
RangeException::codeAsString ( ) const
[ symbol: _ZNK3DOM14RangeException12codeAsStringEv ]
RangeException::codeAsString ( int rangeCode ) [static]
[ symbol: _ZN3DOM14RangeException12codeAsStringEi ]
RangeException::isRangeExceptionCode ( int exceptioncode ) [static]
[ symbol: _ZN3DOM14RangeException20isRangeExceptionCodeEi ]
dom_doc.h,
libkhtml.so.5.5.0
namespace DOM
Document::querySelector ( DOMString const& query ) const
[ symbol: _ZNK3DOM8Document13querySelectorERKNS_9DOMStringE ]
Document::querySelectorAll ( DOMString const& query ) const
[ symbol: _ZNK3DOM8Document16querySelectorAllERKNS_9DOMStringE ]
DocumentFragment::querySelector ( DOMString const& query ) const
[ symbol: _ZNK3DOM16DocumentFragment13querySelectorERKNS_9DOMStringE ]
DocumentFragment::querySelectorAll ( DOMString const& query ) const
[ symbol: _ZNK3DOM16DocumentFragment16querySelectorAllERKNS_9DOMStringE ]
dom_element.h,
libkhtml.so.5.5.0
namespace DOM
Element::querySelector ( DOMString const& query ) const
[ symbol: _ZNK3DOM7Element13querySelectorERKNS_9DOMStringE ]
Element::querySelectorAll ( DOMString const& query ) const
[ symbol: _ZNK3DOM7Element16querySelectorAllERKNS_9DOMStringE ]
dom_exception.h,
libkhtml.so.5.5.0
namespace DOM
DOMException::codeAsString ( ) const
[ symbol: _ZNK3DOM12DOMException12codeAsStringEv ]
DOMException::codeAsString ( int code ) [static]
[ symbol: _ZN3DOM12DOMException12codeAsStringEi ]
DOMException::isDOMExceptionCode ( int exceptioncode ) [static]
[ symbol: _ZN3DOM12DOMException18isDOMExceptionCodeEi ]
downloadmanager.h,
libknewstuff3.so.4.5.0
namespace KNS3
DownloadManager::checkForUpdates ( )
[ symbol: _ZN4KNS315DownloadManager15checkForUpdatesEv ]
DownloadManager::DownloadManager [in-charge] ( QObject* parent )
[ symbol: _ZN4KNS315DownloadManagerC1EP7QObject ]
DownloadManager::DownloadManager [in-charge] ( QString const& configFile, QObject* parent )
[ symbol: _ZN4KNS315DownloadManagerC1ERK7QStringP7QObject ]
DownloadManager::DownloadManager [not-in-charge] ( QObject* parent )
[ symbol: _ZN4KNS315DownloadManagerC2EP7QObject ]
DownloadManager::DownloadManager [not-in-charge] ( QString const& configFile, QObject* parent )
[ symbol: _ZN4KNS315DownloadManagerC2ERK7QStringP7QObject ]
DownloadManager::entryStatusChanged ( Entry const& entry )
[ symbol: _ZN4KNS315DownloadManager18entryStatusChangedERKNS_5EntryE ]
DownloadManager::installEntry ( Entry const& entry )
[ symbol: _ZN4KNS315DownloadManager12installEntryERKNS_5EntryE ]
DownloadManager::metaObject ( ) const
[ symbol: _ZNK4KNS315DownloadManager10metaObjectEv ]
DownloadManager::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN4KNS315DownloadManager11qt_metacallEN11QMetaObject4CallEiPPv ]
DownloadManager::qt_metacast ( char const* p1 )
[ symbol: _ZN4KNS315DownloadManager11qt_metacastEPKc ]
DownloadManager::search ( int page, int pageSize )
[ symbol: _ZN4KNS315DownloadManager6searchEii ]
DownloadManager::searchResult ( Entry::List const& entries )
[ symbol: _ZN4KNS315DownloadManager12searchResultERK5QListINS_5EntryEE ]
DownloadManager::setSearchOrder ( DownloadManager::SortOrder order )
[ symbol: _ZN4KNS315DownloadManager14setSearchOrderENS0_9SortOrderE ]
DownloadManager::setSearchTerm ( QString const& searchTerm )
[ symbol: _ZN4KNS315DownloadManager13setSearchTermERK7QString ]
DownloadManager::staticMetaObject [data]
[ symbol: _ZN4KNS315DownloadManager16staticMetaObjectE ]
DownloadManager::~DownloadManager [in-charge-deleting] ( )
[ symbol: _ZN4KNS315DownloadManagerD0Ev ]
DownloadManager::~DownloadManager [in-charge] ( )
[ symbol: _ZN4KNS315DownloadManagerD1Ev ]
DownloadManager::~DownloadManager [not-in-charge] ( )
[ symbol: _ZN4KNS315DownloadManagerD2Ev ]
downloadwidget.h,
libknewstuff3.so.4.5.0
namespace KNS3
DownloadWidget::changedEntries ( )
[ symbol: _ZN4KNS314DownloadWidget14changedEntriesEv ]
DownloadWidget::DownloadWidget [in-charge] ( QString const& configFile, QWidget* parent )
[ symbol: _ZN4KNS314DownloadWidgetC1ERK7QStringP7QWidget ]
DownloadWidget::DownloadWidget [in-charge] ( QWidget* parent )
[ symbol: _ZN4KNS314DownloadWidgetC1EP7QWidget ]
DownloadWidget::DownloadWidget [not-in-charge] ( QString const& configFile, QWidget* parent )
[ symbol: _ZN4KNS314DownloadWidgetC2ERK7QStringP7QWidget ]
DownloadWidget::DownloadWidget [not-in-charge] ( QWidget* parent )
[ symbol: _ZN4KNS314DownloadWidgetC2EP7QWidget ]
DownloadWidget::installedEntries ( )
[ symbol: _ZN4KNS314DownloadWidget16installedEntriesEv ]
DownloadWidget::metaObject ( ) const
[ symbol: _ZNK4KNS314DownloadWidget10metaObjectEv ]
DownloadWidget::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN4KNS314DownloadWidget11qt_metacallEN11QMetaObject4CallEiPPv ]
DownloadWidget::qt_metacast ( char const* p1 )
[ symbol: _ZN4KNS314DownloadWidget11qt_metacastEPKc ]
DownloadWidget::staticMetaObject [data]
[ symbol: _ZN4KNS314DownloadWidget16staticMetaObjectE ]
DownloadWidget::~DownloadWidget [in-charge-deleting] ( )
[ symbol: _ZN4KNS314DownloadWidgetD0Ev ]
DownloadWidget::~DownloadWidget [in-charge] ( )
[ symbol: _ZN4KNS314DownloadWidgetD1Ev ]
DownloadWidget::~DownloadWidget [not-in-charge] ( )
[ symbol: _ZN4KNS314DownloadWidgetD2Ev ]
editor.h,
libktexteditor.so.4.5.0
namespace KTextEditor
Editor::defaultEncoding ( ) const
[ symbol: _ZNK11KTextEditor6Editor15defaultEncodingEv ]
Editor::setDefaultEncoding ( QString const& defaultEncoding )
[ symbol: _ZN11KTextEditor6Editor18setDefaultEncodingERK7QString ]
entity.h,
libnepomuk.so.4.5.0
namespace Nepomuk::Types
Entity::operator!= ( QUrl const& other ) const
[ symbol: _ZNK7Nepomuk5Types6EntityneERK4QUrl ]
Entity::operator== ( QUrl const& other ) const
[ symbol: _ZNK7Nepomuk5Types6EntityeqERK4QUrl ]
entry.h,
libknewstuff3.so.4.5.0
namespace KNS3
Entry::id ( ) const
[ symbol: _ZNK4KNS35Entry2idEv ]
Entry::providerId ( ) const
[ symbol: _ZNK4KNS35Entry10providerIdEv ]
extendergroup.h,
libplasma.so.3.0.0
namespace Plasma
ExtenderGroup::dragEnterEvent ( QGraphicsSceneDragDropEvent* event )
[ symbol: _ZN6Plasma13ExtenderGroup14dragEnterEventEP27QGraphicsSceneDragDropEvent ]
ExtenderGroup::dragLeaveEvent ( QGraphicsSceneDragDropEvent* event )
[ symbol: _ZN6Plasma13ExtenderGroup14dragLeaveEventEP27QGraphicsSceneDragDropEvent ]
ExtenderGroup::dragMoveEvent ( QGraphicsSceneDragDropEvent* event )
[ symbol: _ZN6Plasma13ExtenderGroup13dragMoveEventEP27QGraphicsSceneDragDropEvent ]
ExtenderGroup::dropEvent ( QGraphicsSceneDragDropEvent* event )
[ symbol: _ZN6Plasma13ExtenderGroup9dropEventEP27QGraphicsSceneDragDropEvent ]
ExtenderGroup::eventFilter ( QObject* watched, QEvent* event )
[ symbol: _ZN6Plasma13ExtenderGroup11eventFilterEP7QObjectP6QEvent ]
ExtenderGroup::resizeEvent ( QGraphicsSceneResizeEvent* event )
[ symbol: _ZN6Plasma13ExtenderGroup11resizeEventEP25QGraphicsSceneResizeEvent ]
extenderitem.h,
libplasma.so.3.0.0
namespace Plasma
ExtenderItem::setGroup ( ExtenderGroup* group, QPointF const& pos )
[ symbol: _ZN6Plasma12ExtenderItem8setGroupEPNS_13ExtenderGroupERK7QPointF ]
filequery.h,
libnepomukquery.so.4.5.0
namespace Nepomuk::Query
FileQuery::fileMode ( ) const
[ symbol: _ZNK7Nepomuk5Query9FileQuery8fileModeEv ]
FileQuery::FileQuery [in-charge] ( Term const& term )
[ symbol: _ZN7Nepomuk5Query9FileQueryC1ERKNS0_4TermE ]
FileQuery::FileQuery [not-in-charge] ( Term const& term )
[ symbol: _ZN7Nepomuk5Query9FileQueryC2ERKNS0_4TermE ]
FileQuery::setFileMode ( FileQuery::FileMode mode )
[ symbol: _ZN7Nepomuk5Query9FileQuery11setFileModeE6QFlagsINS1_13FileModeFlagsEE ]
highlighter.h,
libkdeui.so.5.5.0
namespace Sonnet
Highlighter::checkerEnabledByDefault ( ) const
[ symbol: _ZNK6Sonnet11Highlighter23checkerEnabledByDefaultEv ]
iconwidget.h,
libplasma.so.3.0.0
namespace Plasma
IconWidget::maximumIconSize ( ) const
[ symbol: _ZNK6Plasma10IconWidget15maximumIconSizeEv ]
IconWidget::minimumIconSize ( ) const
[ symbol: _ZNK6Plasma10IconWidget15minimumIconSizeEv ]
IconWidget::preferredIconSize ( ) const
[ symbol: _ZNK6Plasma10IconWidget17preferredIconSizeEv ]
IconWidget::setMaximumIconSize ( QSizeF const& size )
[ symbol: _ZN6Plasma10IconWidget18setMaximumIconSizeERK6QSizeF ]
IconWidget::setMinimumIconSize ( QSizeF const& size )
[ symbol: _ZN6Plasma10IconWidget18setMinimumIconSizeERK6QSizeF ]
IconWidget::setPreferredIconSize ( QSizeF const& size )
[ symbol: _ZN6Plasma10IconWidget20setPreferredIconSizeERK6QSizeF ]
kauthaction.h,
libkdecore.so.5.5.0
namespace KAuth
Action::earlyAuthorize ( ) const
[ symbol: _ZNK5KAuth6Action14earlyAuthorizeEv ]
Action::hasHelper ( ) const
[ symbol: _ZNK5KAuth6Action9hasHelperEv ]
kbreadcrumbselectionmodel.h,
libkdeui.so.5.5.0
KBreadcrumbSelectionModel::breadcrumbLength ( ) const
[ symbol: _ZNK25KBreadcrumbSelectionModel16breadcrumbLengthEv ]
KBreadcrumbSelectionModel::isActualSelectionIncluded ( ) const
[ symbol: _ZNK25KBreadcrumbSelectionModel25isActualSelectionIncludedEv ]
KBreadcrumbSelectionModel::KBreadcrumbSelectionModel [in-charge] ( QItemSelectionModel* selectionModel, KBreadcrumbSelectionModel::BreadcrumbTarget target, QObject* parent )
[ symbol: _ZN25KBreadcrumbSelectionModelC1EP19QItemSelectionModelNS_16BreadcrumbTargetEP7QObject ]
KBreadcrumbSelectionModel::KBreadcrumbSelectionModel [in-charge] ( QItemSelectionModel* selectionModel, QObject* parent )
[ symbol: _ZN25KBreadcrumbSelectionModelC1EP19QItemSelectionModelP7QObject ]
KBreadcrumbSelectionModel::KBreadcrumbSelectionModel [not-in-charge] ( QItemSelectionModel* selectionModel, KBreadcrumbSelectionModel::BreadcrumbTarget target, QObject* parent )
[ symbol: _ZN25KBreadcrumbSelectionModelC2EP19QItemSelectionModelNS_16BreadcrumbTargetEP7QObject ]
KBreadcrumbSelectionModel::KBreadcrumbSelectionModel [not-in-charge] ( QItemSelectionModel* selectionModel, QObject* parent )
[ symbol: _ZN25KBreadcrumbSelectionModelC2EP19QItemSelectionModelP7QObject ]
KBreadcrumbSelectionModel::metaObject ( ) const
[ symbol: _ZNK25KBreadcrumbSelectionModel10metaObjectEv ]
KBreadcrumbSelectionModel::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN25KBreadcrumbSelectionModel11qt_metacallEN11QMetaObject4CallEiPPv ]
KBreadcrumbSelectionModel::qt_metacast ( char const* p1 )
[ symbol: _ZN25KBreadcrumbSelectionModel11qt_metacastEPKc ]
KBreadcrumbSelectionModel::select ( QItemSelection const& selection, QItemSelectionModel::SelectionFlags command )
[ symbol: _ZN25KBreadcrumbSelectionModel6selectERK14QItemSelection6QFlagsIN19QItemSelectionModel13SelectionFlagEE ]
KBreadcrumbSelectionModel::select ( QModelIndex const& index, QItemSelectionModel::SelectionFlags command )
[ symbol: _ZN25KBreadcrumbSelectionModel6selectERK11QModelIndex6QFlagsIN19QItemSelectionModel13SelectionFlagEE ]
KBreadcrumbSelectionModel::setActualSelectionIncluded ( bool isActualSelectionIncluded )
[ symbol: _ZN25KBreadcrumbSelectionModel26setActualSelectionIncludedEb ]
KBreadcrumbSelectionModel::setBreadcrumbLength ( int breadcrumbLength )
[ symbol: _ZN25KBreadcrumbSelectionModel19setBreadcrumbLengthEi ]
KBreadcrumbSelectionModel::staticMetaObject [data]
[ symbol: _ZN25KBreadcrumbSelectionModel16staticMetaObjectE ]
KBreadcrumbSelectionModel::~KBreadcrumbSelectionModel [in-charge-deleting] ( )
[ symbol: _ZN25KBreadcrumbSelectionModelD0Ev ]
KBreadcrumbSelectionModel::~KBreadcrumbSelectionModel [in-charge] ( )
[ symbol: _ZN25KBreadcrumbSelectionModelD1Ev ]
KBreadcrumbSelectionModel::~KBreadcrumbSelectionModel [not-in-charge] ( )
[ symbol: _ZN25KBreadcrumbSelectionModelD2Ev ]
kcalendarsystem.h,
libkdecore.so.5.5.0
KCalendarSystem::create ( QString const& calType, KSharedConfig::Ptr config, KLocale const* locale ) [static]
[ symbol: _ZN15KCalendarSystem6createERK7QString10KSharedPtrI13KSharedConfigEPK7KLocale ]
KCalendarSystem::dateDifference ( QDate const& fromDate, QDate const& toDate, int* yearsDiff, int* monthsDiff, int* daysDiff, int* direction ) const
[ symbol: _ZNK15KCalendarSystem14dateDifferenceERK5QDateS2_PiS3_S3_S3_ ]
KCalendarSystem::daysDifference ( QDate const& fromDate, QDate const& toDate ) const
[ symbol: _ZNK15KCalendarSystem14daysDifferenceERK5QDateS2_ ]
KCalendarSystem::daysInMonth ( int year, int month ) const
[ symbol: _ZNK15KCalendarSystem11daysInMonthEii ]
KCalendarSystem::daysInYear ( int year ) const
[ symbol: _ZNK15KCalendarSystem10daysInYearEi ]
KCalendarSystem::eraName ( QDate const& date, KCalendarSystem::StringFormat format ) const
[ symbol: _ZNK15KCalendarSystem7eraNameERK5QDateNS_12StringFormatE ]
KCalendarSystem::eraYear ( QDate const& date, KCalendarSystem::StringFormat format ) const
[ symbol: _ZNK15KCalendarSystem7eraYearERK5QDateNS_12StringFormatE ]
KCalendarSystem::getDate ( QDate const date, int* year, int* month, int* day ) const
[ symbol: _ZNK15KCalendarSystem7getDateE5QDatePiS1_S1_ ]
KCalendarSystem::isValid ( QString const& eraName, int yearInEra, int month, int day ) const
[ symbol: _ZNK15KCalendarSystem7isValidERK7QStringiii ]
KCalendarSystem::KCalendarSystem [in-charge] ( KCalendarSystemPrivate& dd, KSharedConfig::Ptr const config, KLocale const* locale )
[ symbol: _ZN15KCalendarSystemC1ER22KCalendarSystemPrivate10KSharedPtrI13KSharedConfigEPK7KLocale ]
KCalendarSystem::KCalendarSystem [in-charge] ( KSharedConfig::Ptr const config, KLocale const* locale )
[ symbol: _ZN15KCalendarSystemC1E10KSharedPtrI13KSharedConfigEPK7KLocale ]
KCalendarSystem::KCalendarSystem [not-in-charge] ( KCalendarSystemPrivate& dd, KSharedConfig::Ptr const config, KLocale const* locale )
[ symbol: _ZN15KCalendarSystemC2ER22KCalendarSystemPrivate10KSharedPtrI13KSharedConfigEPK7KLocale ]
KCalendarSystem::KCalendarSystem [not-in-charge] ( KSharedConfig::Ptr const config, KLocale const* locale )
[ symbol: _ZN15KCalendarSystemC2E10KSharedPtrI13KSharedConfigEPK7KLocale ]
KCalendarSystem::monthsDifference ( QDate const& fromDate, QDate const& toDate ) const
[ symbol: _ZNK15KCalendarSystem16monthsDifferenceERK5QDateS2_ ]
KCalendarSystem::monthsInYear ( int year ) const
[ symbol: _ZNK15KCalendarSystem12monthsInYearEi ]
KCalendarSystem::readDate ( QString const& dateString, QString const& dateFormat, bool* ok, KLocale::DateTimeFormatStandard formatStandard ) const
[ symbol: _ZNK15KCalendarSystem8readDateERK7QStringS2_PbN7KLocale22DateTimeFormatStandardE ]
KCalendarSystem::setDate ( QDate& date, QString eraName, int yearInEra, int month, int day ) const
[ symbol: _ZNK15KCalendarSystem7setDateER5QDate7QStringiii ]
KCalendarSystem::yearInEra ( QDate const& date ) const
[ symbol: _ZNK15KCalendarSystem9yearInEraERK5QDate ]
KCalendarSystem::yearInEraString ( QDate const& date, KCalendarSystem::StringFormat format ) const
[ symbol: _ZNK15KCalendarSystem15yearInEraStringERK5QDateNS_12StringFormatE ]
KCalendarSystem::yearsDifference ( QDate const& fromDate, QDate const& toDate ) const
[ symbol: _ZNK15KCalendarSystem15yearsDifferenceERK5QDateS2_ ]
kcategorizedview.h,
libkdeui.so.5.5.0
KCategorizedView::block ( QModelIndex const& representative )
[ symbol: _ZN16KCategorizedView5blockERK11QModelIndex ]
KCategorizedView::block ( QString const& category )
[ symbol: _ZN16KCategorizedView5blockERK7QString ]
kcategorydrawer.h,
libkdeui.so.5.5.0
KCategoryDrawerV2::actionRequested ( int action, QModelIndex const& index )
[ symbol: _ZN17KCategoryDrawerV215actionRequestedEiRK11QModelIndex ]
KCategoryDrawerV3::KCategoryDrawerV3 [in-charge] ( KCategorizedView* view )
[ symbol: _ZN17KCategoryDrawerV3C1EP16KCategorizedView ]
KCategoryDrawerV3::KCategoryDrawerV3 [not-in-charge] ( KCategorizedView* view )
[ symbol: _ZN17KCategoryDrawerV3C2EP16KCategorizedView ]
KCategoryDrawerV3::mouseButtonDoubleClicked ( QModelIndex const& index, QRect const& blockRect, QMouseEvent* event )
[ symbol: _ZN17KCategoryDrawerV324mouseButtonDoubleClickedERK11QModelIndexRK5QRectP11QMouseEvent ]
KCategoryDrawerV3::mouseButtonPressed ( QModelIndex const& index, QRect const& blockRect, QMouseEvent* event )
[ symbol: _ZN17KCategoryDrawerV318mouseButtonPressedERK11QModelIndexRK5QRectP11QMouseEvent ]
KCategoryDrawerV3::mouseButtonReleased ( QModelIndex const& index, QRect const& blockRect, QMouseEvent* event )
[ symbol: _ZN17KCategoryDrawerV319mouseButtonReleasedERK11QModelIndexRK5QRectP11QMouseEvent ]
KCategoryDrawerV3::mouseLeft ( QModelIndex const& index, QRect const& blockRect )
[ symbol: _ZN17KCategoryDrawerV39mouseLeftERK11QModelIndexRK5QRect ]
KCategoryDrawerV3::mouseMoved ( QModelIndex const& index, QRect const& blockRect, QMouseEvent* event )
[ symbol: _ZN17KCategoryDrawerV310mouseMovedERK11QModelIndexRK5QRectP11QMouseEvent ]
KCategoryDrawerV3::view ( ) const
[ symbol: _ZNK17KCategoryDrawerV34viewEv ]
KCategoryDrawerV3::~KCategoryDrawerV3 [in-charge-deleting] ( )
[ symbol: _ZN17KCategoryDrawerV3D0Ev ]
KCategoryDrawerV3::~KCategoryDrawerV3 [in-charge] ( )
[ symbol: _ZN17KCategoryDrawerV3D1Ev ]
KCategoryDrawerV3::~KCategoryDrawerV3 [not-in-charge] ( )
[ symbol: _ZN17KCategoryDrawerV3D2Ev ]
kcmodule.h,
libkdeui.so.5.5.0
KCModule::exportText ( ) const
[ symbol: _ZNK8KCModule10exportTextEv ]
KCModule::setExportText ( QString const& p1 )
[ symbol: _ZN8KCModule13setExportTextERK7QString ]
kcolorbutton.h,
libkdeui.so.5.5.0
KColorButton::isAlphaChannelEnabled ( ) const
[ symbol: _ZNK12KColorButton21isAlphaChannelEnabledEv ]
KColorButton::setAlphaChannelEnabled ( bool alpha )
[ symbol: _ZN12KColorButton22setAlphaChannelEnabledEb ]
kcolordialog.h,
libkdeui.so.5.5.0
KColorDialog::isAlphaChannelEnabled ( ) const
[ symbol: _ZNK12KColorDialog21isAlphaChannelEnabledEv ]
KColorDialog::setAlphaChannelEnabled ( bool alpha )
[ symbol: _ZN12KColorDialog22setAlphaChannelEnabledEb ]
kcomponentdata.h,
libkdecore.so.5.5.0
KComponentData::setAboutData ( KAboutData const& aboutData )
[ symbol: _ZN14KComponentData12setAboutDataERK10KAboutData ]
kcrash.h,
libkdeui.so.5.5.0
namespace KCrash
isDrKonqiEnabled ( )
[ symbol: _ZN6KCrash16isDrKonqiEnabledEv ]
setDrKonqiEnabled ( bool enabled )
[ symbol: _ZN6KCrash17setDrKonqiEnabledEb ]
kdatetime.h,
libkdecore.so.5.5.0
operator<< ( QDataStream& out, KDateTime const& dateTime )
[ symbol: _ZlsR11QDataStreamRK9KDateTime ]
operator<< ( QDataStream& out, KDateTime::Spec const& spec )
[ symbol: _ZlsR11QDataStreamRKN9KDateTime4SpecE ]
kdirmodel.h,
libkio.so.5.5.0
KDirModel::jobTransfersVisible ( ) const
[ symbol: _ZNK9KDirModel19jobTransfersVisibleEv ]
KDirModel::setJobTransfersVisible ( bool value )
[ symbol: _ZN9KDirModel22setJobTransfersVisibleEb ]
kdiroperator.h,
libkfile.so.4.5.0
KDirOperator::keyPressEvent ( QKeyEvent* event )
[ symbol: _ZN12KDirOperator13keyPressEventEP9QKeyEvent ]
KDirOperator::newFileMenuSupportedMimeTypes ( ) const
[ symbol: _ZNK12KDirOperator29newFileMenuSupportedMimeTypesEv ]
KDirOperator::setNewFileMenuSupportedMimeTypes ( QStringList const& mime )
[ symbol: _ZN12KDirOperator32setNewFileMenuSupportedMimeTypesERK11QStringList ]
kfileitemactions.h,
libkio.so.5.5.0
KFileItemActions::runPreferredApplications ( KFileItemList const& fileOpenList, QString const& traderConstraint )
[ symbol: _ZN16KFileItemActions24runPreferredApplicationsERK13KFileItemListRK7QString ]
kfileitemdelegate.h,
libkio.so.5.5.0
KFileItemDelegate::jobTransfersVisible ( ) const
[ symbol: _ZNK17KFileItemDelegate19jobTransfersVisibleEv ]
KFileItemDelegate::setJobTransfersVisible ( bool jobTransfersVisible )
[ symbol: _ZN17KFileItemDelegate22setJobTransfersVisibleEb ]
kfilemetadataconfigurationwidget.h,
libkio.so.5.5.0
KFileMetaDataConfigurationWidget::event ( QEvent* event )
[ symbol: _ZN32KFileMetaDataConfigurationWidget5eventEP6QEvent ]
KFileMetaDataConfigurationWidget::items ( ) const
[ symbol: _ZNK32KFileMetaDataConfigurationWidget5itemsEv ]
KFileMetaDataConfigurationWidget::KFileMetaDataConfigurationWidget [in-charge] ( QWidget* parent )
[ symbol: _ZN32KFileMetaDataConfigurationWidgetC1EP7QWidget ]
KFileMetaDataConfigurationWidget::KFileMetaDataConfigurationWidget [not-in-charge] ( QWidget* parent )
[ symbol: _ZN32KFileMetaDataConfigurationWidgetC2EP7QWidget ]
KFileMetaDataConfigurationWidget::metaObject ( ) const
[ symbol: _ZNK32KFileMetaDataConfigurationWidget10metaObjectEv ]
KFileMetaDataConfigurationWidget::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN32KFileMetaDataConfigurationWidget11qt_metacallEN11QMetaObject4CallEiPPv ]
KFileMetaDataConfigurationWidget::qt_metacast ( char const* p1 )
[ symbol: _ZN32KFileMetaDataConfigurationWidget11qt_metacastEPKc ]
KFileMetaDataConfigurationWidget::save ( )
[ symbol: _ZN32KFileMetaDataConfigurationWidget4saveEv ]
KFileMetaDataConfigurationWidget::setItems ( KFileItemList const& items )
[ symbol: _ZN32KFileMetaDataConfigurationWidget8setItemsERK13KFileItemList ]
KFileMetaDataConfigurationWidget::sizeHint ( ) const
[ symbol: _ZNK32KFileMetaDataConfigurationWidget8sizeHintEv ]
KFileMetaDataConfigurationWidget::staticMetaObject [data]
[ symbol: _ZN32KFileMetaDataConfigurationWidget16staticMetaObjectE ]
KFileMetaDataConfigurationWidget::~KFileMetaDataConfigurationWidget [in-charge-deleting] ( )
[ symbol: _ZN32KFileMetaDataConfigurationWidgetD0Ev ]
KFileMetaDataConfigurationWidget::~KFileMetaDataConfigurationWidget [in-charge] ( )
[ symbol: _ZN32KFileMetaDataConfigurationWidgetD1Ev ]
KFileMetaDataConfigurationWidget::~KFileMetaDataConfigurationWidget [not-in-charge] ( )
[ symbol: _ZN32KFileMetaDataConfigurationWidgetD2Ev ]
kfilemetadatawidget.h,
libkio.so.5.5.0
KFileMetaDataWidget::event ( QEvent* event )
[ symbol: _ZN19KFileMetaDataWidget5eventEP6QEvent ]
KFileMetaDataWidget::isReadOnly ( ) const
[ symbol: _ZNK19KFileMetaDataWidget10isReadOnlyEv ]
KFileMetaDataWidget::items ( ) const
[ symbol: _ZNK19KFileMetaDataWidget5itemsEv ]
KFileMetaDataWidget::KFileMetaDataWidget [in-charge] ( QWidget* parent )
[ symbol: _ZN19KFileMetaDataWidgetC1EP7QWidget ]
KFileMetaDataWidget::KFileMetaDataWidget [not-in-charge] ( QWidget* parent )
[ symbol: _ZN19KFileMetaDataWidgetC2EP7QWidget ]
KFileMetaDataWidget::metaObject ( ) const
[ symbol: _ZNK19KFileMetaDataWidget10metaObjectEv ]
KFileMetaDataWidget::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN19KFileMetaDataWidget11qt_metacallEN11QMetaObject4CallEiPPv ]
KFileMetaDataWidget::qt_metacast ( char const* p1 )
[ symbol: _ZN19KFileMetaDataWidget11qt_metacastEPKc ]
KFileMetaDataWidget::setItems ( KFileItemList const& items )
[ symbol: _ZN19KFileMetaDataWidget8setItemsERK13KFileItemList ]
KFileMetaDataWidget::setReadOnly ( bool readOnly )
[ symbol: _ZN19KFileMetaDataWidget11setReadOnlyEb ]
KFileMetaDataWidget::sizeHint ( ) const
[ symbol: _ZNK19KFileMetaDataWidget8sizeHintEv ]
KFileMetaDataWidget::staticMetaObject [data]
[ symbol: _ZN19KFileMetaDataWidget16staticMetaObjectE ]
KFileMetaDataWidget::urlActivated ( KUrl const& url )
[ symbol: _ZN19KFileMetaDataWidget12urlActivatedERK4KUrl ]
KFileMetaDataWidget::~KFileMetaDataWidget [in-charge-deleting] ( )
[ symbol: _ZN19KFileMetaDataWidgetD0Ev ]
KFileMetaDataWidget::~KFileMetaDataWidget [in-charge] ( )
[ symbol: _ZN19KFileMetaDataWidgetD1Ev ]
KFileMetaDataWidget::~KFileMetaDataWidget [not-in-charge] ( )
[ symbol: _ZN19KFileMetaDataWidgetD2Ev ]
kfileplacesmodel.h,
libkfile.so.4.5.0
KFilePlacesModel::addPlace ( QString const& text, KUrl const& url, QString const& iconName, QString const& appName, QModelIndex const& after )
[ symbol: _ZN16KFilePlacesModel8addPlaceERK7QStringRK4KUrlS2_S2_RK11QModelIndex ]
kimagecache.h,
libkdeui.so.5.5.0
KImageCache::clear ( )
[ symbol: _ZN11KImageCache5clearEv ]
KImageCache::findImage ( QString const& key, QImage* destination ) const
[ symbol: _ZNK11KImageCache9findImageERK7QStringP6QImage ]
KImageCache::findPixmap ( QString const& key, QPixmap* destination ) const
[ symbol: _ZNK11KImageCache10findPixmapERK7QStringP7QPixmap ]
KImageCache::insertImage ( QString const& key, QImage const& image )
[ symbol: _ZN11KImageCache11insertImageERK7QStringRK6QImage ]
KImageCache::insertPixmap ( QString const& key, QPixmap const& pixmap )
[ symbol: _ZN11KImageCache12insertPixmapERK7QStringRK7QPixmap ]
KImageCache::KImageCache [in-charge] ( QString const& cacheName, unsigned int defaultCacheSize, unsigned int expectedItemSize )
[ symbol: _ZN11KImageCacheC1ERK7QStringjj ]
KImageCache::KImageCache [not-in-charge] ( QString const& cacheName, unsigned int defaultCacheSize, unsigned int expectedItemSize )
[ symbol: _ZN11KImageCacheC2ERK7QStringjj ]
KImageCache::lastModifiedTime ( ) const
[ symbol: _ZNK11KImageCache16lastModifiedTimeEv ]
KImageCache::pixmapCaching ( ) const
[ symbol: _ZNK11KImageCache13pixmapCachingEv ]
KImageCache::setPixmapCaching ( bool enable )
[ symbol: _ZN11KImageCache16setPixmapCachingEb ]
klinkitemselectionmodel.h,
libkdeui.so.5.5.0
KLinkItemSelectionModel::KLinkItemSelectionModel [in-charge] ( QAbstractItemModel* targetModel, QItemSelectionModel* linkedItemSelectionModel, QObject* parent )
[ symbol: _ZN23KLinkItemSelectionModelC1EP18QAbstractItemModelP19QItemSelectionModelP7QObject ]
KLinkItemSelectionModel::KLinkItemSelectionModel [not-in-charge] ( QAbstractItemModel* targetModel, QItemSelectionModel* linkedItemSelectionModel, QObject* parent )
[ symbol: _ZN23KLinkItemSelectionModelC2EP18QAbstractItemModelP19QItemSelectionModelP7QObject ]
KLinkItemSelectionModel::metaObject ( ) const
[ symbol: _ZNK23KLinkItemSelectionModel10metaObjectEv ]
KLinkItemSelectionModel::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN23KLinkItemSelectionModel11qt_metacallEN11QMetaObject4CallEiPPv ]
KLinkItemSelectionModel::qt_metacast ( char const* p1 )
[ symbol: _ZN23KLinkItemSelectionModel11qt_metacastEPKc ]
KLinkItemSelectionModel::select ( QItemSelection const& selection, QItemSelectionModel::SelectionFlags command )
[ symbol: _ZN23KLinkItemSelectionModel6selectERK14QItemSelection6QFlagsIN19QItemSelectionModel13SelectionFlagEE ]
KLinkItemSelectionModel::select ( QModelIndex const& index, QItemSelectionModel::SelectionFlags command )
[ symbol: _ZN23KLinkItemSelectionModel6selectERK11QModelIndex6QFlagsIN19QItemSelectionModel13SelectionFlagEE ]
KLinkItemSelectionModel::staticMetaObject [data]
[ symbol: _ZN23KLinkItemSelectionModel16staticMetaObjectE ]
KLinkItemSelectionModel::~KLinkItemSelectionModel [in-charge-deleting] ( )
[ symbol: _ZN23KLinkItemSelectionModelD0Ev ]
KLinkItemSelectionModel::~KLinkItemSelectionModel [in-charge] ( )
[ symbol: _ZN23KLinkItemSelectionModelD1Ev ]
KLinkItemSelectionModel::~KLinkItemSelectionModel [not-in-charge] ( )
[ symbol: _ZN23KLinkItemSelectionModelD2Ev ]
klocale.h,
libkdecore.so.5.5.0
KLocale::translateRawFrom ( char const* catname, char const* ctxt, char const* msg, QString* lang, QString* trans ) const
[ symbol: _ZNK7KLocale16translateRawFromEPKcS1_S1_P7QStringS3_ ]
KLocale::translateRawFrom ( char const* catname, char const* ctxt, char const* singular, char const* plural, unsigned long n, QString* lang, QString* trans ) const
[ symbol: _ZNK7KLocale16translateRawFromEPKcS1_S1_S1_mP7QStringS3_ ]
KLocale::translateRawFrom ( char const* catname, char const* msg, QString* lang, QString* trans ) const
[ symbol: _ZNK7KLocale16translateRawFromEPKcS1_P7QStringS3_ ]
KLocale::translateRawFrom ( char const* catname, char const* singular, char const* plural, unsigned long n, QString* lang, QString* trans ) const
[ symbol: _ZNK7KLocale16translateRawFromEPKcS1_S1_mP7QStringS3_ ]
klocalizedstring.h,
libkdecore.so.5.5.0
KLocalizedString::toString ( KLocale const* locale, QString const& catalogName ) const
[ symbol: _ZNK16KLocalizedString8toStringEPK7KLocaleRK7QString ]
KLocalizedString::toString ( QString const& catalogName ) const
[ symbol: _ZNK16KLocalizedString8toStringERK7QString ]
kmodelindexproxymapper.h,
libkdeui.so.5.5.0
KModelIndexProxyMapper::KModelIndexProxyMapper [in-charge] ( QAbstractItemModel const* leftModel, QAbstractItemModel const* rightModel, QObject* parent )
[ symbol: _ZN22KModelIndexProxyMapperC1EPK18QAbstractItemModelS2_P7QObject ]
KModelIndexProxyMapper::KModelIndexProxyMapper [not-in-charge] ( QAbstractItemModel const* leftModel, QAbstractItemModel const* rightModel, QObject* parent )
[ symbol: _ZN22KModelIndexProxyMapperC2EPK18QAbstractItemModelS2_P7QObject ]
KModelIndexProxyMapper::mapLeftToRight ( QModelIndex const& index ) const
[ symbol: _ZNK22KModelIndexProxyMapper14mapLeftToRightERK11QModelIndex ]
KModelIndexProxyMapper::mapRightToLeft ( QModelIndex const& index ) const
[ symbol: _ZNK22KModelIndexProxyMapper14mapRightToLeftERK11QModelIndex ]
KModelIndexProxyMapper::mapSelectionLeftToRight ( QItemSelection const& selection ) const
[ symbol: _ZNK22KModelIndexProxyMapper23mapSelectionLeftToRightERK14QItemSelection ]
KModelIndexProxyMapper::mapSelectionRightToLeft ( QItemSelection const& selection ) const
[ symbol: _ZNK22KModelIndexProxyMapper23mapSelectionRightToLeftERK14QItemSelection ]
KModelIndexProxyMapper::metaObject ( ) const
[ symbol: _ZNK22KModelIndexProxyMapper10metaObjectEv ]
KModelIndexProxyMapper::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN22KModelIndexProxyMapper11qt_metacallEN11QMetaObject4CallEiPPv ]
KModelIndexProxyMapper::qt_metacast ( char const* p1 )
[ symbol: _ZN22KModelIndexProxyMapper11qt_metacastEPKc ]
KModelIndexProxyMapper::staticMetaObject [data]
[ symbol: _ZN22KModelIndexProxyMapper16staticMetaObjectE ]
kmultitabbar.h,
libkdeui.so.5.5.0
KMultiTabBarButton::paintEvent ( QPaintEvent* p1 )
[ symbol: _ZN18KMultiTabBarButton10paintEventEP11QPaintEvent ]
knameandurlinputdialog.h,
libkfile.so.4.5.0
KNameAndUrlInputDialog::KNameAndUrlInputDialog [in-charge] ( QString const& nameLabel, QString const& urlLabel, KUrl const& startDir, QWidget* parent )
[ symbol: _ZN22KNameAndUrlInputDialogC1ERK7QStringS2_RK4KUrlP7QWidget ]
KNameAndUrlInputDialog::KNameAndUrlInputDialog [not-in-charge] ( QString const& nameLabel, QString const& urlLabel, KUrl const& startDir, QWidget* parent )
[ symbol: _ZN22KNameAndUrlInputDialogC2ERK7QStringS2_RK4KUrlP7QWidget ]
KNameAndUrlInputDialog::metaObject ( ) const
[ symbol: _ZNK22KNameAndUrlInputDialog10metaObjectEv ]
KNameAndUrlInputDialog::name ( ) const
[ symbol: _ZNK22KNameAndUrlInputDialog4nameEv ]
KNameAndUrlInputDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN22KNameAndUrlInputDialog11qt_metacallEN11QMetaObject4CallEiPPv ]
KNameAndUrlInputDialog::qt_metacast ( char const* p1 )
[ symbol: _ZN22KNameAndUrlInputDialog11qt_metacastEPKc ]
KNameAndUrlInputDialog::setSuggestedName ( QString const& name )
[ symbol: _ZN22KNameAndUrlInputDialog16setSuggestedNameERK7QString ]
KNameAndUrlInputDialog::setSuggestedUrl ( KUrl const& url )
[ symbol: _ZN22KNameAndUrlInputDialog15setSuggestedUrlERK4KUrl ]
KNameAndUrlInputDialog::staticMetaObject [data]
[ symbol: _ZN22KNameAndUrlInputDialog16staticMetaObjectE ]
KNameAndUrlInputDialog::url ( ) const
[ symbol: _ZNK22KNameAndUrlInputDialog3urlEv ]
KNameAndUrlInputDialog::~KNameAndUrlInputDialog [in-charge-deleting] ( )
[ symbol: _ZN22KNameAndUrlInputDialogD0Ev ]
KNameAndUrlInputDialog::~KNameAndUrlInputDialog [in-charge] ( )
[ symbol: _ZN22KNameAndUrlInputDialogD1Ev ]
KNameAndUrlInputDialog::~KNameAndUrlInputDialog [not-in-charge] ( )
[ symbol: _ZN22KNameAndUrlInputDialogD2Ev ]
knewfilemenu.h,
libkfile.so.4.5.0
KNewFileMenu::checkUpToDate ( )
[ symbol: _ZN12KNewFileMenu13checkUpToDateEv ]
KNewFileMenu::createDirectory ( )
[ symbol: _ZN12KNewFileMenu15createDirectoryEv ]
KNewFileMenu::directoryCreated ( KUrl const& url )
[ symbol: _ZN12KNewFileMenu16directoryCreatedERK4KUrl ]
KNewFileMenu::fileCreated ( KUrl const& url )
[ symbol: _ZN12KNewFileMenu11fileCreatedERK4KUrl ]
KNewFileMenu::KNewFileMenu [in-charge] ( KActionCollection* collection, QString const& name, QObject* parent )
[ symbol: _ZN12KNewFileMenuC1EP17KActionCollectionRK7QStringP7QObject ]
KNewFileMenu::KNewFileMenu [not-in-charge] ( KActionCollection* collection, QString const& name, QObject* parent )
[ symbol: _ZN12KNewFileMenuC2EP17KActionCollectionRK7QStringP7QObject ]
KNewFileMenu::metaObject ( ) const
[ symbol: _ZNK12KNewFileMenu10metaObjectEv ]
KNewFileMenu::popupFiles ( ) const
[ symbol: _ZNK12KNewFileMenu10popupFilesEv ]
KNewFileMenu::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN12KNewFileMenu11qt_metacallEN11QMetaObject4CallEiPPv ]
KNewFileMenu::qt_metacast ( char const* p1 )
[ symbol: _ZN12KNewFileMenu11qt_metacastEPKc ]
KNewFileMenu::setParentWidget ( QWidget* parentWidget )
[ symbol: _ZN12KNewFileMenu15setParentWidgetEP7QWidget ]
KNewFileMenu::setPopupFiles ( KUrl::List const& files )
[ symbol: _ZN12KNewFileMenu13setPopupFilesERKN4KUrl4ListE ]
KNewFileMenu::setSupportedMimeTypes ( QStringList const& mime )
[ symbol: _ZN12KNewFileMenu21setSupportedMimeTypesERK11QStringList ]
KNewFileMenu::setViewShowsHiddenFiles ( bool b )
[ symbol: _ZN12KNewFileMenu23setViewShowsHiddenFilesEb ]
KNewFileMenu::slotResult ( KJob* job )
[ symbol: _ZN12KNewFileMenu10slotResultEP4KJob ]
KNewFileMenu::staticMetaObject [data]
[ symbol: _ZN12KNewFileMenu16staticMetaObjectE ]
KNewFileMenu::supportedMimeTypes ( ) const
[ symbol: _ZNK12KNewFileMenu18supportedMimeTypesEv ]
KNewFileMenu::~KNewFileMenu [in-charge-deleting] ( )
[ symbol: _ZN12KNewFileMenuD0Ev ]
KNewFileMenu::~KNewFileMenu [in-charge] ( )
[ symbol: _ZN12KNewFileMenuD1Ev ]
KNewFileMenu::~KNewFileMenu [not-in-charge] ( )
[ symbol: _ZN12KNewFileMenuD2Ev ]
knewstuffaction.h,
libknewstuff3.so.4.5.0
namespace KNS3
standardActionUpload ( QString const& what, QObject const* receiver, char const* slot, KActionCollection* parent, char const* name )
[ symbol: _ZN4KNS320standardActionUploadERK7QStringPK7QObjectPKcP17KActionCollectionS7_ ]
kpagedialog.h,
libkdeui.so.5.5.0
KPageDialog::setPageWidget ( KPageWidget* widget )
[ symbol: _ZN11KPageDialog13setPageWidgetEP11KPageWidget ]
kpixmapregionselectordialog.h,
libkdeui.so.5.5.0
KPixmapRegionSelectorDialog::adjustRegionSelectorWidgetSizeToFitScreen ( )
[ symbol: _ZN27KPixmapRegionSelectorDialog41adjustRegionSelectorWidgetSizeToFitScreenEv ]
KPixmapRegionSelectorDialog::metaObject ( ) const
[ symbol: _ZNK27KPixmapRegionSelectorDialog10metaObjectEv ]
KPixmapRegionSelectorDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN27KPixmapRegionSelectorDialog11qt_metacallEN11QMetaObject4CallEiPPv ]
KPixmapRegionSelectorDialog::qt_metacast ( char const* p1 )
[ symbol: _ZN27KPixmapRegionSelectorDialog11qt_metacastEPKc ]
KPixmapRegionSelectorDialog::staticMetaObject [data]
[ symbol: _ZN27KPixmapRegionSelectorDialog16staticMetaObjectE ]
kpixmapregionselectorwidget.h,
libkdeui.so.5.5.0
KPixmapRegionSelectorWidget::pixmapRotated ( )
[ symbol: _ZN27KPixmapRegionSelectorWidget13pixmapRotatedEv ]
kprintpreview.h,
libkprintutils.so.4.5.0
KPrintPreview::isAvailable ( ) [static]
[ symbol: _ZN13KPrintPreview11isAvailableEv ]
krecursivefilterproxymodel.h,
libkdeui.so.5.5.0
KRecursiveFilterProxyModel::acceptRow ( int sourceRow, QModelIndex const& sourceParent ) const
[ symbol: _ZNK26KRecursiveFilterProxyModel9acceptRowEiRK11QModelIndex ]
KRecursiveFilterProxyModel::KRecursiveFilterProxyModel [in-charge] ( QObject* parent )
[ symbol: _ZN26KRecursiveFilterProxyModelC1EP7QObject ]
KRecursiveFilterProxyModel::KRecursiveFilterProxyModel [not-in-charge] ( QObject* parent )
[ symbol: _ZN26KRecursiveFilterProxyModelC2EP7QObject ]
KRecursiveFilterProxyModel::metaObject ( ) const
[ symbol: _ZNK26KRecursiveFilterProxyModel10metaObjectEv ]
KRecursiveFilterProxyModel::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN26KRecursiveFilterProxyModel11qt_metacallEN11QMetaObject4CallEiPPv ]
KRecursiveFilterProxyModel::qt_metacast ( char const* p1 )
[ symbol: _ZN26KRecursiveFilterProxyModel11qt_metacastEPKc ]
KRecursiveFilterProxyModel::setSourceModel ( QAbstractItemModel* model )
[ symbol: _ZN26KRecursiveFilterProxyModel14setSourceModelEP18QAbstractItemModel ]
KRecursiveFilterProxyModel::staticMetaObject [data]
[ symbol: _ZN26KRecursiveFilterProxyModel16staticMetaObjectE ]
KRecursiveFilterProxyModel::~KRecursiveFilterProxyModel [in-charge-deleting] ( )
[ symbol: _ZN26KRecursiveFilterProxyModelD0Ev ]
KRecursiveFilterProxyModel::~KRecursiveFilterProxyModel [in-charge] ( )
[ symbol: _ZN26KRecursiveFilterProxyModelD1Ev ]
KRecursiveFilterProxyModel::~KRecursiveFilterProxyModel [not-in-charge] ( )
[ symbol: _ZN26KRecursiveFilterProxyModelD2Ev ]
kselector.h,
libkdeui.so.5.5.0
KGradientSelector::setStops ( QGradientStops const& stops )
[ symbol: _ZN17KGradientSelector8setStopsERK7QVectorI5QPairId6QColorEE ]
KGradientSelector::stops ( ) const
[ symbol: _ZNK17KGradientSelector5stopsEv ]
kservice.h,
libkdecore.so.5.5.0
KService::showInKDE ( ) const
[ symbol: _ZNK8KService9showInKDEEv ]
kshareddatacache.h,
libkdecore.so.5.5.0
KSharedDataCache::clear ( )
[ symbol: _ZN16KSharedDataCache5clearEv ]
KSharedDataCache::contains ( QString const& key ) const
[ symbol: _ZNK16KSharedDataCache8containsERK7QString ]
KSharedDataCache::deleteCache ( QString const& cacheName ) [static]
[ symbol: _ZN16KSharedDataCache11deleteCacheERK7QString ]
KSharedDataCache::evictionPolicy ( ) const
[ symbol: _ZNK16KSharedDataCache14evictionPolicyEv ]
KSharedDataCache::find ( QString const& key, QByteArray* destination ) const
[ symbol: _ZNK16KSharedDataCache4findERK7QStringP10QByteArray ]
KSharedDataCache::freeSize ( ) const
[ symbol: _ZNK16KSharedDataCache8freeSizeEv ]
KSharedDataCache::insert ( QString const& key, QByteArray const& data )
[ symbol: _ZN16KSharedDataCache6insertERK7QStringRK10QByteArray ]
KSharedDataCache::KSharedDataCache [in-charge] ( QString const& cacheName, unsigned int defaultCacheSize, unsigned int expectedItemSize )
[ symbol: _ZN16KSharedDataCacheC1ERK7QStringjj ]
KSharedDataCache::KSharedDataCache [not-in-charge] ( QString const& cacheName, unsigned int defaultCacheSize, unsigned int expectedItemSize )
[ symbol: _ZN16KSharedDataCacheC2ERK7QStringjj ]
KSharedDataCache::setEvictionPolicy ( KSharedDataCache::EvictionPolicy newPolicy )
[ symbol: _ZN16KSharedDataCache17setEvictionPolicyENS_14EvictionPolicyE ]
KSharedDataCache::totalSize ( ) const
[ symbol: _ZNK16KSharedDataCache9totalSizeEv ]
KSharedDataCache::~KSharedDataCache [in-charge] ( )
[ symbol: _ZN16KSharedDataCacheD1Ev ]
KSharedDataCache::~KSharedDataCache [not-in-charge] ( )
[ symbol: _ZN16KSharedDataCacheD2Ev ]
kstartupinfo.h,
libkdeui.so.5.5.0
KStartupInfoData::applicationId ( ) const
[ symbol: _ZNK16KStartupInfoData13applicationIdEv ]
KStartupInfoData::setApplicationId ( QString const& desktop )
[ symbol: _ZN16KStartupInfoData16setApplicationIdERK7QString ]
ktcpsocket.h,
libkdecore.so.5.5.0
KTcpSocket::setSocketOption ( QAbstractSocket::SocketOption options, QVariant const& value )
[ symbol: _ZN10KTcpSocket15setSocketOptionEN15QAbstractSocket12SocketOptionERK8QVariant ]
KTcpSocket::socketOption ( QAbstractSocket::SocketOption options ) const
[ symbol: _ZNK10KTcpSocket12socketOptionEN15QAbstractSocket12SocketOptionE ]
ktextedit.h,
libkdeui.so.5.5.0
KTextEdit::aboutToShowContextMenu ( QMenu* menu )
[ symbol: _ZN9KTextEdit22aboutToShowContextMenuEP5QMenu ]
kurifilter.h,
libkio.so.5.5.0
KUriFilter::filterSearchUri ( KUriFilterData& data )
[ symbol: _ZN10KUriFilter15filterSearchUriER14KUriFilterData ]
KUriFilterData::alternateDefaultSearchProvider ( ) const
[ symbol: _ZNK14KUriFilterData30alternateDefaultSearchProviderEv ]
KUriFilterData::alternateSearchProviders ( ) const
[ symbol: _ZNK14KUriFilterData24alternateSearchProvidersEv ]
KUriFilterData::iconNameForPreferredSearchProvider ( QString const& provider ) const
[ symbol: _ZNK14KUriFilterData34iconNameForPreferredSearchProviderERK7QString ]
KUriFilterData::preferredSearchProviders ( ) const
[ symbol: _ZNK14KUriFilterData24preferredSearchProvidersEv ]
KUriFilterData::queryForPreferredSearchProvider ( QString const& provider ) const
[ symbol: _ZNK14KUriFilterData31queryForPreferredSearchProviderERK7QString ]
KUriFilterData::searchProvider ( ) const
[ symbol: _ZNK14KUriFilterData14searchProviderEv ]
KUriFilterData::searchTerm ( ) const
[ symbol: _ZNK14KUriFilterData10searchTermEv ]
KUriFilterData::searchTermSeparator ( ) const
[ symbol: _ZNK14KUriFilterData19searchTermSeparatorEv ]
KUriFilterData::setAlternateDefaultSearchProvider ( QString const& provider )
[ symbol: _ZN14KUriFilterData33setAlternateDefaultSearchProviderERK7QString ]
KUriFilterData::setAlternateSearchProviders ( QStringList const& providers )
[ symbol: _ZN14KUriFilterData27setAlternateSearchProvidersERK11QStringList ]
KUriFilterPlugin::iconNameFor ( KUrl const& url, KUriFilterData::UriTypes type ) const
[ symbol: _ZNK16KUriFilterPlugin11iconNameForERK4KUrlN14KUriFilterData8UriTypesE ]
KUriFilterPlugin::setPreferredSearchProviders ( KUriFilterData& data, KUriFilterPlugin::ProviderInfoList const& providers ) const
[ symbol: _ZNK16KUriFilterPlugin27setPreferredSearchProvidersER14KUriFilterDataRK5QHashI7QString5QPairIS3_S3_EE ]
KUriFilterPlugin::setSearchProvider ( KUriFilterData& data, QString const& provider, QString const& term, QChar const& separator ) const
[ symbol: _ZNK16KUriFilterPlugin17setSearchProviderER14KUriFilterDataRK7QStringS4_RK5QChar ]
kurlnavigator.h,
libkfile.so.4.5.0
KUrlNavigator::homeUrl ( ) const
[ symbol: _ZNK13KUrlNavigator7homeUrlEv ]
KUrlNavigator::keyPressEvent ( QKeyEvent* event )
[ symbol: _ZN13KUrlNavigator13keyPressEventEP9QKeyEvent ]
KUrlNavigator::KUrlNavigator [in-charge] ( QWidget* parent )
[ symbol: _ZN13KUrlNavigatorC1EP7QWidget ]
KUrlNavigator::KUrlNavigator [not-in-charge] ( QWidget* parent )
[ symbol: _ZN13KUrlNavigatorC2EP7QWidget ]
KUrlNavigator::locationState ( int historyIndex ) const
[ symbol: _ZNK13KUrlNavigator13locationStateEi ]
KUrlNavigator::locationUrl ( int historyIndex ) const
[ symbol: _ZNK13KUrlNavigator11locationUrlEi ]
KUrlNavigator::saveLocationState ( QByteArray const& state )
[ symbol: _ZN13KUrlNavigator17saveLocationStateERK10QByteArray ]
KUrlNavigator::setHomeUrl ( KUrl const& url )
[ symbol: _ZN13KUrlNavigator10setHomeUrlERK4KUrl ]
KUrlNavigator::setLocationUrl ( KUrl const& url )
[ symbol: _ZN13KUrlNavigator14setLocationUrlERK4KUrl ]
KUrlNavigator::tabRequested ( KUrl const& url )
[ symbol: _ZN13KUrlNavigator12tabRequestedERK4KUrl ]
KUrlNavigator::urlAboutToBeChanged ( KUrl const& newUrl )
[ symbol: _ZN13KUrlNavigator19urlAboutToBeChangedERK4KUrl ]
kviewstatesaver.h,
libkdeui.so.5.5.0
KViewStateSaver::currentIndexKey ( ) const
[ symbol: _ZNK15KViewStateSaver15currentIndexKeyEv ]
KViewStateSaver::expansionKeys ( ) const
[ symbol: _ZNK15KViewStateSaver13expansionKeysEv ]
KViewStateSaver::KViewStateSaver [in-charge] ( QObject* parent )
[ symbol: _ZN15KViewStateSaverC1EP7QObject ]
KViewStateSaver::KViewStateSaver [not-in-charge] ( QObject* parent )
[ symbol: _ZN15KViewStateSaverC2EP7QObject ]
KViewStateSaver::metaObject ( ) const
[ symbol: _ZNK15KViewStateSaver10metaObjectEv ]
KViewStateSaver::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN15KViewStateSaver11qt_metacallEN11QMetaObject4CallEiPPv ]
KViewStateSaver::qt_metacast ( char const* p1 )
[ symbol: _ZN15KViewStateSaver11qt_metacastEPKc ]
KViewStateSaver::restoreCurrentItem ( QString const& indexString )
[ symbol: _ZN15KViewStateSaver18restoreCurrentItemERK7QString ]
KViewStateSaver::restoreExpanded ( QStringList const& indexStrings )
[ symbol: _ZN15KViewStateSaver15restoreExpandedERK11QStringList ]
KViewStateSaver::restoreScrollState ( int verticalScoll, int horizontalScroll )
[ symbol: _ZN15KViewStateSaver18restoreScrollStateEii ]
KViewStateSaver::restoreSelection ( QStringList const& indexStrings )
[ symbol: _ZN15KViewStateSaver16restoreSelectionERK11QStringList ]
KViewStateSaver::restoreState ( KConfigGroup const& configGroup )
[ symbol: _ZN15KViewStateSaver12restoreStateERK12KConfigGroup ]
KViewStateSaver::saveState ( KConfigGroup& configGroup )
[ symbol: _ZN15KViewStateSaver9saveStateER12KConfigGroup ]
KViewStateSaver::scrollState ( ) const
[ symbol: _ZNK15KViewStateSaver11scrollStateEv ]
KViewStateSaver::selectionKeys ( ) const
[ symbol: _ZNK15KViewStateSaver13selectionKeysEv ]
KViewStateSaver::selectionModel ( ) const
[ symbol: _ZNK15KViewStateSaver14selectionModelEv ]
KViewStateSaver::setSelectionModel ( QItemSelectionModel* selectionModel )
[ symbol: _ZN15KViewStateSaver17setSelectionModelEP19QItemSelectionModel ]
KViewStateSaver::setView ( QAbstractItemView* view )
[ symbol: _ZN15KViewStateSaver7setViewEP17QAbstractItemView ]
KViewStateSaver::staticMetaObject [data]
[ symbol: _ZN15KViewStateSaver16staticMetaObjectE ]
KViewStateSaver::view ( ) const
[ symbol: _ZNK15KViewStateSaver4viewEv ]
KViewStateSaver::~KViewStateSaver [in-charge-deleting] ( )
[ symbol: _ZN15KViewStateSaverD0Ev ]
KViewStateSaver::~KViewStateSaver [in-charge] ( )
[ symbol: _ZN15KViewStateSaverD1Ev ]
KViewStateSaver::~KViewStateSaver [not-in-charge] ( )
[ symbol: _ZN15KViewStateSaverD2Ev ]
kwebpage.h,
libkdewebkit.so.5.5.0
KWebPage::downloadResponse ( QNetworkReply* reply )
[ symbol: _ZN8KWebPage16downloadResponseEP13QNetworkReply ]
kwebwallet.h,
libkdewebkit.so.5.5.0
KWebWallet::fillFormRequestCompleted ( bool ok )
[ symbol: _ZN10KWebWallet24fillFormRequestCompletedEb ]
label.h,
libplasma.so.3.0.0
namespace Plasma
Label::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )
[ symbol: _ZN6Plasma5Label10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant ]
Label::setWordWrap ( bool wrap )
[ symbol: _ZN6Plasma5Label11setWordWrapEb ]
Label::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const
[ symbol: _ZNK6Plasma5Label8sizeHintEN2Qt8SizeHintERK6QSizeF ]
Label::wordWrap ( ) const
[ symbol: _ZNK6Plasma5Label8wordWrapEv ]
lineedit.h,
libplasma.so.3.0.0
namespace Plasma
LineEdit::clickMessage ( ) const
[ symbol: _ZNK6Plasma8LineEdit12clickMessageEv ]
LineEdit::focusOutEvent ( QFocusEvent* event )
[ symbol: _ZN6Plasma8LineEdit13focusOutEventEP11QFocusEvent ]
LineEdit::mousePressEvent ( QGraphicsSceneMouseEvent* event )
[ symbol: _ZN6Plasma8LineEdit15mousePressEventEP24QGraphicsSceneMouseEvent ]
LineEdit::setClickMessage ( QString const& message )
[ symbol: _ZN6Plasma8LineEdit15setClickMessageERK7QString ]
meter.h,
libplasma.so.3.0.0
namespace Plasma
Meter::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const
[ symbol: _ZNK6Plasma5Meter8sizeHintEN2Qt8SizeHintERK6QSizeF ]
modeinterface.h,
libktexteditor.so.4.5.0
namespace KTextEditor
ModeInterface::ModeInterface [in-charge] ( )
[ symbol: _ZN11KTextEditor13ModeInterfaceC1Ev ]
ModeInterface::ModeInterface [not-in-charge] ( )
[ symbol: _ZN11KTextEditor13ModeInterfaceC2Ev ]
ModeInterface::~ModeInterface [in-charge-deleting] ( )
[ symbol: _ZN11KTextEditor13ModeInterfaceD0Ev ]
ModeInterface::~ModeInterface [in-charge] ( )
[ symbol: _ZN11KTextEditor13ModeInterfaceD1Ev ]
ModeInterface::~ModeInterface [not-in-charge] ( )
[ symbol: _ZN11KTextEditor13ModeInterfaceD2Ev ]
movingcursor.h,
libktexteditor.so.4.5.0
namespace KTextEditor
MovingCursor::atEndOfDocument ( ) const
[ symbol: _ZNK11KTextEditor12MovingCursor15atEndOfDocumentEv ]
MovingCursor::atEndOfLine ( ) const
[ symbol: _ZNK11KTextEditor12MovingCursor11atEndOfLineEv ]
MovingCursor::atStartOfDocument ( ) const
[ symbol: _ZNK11KTextEditor12MovingCursor17atStartOfDocumentEv ]
MovingCursor::atStartOfLine ( ) const
[ symbol: _ZNK11KTextEditor12MovingCursor13atStartOfLineEv ]
MovingCursor::gotoNextLine ( )
[ symbol: _ZN11KTextEditor12MovingCursor12gotoNextLineEv ]
MovingCursor::gotoPreviousLine ( )
[ symbol: _ZN11KTextEditor12MovingCursor16gotoPreviousLineEv ]
MovingCursor::move ( int chars, MovingCursor::WrapBehavior wrapBehavior )
[ symbol: _ZN11KTextEditor12MovingCursor4moveEiNS0_12WrapBehaviorE ]
MovingCursor::MovingCursor [in-charge] ( )
[ symbol: _ZN11KTextEditor12MovingCursorC1Ev ]
MovingCursor::MovingCursor [not-in-charge] ( )
[ symbol: _ZN11KTextEditor12MovingCursorC2Ev ]
MovingCursor::setColumn ( int column )
[ symbol: _ZN11KTextEditor12MovingCursor9setColumnEi ]
MovingCursor::setLine ( int line )
[ symbol: _ZN11KTextEditor12MovingCursor7setLineEi ]
MovingCursor::setPosition ( int line, int column )
[ symbol: _ZN11KTextEditor12MovingCursor11setPositionEii ]
MovingCursor::~MovingCursor [in-charge-deleting] ( )
[ symbol: _ZN11KTextEditor12MovingCursorD0Ev ]
MovingCursor::~MovingCursor [in-charge] ( )
[ symbol: _ZN11KTextEditor12MovingCursorD1Ev ]
MovingCursor::~MovingCursor [not-in-charge] ( )
[ symbol: _ZN11KTextEditor12MovingCursorD2Ev ]
movinginterface.h,
libktexteditor.so.4.5.0
namespace KTextEditor
MovingInterface::MovingInterface [in-charge] ( )
[ symbol: _ZN11KTextEditor15MovingInterfaceC1Ev ]
MovingInterface::MovingInterface [not-in-charge] ( )
[ symbol: _ZN11KTextEditor15MovingInterfaceC2Ev ]
MovingInterface::~MovingInterface [in-charge-deleting] ( )
[ symbol: _ZN11KTextEditor15MovingInterfaceD0Ev ]
MovingInterface::~MovingInterface [in-charge] ( )
[ symbol: _ZN11KTextEditor15MovingInterfaceD1Ev ]
MovingInterface::~MovingInterface [not-in-charge] ( )
[ symbol: _ZN11KTextEditor15MovingInterfaceD2Ev ]
movingrange.h,
libktexteditor.so.4.5.0
namespace KTextEditor
MovingRange::MovingRange [in-charge] ( )
[ symbol: _ZN11KTextEditor11MovingRangeC1Ev ]
MovingRange::MovingRange [not-in-charge] ( )
[ symbol: _ZN11KTextEditor11MovingRangeC2Ev ]
MovingRange::overlaps ( Range const& range ) const
[ symbol: _ZNK11KTextEditor11MovingRange8overlapsERKNS_5RangeE ]
MovingRange::setRange ( Cursor const& start, Cursor const& end )
[ symbol: _ZN11KTextEditor11MovingRange8setRangeERKNS_6CursorES3_ ]
MovingRange::~MovingRange [in-charge-deleting] ( )
[ symbol: _ZN11KTextEditor11MovingRangeD0Ev ]
MovingRange::~MovingRange [in-charge] ( )
[ symbol: _ZN11KTextEditor11MovingRangeD1Ev ]
MovingRange::~MovingRange [not-in-charge] ( )
[ symbol: _ZN11KTextEditor11MovingRangeD2Ev ]
movingrangefeedback.h,
libktexteditor.so.4.5.0
namespace KTextEditor
MovingRangeFeedback::caretEnteredRange ( MovingRange* range, View* view )
[ symbol: _ZN11KTextEditor19MovingRangeFeedback17caretEnteredRangeEPNS_11MovingRangeEPNS_4ViewE ]
MovingRangeFeedback::caretExitedRange ( MovingRange* range, View* view )
[ symbol: _ZN11KTextEditor19MovingRangeFeedback16caretExitedRangeEPNS_11MovingRangeEPNS_4ViewE ]
MovingRangeFeedback::mouseEnteredRange ( MovingRange* range, View* view )
[ symbol: _ZN11KTextEditor19MovingRangeFeedback17mouseEnteredRangeEPNS_11MovingRangeEPNS_4ViewE ]
MovingRangeFeedback::mouseExitedRange ( MovingRange* range, View* view )
[ symbol: _ZN11KTextEditor19MovingRangeFeedback16mouseExitedRangeEPNS_11MovingRangeEPNS_4ViewE ]
MovingRangeFeedback::MovingRangeFeedback [in-charge] ( )
[ symbol: _ZN11KTextEditor19MovingRangeFeedbackC1Ev ]
MovingRangeFeedback::MovingRangeFeedback [not-in-charge] ( )
[ symbol: _ZN11KTextEditor19MovingRangeFeedbackC2Ev ]
MovingRangeFeedback::rangeEmpty ( MovingRange* range )
[ symbol: _ZN11KTextEditor19MovingRangeFeedback10rangeEmptyEPNS_11MovingRangeE ]
MovingRangeFeedback::rangeInvalid ( MovingRange* range )
[ symbol: _ZN11KTextEditor19MovingRangeFeedback12rangeInvalidEPNS_11MovingRangeE ]
MovingRangeFeedback::~MovingRangeFeedback [in-charge-deleting] ( )
[ symbol: _ZN11KTextEditor19MovingRangeFeedbackD0Ev ]
MovingRangeFeedback::~MovingRangeFeedback [in-charge] ( )
[ symbol: _ZN11KTextEditor19MovingRangeFeedbackD1Ev ]
MovingRangeFeedback::~MovingRangeFeedback [not-in-charge] ( )
[ symbol: _ZN11KTextEditor19MovingRangeFeedbackD2Ev ]
nepomukmassupdatejob.h,
libnepomuk.so.4.5.0
namespace Nepomuk
MassUpdateJob::commentResources ( QList<Resource>const& p1, QString const& comment ) [static]
[ symbol: _ZN7Nepomuk13MassUpdateJob16commentResourcesERK5QListINS_8ResourceEERK7QString ]
MassUpdateJob::doKill ( )
[ symbol: _ZN7Nepomuk13MassUpdateJob6doKillEv ]
MassUpdateJob::doResume ( )
[ symbol: _ZN7Nepomuk13MassUpdateJob8doResumeEv ]
MassUpdateJob::doSuspend ( )
[ symbol: _ZN7Nepomuk13MassUpdateJob9doSuspendEv ]
MassUpdateJob::MassUpdateJob [in-charge] ( QObject* parent )
[ symbol: _ZN7Nepomuk13MassUpdateJobC1EP7QObject ]
MassUpdateJob::MassUpdateJob [not-in-charge] ( QObject* parent )
[ symbol: _ZN7Nepomuk13MassUpdateJobC2EP7QObject ]
MassUpdateJob::metaObject ( ) const
[ symbol: _ZNK7Nepomuk13MassUpdateJob10metaObjectEv ]
MassUpdateJob::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN7Nepomuk13MassUpdateJob11qt_metacallEN11QMetaObject4CallEiPPv ]
MassUpdateJob::qt_metacast ( char const* p1 )
[ symbol: _ZN7Nepomuk13MassUpdateJob11qt_metacastEPKc ]
MassUpdateJob::rateResources ( QList<Resource>const& p1, int rating ) [static]
[ symbol: _ZN7Nepomuk13MassUpdateJob13rateResourcesERK5QListINS_8ResourceEEi ]
MassUpdateJob::setFiles ( KUrl::List const& urls )
[ symbol: _ZN7Nepomuk13MassUpdateJob8setFilesERKN4KUrl4ListE ]
MassUpdateJob::setProperties ( QList<QPair<QUrl, Variant> >const& props )
[ symbol: _ZN7Nepomuk13MassUpdateJob13setPropertiesERK5QListI5QPairI4QUrlNS_7VariantEEE ]
MassUpdateJob::setResources ( QList<Resource>const& p1 )
[ symbol: _ZN7Nepomuk13MassUpdateJob12setResourcesERK5QListINS_8ResourceEE ]
MassUpdateJob::start ( )
[ symbol: _ZN7Nepomuk13MassUpdateJob5startEv ]
MassUpdateJob::staticMetaObject [data]
[ symbol: _ZN7Nepomuk13MassUpdateJob16staticMetaObjectE ]
MassUpdateJob::tagResources ( QList<Resource>const& p1, QList<Tag>const& tags ) [static]
[ symbol: _ZN7Nepomuk13MassUpdateJob12tagResourcesERK5QListINS_8ResourceEERKS1_INS_3TagEE ]
MassUpdateJob::~MassUpdateJob [in-charge-deleting] ( )
[ symbol: _ZN7Nepomuk13MassUpdateJobD0Ev ]
MassUpdateJob::~MassUpdateJob [in-charge] ( )
[ symbol: _ZN7Nepomuk13MassUpdateJobD1Ev ]
MassUpdateJob::~MassUpdateJob [not-in-charge] ( )
[ symbol: _ZN7Nepomuk13MassUpdateJobD2Ev ]
networking.h,
libsolid.so.4.5.0
namespace Solid::Networking
connectPolicy ( )
[ symbol: _ZN5Solid10Networking13connectPolicyEv ]
disconnectPolicy ( )
[ symbol: _ZN5Solid10Networking16disconnectPolicyEv ]
Notifier::metaObject ( ) const
[ symbol: _ZNK5Solid10Networking8Notifier10metaObjectEv ]
Notifier::Notifier [in-charge] ( )
[ symbol: _ZN5Solid10Networking8NotifierC1Ev ]
Notifier::Notifier [not-in-charge] ( )
[ symbol: _ZN5Solid10Networking8NotifierC2Ev ]
Notifier::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN5Solid10Networking8Notifier11qt_metacallEN11QMetaObject4CallEiPPv ]
Notifier::qt_metacast ( char const* p1 )
[ symbol: _ZN5Solid10Networking8Notifier11qt_metacastEPKc ]
Notifier::shouldConnect ( )
[ symbol: _ZN5Solid10Networking8Notifier13shouldConnectEv ]
Notifier::shouldDisconnect ( )
[ symbol: _ZN5Solid10Networking8Notifier16shouldDisconnectEv ]
Notifier::staticMetaObject [data]
[ symbol: _ZN5Solid10Networking8Notifier16staticMetaObjectE ]
Notifier::statusChanged ( Status status )
[ symbol: _ZN5Solid10Networking8Notifier13statusChangedENS0_6StatusE ]
setConnectPolicy ( ManagementPolicy policy )
[ symbol: _ZN5Solid10Networking16setConnectPolicyENS0_16ManagementPolicyE ]
setDisconnectPolicy ( ManagementPolicy policy )
[ symbol: _ZN5Solid10Networking19setDisconnectPolicyENS0_16ManagementPolicyE ]
opticaldrive.h,
libsolid.so.4.5.0
namespace Solid
OpticalDrive::ejectRequested ( QString const& udi )
[ symbol: _ZN5Solid12OpticalDrive14ejectRequestedERK7QString ]
optionalterm.h,
libnepomukquery.so.4.5.0
namespace Nepomuk::Query
OptionalTerm::operator= ( OptionalTerm const& term )
[ symbol: _ZN7Nepomuk5Query12OptionalTermaSERKS1_ ]
OptionalTerm::optionalizeTerm ( Term const& term ) [static]
[ symbol: _ZN7Nepomuk5Query12OptionalTerm15optionalizeTermERKNS0_4TermE ]
OptionalTerm::OptionalTerm [in-charge] ( )
[ symbol: _ZN7Nepomuk5Query12OptionalTermC1Ev ]
OptionalTerm::OptionalTerm [in-charge] ( OptionalTerm const& term )
[ symbol: _ZN7Nepomuk5Query12OptionalTermC1ERKS1_ ]
OptionalTerm::OptionalTerm [not-in-charge] ( )
[ symbol: _ZN7Nepomuk5Query12OptionalTermC2Ev ]
OptionalTerm::OptionalTerm [not-in-charge] ( OptionalTerm const& term )
[ symbol: _ZN7Nepomuk5Query12OptionalTermC2ERKS1_ ]
OptionalTerm::~OptionalTerm [in-charge] ( )
[ symbol: _ZN7Nepomuk5Query12OptionalTermD1Ev ]
OptionalTerm::~OptionalTerm [not-in-charge] ( )
[ symbol: _ZN7Nepomuk5Query12OptionalTermD2Ev ]
packagemetadata.h,
libplasma.so.3.0.0
namespace Plasma
PackageMetadata::icon ( ) const
[ symbol: _ZNK6Plasma15PackageMetadata4iconEv ]
PackageMetadata::setIcon ( QString const& icon )
[ symbol: _ZN6Plasma15PackageMetadata7setIconERK7QString ]
plugin.h,
libkparts.so.4.5.0
namespace KParts
Plugin::loadPlugin ( QObject* parent, QString const& libname, QString const& keyword ) [static]
[ symbol: _ZN6KParts6Plugin10loadPluginEP7QObjectRK7QStringS5_ ]
popupapplet.h,
libplasma.so.3.0.0
namespace Plasma
PopupApplet::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const
[ symbol: _ZNK6Plasma11PopupApplet8sizeHintEN2Qt8SizeHintERK6QSizeF ]
powermanagement.h,
libsolid.so.4.5.0
namespace Solid::PowerManagement
Notifier::appShouldConserveResourcesChanged ( bool newState )
[ symbol: _ZN5Solid15PowerManagement8Notifier33appShouldConserveResourcesChangedEb ]
Notifier::metaObject ( ) const
[ symbol: _ZNK5Solid15PowerManagement8Notifier10metaObjectEv ]
Notifier::Notifier [in-charge] ( )
[ symbol: _ZN5Solid15PowerManagement8NotifierC1Ev ]
Notifier::Notifier [not-in-charge] ( )
[ symbol: _ZN5Solid15PowerManagement8NotifierC2Ev ]
Notifier::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN5Solid15PowerManagement8Notifier11qt_metacallEN11QMetaObject4CallEiPPv ]
Notifier::qt_metacast ( char const* p1 )
[ symbol: _ZN5Solid15PowerManagement8Notifier11qt_metacastEPKc ]
Notifier::staticMetaObject [data]
[ symbol: _ZN5Solid15PowerManagement8Notifier16staticMetaObjectE ]
query.h,
libnepomukquery.so.4.5.0
namespace Nepomuk::Query
Query::fromQueryUrl ( KUrl const& url ) [static]
[ symbol: _ZN7Nepomuk5Query5Query12fromQueryUrlERK4KUrl ]
Query::fromString ( QString const& queryString ) [static]
[ symbol: _ZN7Nepomuk5Query5Query10fromStringERK7QString ]
Query::isFileQuery ( ) const
[ symbol: _ZNK7Nepomuk5Query5Query11isFileQueryEv ]
Query::offset ( ) const
[ symbol: _ZNK7Nepomuk5Query5Query6offsetEv ]
Query::operator= ( Term const& term )
[ symbol: _ZN7Nepomuk5Query5QueryaSERKNS0_4TermE ]
Query::setOffset ( int offset )
[ symbol: _ZN7Nepomuk5Query5Query9setOffsetEi ]
Query::sparqlFromQueryUrl ( KUrl const& url ) [static]
[ symbol: _ZN7Nepomuk5Query5Query18sparqlFromQueryUrlERK4KUrl ]
Query::titleFromQueryUrl ( KUrl const& url ) [static]
[ symbol: _ZN7Nepomuk5Query5Query17titleFromQueryUrlERK4KUrl ]
Query::toSearchUrl ( QString const& customTitle, Query::SparqlFlags flags ) const
[ symbol: _ZNK7Nepomuk5Query5Query11toSearchUrlERK7QString6QFlagsINS1_10SparqlFlagEE ]
Query::toString ( ) const
[ symbol: _ZNK7Nepomuk5Query5Query8toStringEv ]
queryparser.h,
libnepomukquery.so.4.5.0
namespace Nepomuk::Query
QueryParser::parse ( QString const& query, QueryParser::ParserFlags flags ) const
[ symbol: _ZNK7Nepomuk5Query11QueryParser5parseERK7QString6QFlagsINS1_10ParserFlagEE ]
queryserviceclient.h,
libnepomukquery.so.4.5.0
namespace Nepomuk::Query
QueryServiceClient::syncDesktopQuery ( QString const& query, bool* ok ) [static]
[ symbol: _ZN7Nepomuk5Query18QueryServiceClient16syncDesktopQueryERK7QStringPb ]
QueryServiceClient::syncQuery ( Query const& query, bool* ok ) [static]
[ symbol: _ZN7Nepomuk5Query18QueryServiceClient9syncQueryERKNS0_5QueryEPb ]
QueryServiceClient::syncSparqlQuery ( QString const& query, RequestPropertyMap const& requestPropertyMap, bool* ok ) [static]
[ symbol: _ZN7Nepomuk5Query18QueryServiceClient15syncSparqlQueryERK7QStringRK5QHashIS2_NS_5Types8PropertyEEPb ]
renamedialog.h,
libkio.so.5.5.0
namespace KIO
RenameDialog::autoDestUrl ( ) const
[ symbol: _ZNK3KIO12RenameDialog11autoDestUrlEv ]
resource.h,
libnepomuk.so.4.5.0
namespace Nepomuk
Resource::fromResourceUri ( KUrl const& uri, Types::Class const& type, ResourceManager* manager ) [static]
[ symbol: _ZN7Nepomuk8Resource15fromResourceUriERK4KUrlRKNS_5Types5ClassEPNS_15ResourceManagerE ]
Resource::hasProperty ( Types::Property const& p, Variant const& v ) const
[ symbol: _ZNK7Nepomuk8Resource11hasPropertyERKNS_5Types8PropertyERKNS_7VariantE ]
Resource::increaseUsageCount ( )
[ symbol: _ZN7Nepomuk8Resource18increaseUsageCountEv ]
Resource::usageCount ( ) const
[ symbol: _ZNK7Nepomuk8Resource10usageCountEv ]
result.h,
libnepomukquery.so.4.5.0
namespace Nepomuk::Query
Result::additionalBinding ( QString const& name ) const
[ symbol: _ZNK7Nepomuk5Query6Result17additionalBindingERK7QString ]
Result::additionalBindings ( ) const
[ symbol: _ZNK7Nepomuk5Query6Result18additionalBindingsEv ]
Result::setAdditionalBindings ( Soprano::BindingSet const& bindings )
[ symbol: _ZN7Nepomuk5Query6Result21setAdditionalBindingsERKN7Soprano10BindingSetE ]
runnermanager.h,
libplasma.so.3.0.0
namespace Plasma
RunnerManager::loadRunner ( KService::Ptr const service )
[ symbol: _ZN6Plasma13RunnerManager10loadRunnerE10KSharedPtrI8KServiceE ]
RunnerManager::loadRunner ( QString const& path )
[ symbol: _ZN6Plasma13RunnerManager10loadRunnerERK7QString ]
RunnerManager::mimeDataForMatch ( QueryMatch const& match ) const
[ symbol: _ZNK6Plasma13RunnerManager16mimeDataForMatchERKNS_10QueryMatchE ]
RunnerManager::mimeDataForMatch ( QString const& id ) const
[ symbol: _ZNK6Plasma13RunnerManager16mimeDataForMatchERK7QString ]
RunnerManager::queryFinished ( )
[ symbol: _ZN6Plasma13RunnerManager13queryFinishedEv ]
scheduler.h,
libkio.so.5.5.0
namespace KIO
Scheduler::setJobPriority ( SimpleJob* job, int priority ) [static]
[ symbol: _ZN3KIO9Scheduler14setJobPriorityEPNS_9SimpleJobEi ]
scriptableextension.h,
libkparts.so.4.5.0
namespace KParts
qHash ( ScriptableExtension::FunctionRef const& f )
[ symbol: _ZN6KParts5qHashERKNS_19ScriptableExtension11FunctionRefE ]
qHash ( ScriptableExtension::Object const& o )
[ symbol: _ZN6KParts5qHashERKNS_19ScriptableExtension6ObjectE ]
ScriptableExtension::acquire ( quint64 objid )
[ symbol: _ZN6KParts19ScriptableExtension7acquireEy ]
ScriptableExtension::acquireValue ( QVariant const& v ) [static]
[ symbol: _ZN6KParts19ScriptableExtension12acquireValueERK8QVariant ]
ScriptableExtension::adapterFromLiveConnect ( QObject* parentObj, LiveConnectExtension* oldApi ) [static]
[ symbol: _ZN6KParts19ScriptableExtension22adapterFromLiveConnectEP7QObjectPNS_20LiveConnectExtensionE ]
ScriptableExtension::callAsConstructor ( ScriptableExtension* callerPrincipal, quint64 objId, ScriptableExtension::ArgList const& args )
[ symbol: _ZN6KParts19ScriptableExtension17callAsConstructorEPS0_yRK5QListI8QVariantE ]
ScriptableExtension::callAsFunction ( ScriptableExtension* callerPrincipal, quint64 objId, ScriptableExtension::ArgList const& args )
[ symbol: _ZN6KParts19ScriptableExtension14callAsFunctionEPS0_yRK5QListI8QVariantE ]
ScriptableExtension::callFunctionReference ( ScriptableExtension* callerPrincipal, quint64 objId, QString const& f, ScriptableExtension::ArgList const& args )
[ symbol: _ZN6KParts19ScriptableExtension21callFunctionReferenceEPS0_yRK7QStringRK5QListI8QVariantE ]
ScriptableExtension::childObject ( QObject* obj ) [static]
[ symbol: _ZN6KParts19ScriptableExtension11childObjectEP7QObject ]
ScriptableExtension::enclosingObject ( )
[ symbol: _ZN6KParts19ScriptableExtension15enclosingObjectEv ]
ScriptableExtension::enumerateProperties ( ScriptableExtension* callerPrincipal, quint64 objId, QStringList* result )
[ symbol: _ZN6KParts19ScriptableExtension19enumeratePropertiesEPS0_yP11QStringList ]
ScriptableExtension::evaluateScript ( ScriptableExtension* callerPrincipal, quint64 contextObjectId, QString const& code, ScriptableExtension::ScriptLanguage language )
[ symbol: _ZN6KParts19ScriptableExtension14evaluateScriptEPS0_yRK7QStringNS0_14ScriptLanguageE ]
ScriptableExtension::get ( ScriptableExtension* callerPrincipal, quint64 objId, QString const& propName )
[ symbol: _ZN6KParts19ScriptableExtension3getEPS0_yRK7QString ]
ScriptableExtension::hasProperty ( ScriptableExtension* callerPrincipal, quint64 objId, QString const& propName )
[ symbol: _ZN6KParts19ScriptableExtension11hasPropertyEPS0_yRK7QString ]
ScriptableExtension::host ( ) const
[ symbol: _ZNK6KParts19ScriptableExtension4hostEv ]
ScriptableExtension::isScriptLanguageSupported ( ScriptableExtension::ScriptLanguage lang ) const
[ symbol: _ZNK6KParts19ScriptableExtension25isScriptLanguageSupportedENS0_14ScriptLanguageE ]
ScriptableExtension::metaObject ( ) const
[ symbol: _ZNK6KParts19ScriptableExtension10metaObjectEv ]
ScriptableExtension::put ( ScriptableExtension* callerPrincipal, quint64 objId, QString const& propName, QVariant const& value )
[ symbol: _ZN6KParts19ScriptableExtension3putEPS0_yRK7QStringRK8QVariant ]
ScriptableExtension::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )
[ symbol: _ZN6KParts19ScriptableExtension11qt_metacallEN11QMetaObject4CallEiPPv ]
ScriptableExtension::qt_metacast ( char const* p1 )
[ symbol: _ZN6KParts19ScriptableExtension11qt_metacastEPKc ]
ScriptableExtension::release ( quint64 objid )
[ symbol: _ZN6KParts19ScriptableExtension7releaseEy ]
ScriptableExtension::releaseValue ( QVariant const& v ) [static]
[ symbol: _ZN6KParts19ScriptableExtension12releaseValueERK8QVariant ]
ScriptableExtension::removeProperty ( ScriptableExtension* callerPrincipal, quint64 objId, QString const& propName )
[ symbol: _ZN6KParts19ScriptableExtension14removePropertyEPS0_yRK7QString ]
ScriptableExtension::rootObject ( )
[ symbol: _ZN6KParts19ScriptableExtension10rootObjectEv ]
ScriptableExtension::ScriptableExtension [in-charge] ( QObject* parent )
[ symbol: _ZN6KParts19ScriptableExtensionC1EP7QObject ]
ScriptableExtension::ScriptableExtension [not-in-charge] ( QObject* parent )
[ symbol: _ZN6KParts19ScriptableExtensionC2EP7QObject ]
ScriptableExtension::setException ( ScriptableExtension* callerPrincipal, QString const& message )
[ symbol: _ZN6KParts19ScriptableExtension12setExceptionEPS0_RK7QString ]
ScriptableExtension::setHost ( ScriptableExtension* host )
[ symbol: _ZN6KParts19ScriptableExtension7setHostEPS0_ ]
ScriptableExtension::staticMetaObject [data]
[ symbol: _ZN6KParts19ScriptableExtension16staticMetaObjectE ]
ScriptableExtension::~ScriptableExtension [in-charge-deleting] ( )
[ symbol: _ZN6KParts19ScriptableExtensionD0Ev ]
ScriptableExtension::~ScriptableExtension [in-charge] ( )
[ symbol: _ZN6KParts19ScriptableExtensionD1Ev ]
ScriptableExtension::~ScriptableExtension [not-in-charge] ( )
[ symbol: _ZN6KParts19ScriptableExtensionD2Ev ]
scrollwidget.h,
libplasma.so.3.0.0
namespace Plasma
ScrollWidget::alignment ( ) const
[ symbol: _ZNK6Plasma12ScrollWidget9alignmentEv ]
ScrollWidget::hasOverShoot ( ) const
[ symbol: _ZNK6Plasma12ScrollWidget12hasOverShootEv ]
ScrollWidget::keyPressEvent ( QKeyEvent* event )
[ symbol: _ZN6Plasma12ScrollWidget13keyPressEventEP9QKeyEvent ]
ScrollWidget::sceneEventFilter ( QGraphicsItem* i, QEvent* e )
[ symbol: _ZN6Plasma12ScrollWidget16sceneEventFilterEP13QGraphicsItemP6QEvent ]
ScrollWidget::setAlignment ( Qt::Alignment align )
[ symbol: _ZN6Plasma12ScrollWidget12setAlignmentE6QFlagsIN2Qt13AlignmentFlagEE ]
ScrollWidget::setOverShoot ( bool enable )
[ symbol: _ZN6Plasma12ScrollWidget12setOverShootEb ]
ScrollWidget::setSnapSize ( QSizeF const& size )
[ symbol: _ZN6Plasma12ScrollWidget11setSnapSizeERK6QSizeF ]
ScrollWidget::snapSize ( ) const
[ symbol: _ZNK6Plasma12ScrollWidget8snapSizeEv ]
ScrollWidget::viewportGeometryChanged ( QRectF const& geomety )
[ symbol: _ZN6Plasma12ScrollWidget23viewportGeometryChangedERK6QRectF ]
service.h,
libplasma.so.3.0.0
namespace Plasma
Service::load ( QString const& name, QVariantList const& args, QObject* parent ) [static]
[ symbol: _ZN6Plasma7Service4loadERK7QStringRK5QListI8QVariantEP7QObject ]
slave.h,
libkio.so.5.5.0
namespace KIO
Slave::job ( ) const
[ symbol: _ZNK3KIO5Slave3jobEv ]
Slave::setJob ( SimpleJob* job )
[ symbol: _ZN3KIO5Slave6setJobEPNS_9SimpleJobE ]
spinbox.h,
libplasma.so.3.0.0
namespace Plasma
SpinBox::focusOutEvent ( QFocusEvent* event )
[ symbol: _ZN6Plasma7SpinBox13focusOutEventEP11QFocusEvent ]
SpinBox::mousePressEvent ( QGraphicsSceneMouseEvent* event )
[ symbol: _ZN6Plasma7SpinBox15mousePressEventEP24QGraphicsSceneMouseEvent ]
storageaccess.h,
libsolid.so.4.5.0
namespace Solid
StorageAccess::setupRequested ( QString const& udi )
[ symbol: _ZN5Solid13StorageAccess14setupRequestedERK7QString ]
StorageAccess::teardownRequested ( QString const& udi )
[ symbol: _ZN5Solid13StorageAccess17teardownRequestedERK7QString ]
storagedrive.h,
libsolid.so.4.5.0
namespace Solid
StorageDrive::size ( ) const
[ symbol: _ZNK5Solid12StorageDrive4sizeEv ]
svgwidget.h,
libplasma.so.3.0.0
namespace Plasma
SvgWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event )
[ symbol: _ZN6Plasma9SvgWidget15mousePressEventEP24QGraphicsSceneMouseEvent ]
tagwidget.h,
libnepomuk.so.4.5.0
namespace Nepomuk
TagWidget::alignment ( ) const
[ symbol: _ZNK7Nepomuk9TagWidget9alignmentEv ]
TagWidget::maxTagsShown ( ) const
[ symbol: _ZNK7Nepomuk9TagWidget12maxTagsShownEv ]
TagWidget::modeFlags ( ) const
[ symbol: _ZNK7Nepomuk9TagWidget9modeFlagsEv ]
TagWidget::selectedTags ( ) const
[ symbol: _ZNK7Nepomuk9TagWidget12selectedTagsEv ]
TagWidget::selectionChanged ( QList<Tag>const& tags )
[ symbol: _ZN7Nepomuk9TagWidget16selectionChangedERK5QListINS_3TagEE ]
TagWidget::setAlignment ( Qt::Alignment alignment )
[ symbol: _ZN7Nepomuk9TagWidget12setAlignmentE6QFlagsIN2Qt13AlignmentFlagEE ]
TagWidget::setMaxTagsShown ( int max )
[ symbol: _ZN7Nepomuk9TagWidget15setMaxTagsShownEi ]
TagWidget::setModeFlags ( TagWidget::ModeFlags flags )
[ symbol: _ZN7Nepomuk9TagWidget12setModeFlagsE6QFlagsINS0_8ModeFlagEE ]
TagWidget::setSelectedTags ( QList<Tag>const& tags )
[ symbol: _ZN7Nepomuk9TagWidget15setSelectedTagsERK5QListINS_3TagEE ]
templateinterface.h,
libktexteditor.so.4.5.0
namespace KTextEditor
TemplateInterface::KTE_INTERNAL_setupIntialValues ( QString const& templateString, QMap<QString, QString>* initialValues )
[ symbol: _ZN11KTextEditor17TemplateInterface30KTE_INTERNAL_setupIntialValuesERK7QStringP4QMapIS1_S1_E ]
templateinterface2.h,
libktexteditor.so.4.5.0
namespace KTextEditor
TemplateInterface2::insertTemplateText ( Cursor const& insertPosition, QString const& templateString, QMap<QString, QString>const& initialValues, TemplateScript* templateScript )
[ symbol: _ZN11KTextEditor18TemplateInterface218insertTemplateTextERKNS_6CursorERK7QStringRK4QMapIS4_S4_EPNS_14TemplateScriptE ]
TemplateInterface2::TemplateInterface2 [in-charge] ( )
[ symbol: _ZN11KTextEditor18TemplateInterface2C1Ev ]
TemplateInterface2::TemplateInterface2 [not-in-charge] ( )
[ symbol: _ZN11KTextEditor18TemplateInterface2C2Ev ]
TemplateInterface2::~TemplateInterface2 [in-charge-deleting] ( )
[ symbol: _ZN11KTextEditor18TemplateInterface2D0Ev ]
TemplateInterface2::~TemplateInterface2 [in-charge] ( )
[ symbol: _ZN11KTextEditor18TemplateInterface2D1Ev ]
TemplateInterface2::~TemplateInterface2 [not-in-charge] ( )
[ symbol: _ZN11KTextEditor18TemplateInterface2D2Ev ]
TemplateScript::~TemplateScript [in-charge-deleting] ( )
[ symbol: _ZN11KTextEditor14TemplateScriptD0Ev ]
TemplateScript::~TemplateScript [in-charge] ( )
[ symbol: _ZN11KTextEditor14TemplateScriptD1Ev ]
TemplateScript::~TemplateScript [not-in-charge] ( )
[ symbol: _ZN11KTextEditor14TemplateScriptD2Ev ]
TemplateScriptRegistrar::TemplateScriptRegistrar [in-charge] ( )
[ symbol: _ZN11KTextEditor23TemplateScriptRegistrarC1Ev ]
TemplateScriptRegistrar::TemplateScriptRegistrar [not-in-charge] ( )
[ symbol: _ZN11KTextEditor23TemplateScriptRegistrarC2Ev ]
TemplateScriptRegistrar::~TemplateScriptRegistrar [in-charge-deleting] ( )
[ symbol: _ZN11KTextEditor23TemplateScriptRegistrarD0Ev ]
TemplateScriptRegistrar::~TemplateScriptRegistrar [in-charge] ( )
[ symbol: _ZN11KTextEditor23TemplateScriptRegistrarD1Ev ]
TemplateScriptRegistrar::~TemplateScriptRegistrar [not-in-charge] ( )
[ symbol: _ZN11KTextEditor23TemplateScriptRegistrarD2Ev ]
term.h,
libnepomukquery.so.4.5.0
namespace Nepomuk::Query
Term::fromString ( QString const& s ) [static]
[ symbol: _ZN7Nepomuk5Query4Term10fromStringERK7QString ]
Term::isOptionalTerm ( ) const
[ symbol: _ZNK7Nepomuk5Query4Term14isOptionalTermEv ]
Term::toOptionalTerm ( )
[ symbol: _ZN7Nepomuk5Query4Term14toOptionalTermEv ]
Term::toOptionalTerm ( ) const
[ symbol: _ZNK7Nepomuk5Query4Term14toOptionalTermEv ]
Term::toString ( ) const
[ symbol: _ZNK7Nepomuk5Query4Term8toStringEv ]
textedit.h,
libplasma.so.3.0.0
namespace Plasma
TextEdit::focusOutEvent ( QFocusEvent* event )
[ symbol: _ZN6Plasma8TextEdit13focusOutEventEP11QFocusEvent ]
TextEdit::mousePressEvent ( QGraphicsSceneMouseEvent* event )
[ symbol: _ZN6Plasma8TextEdit15mousePressEventEP24QGraphicsSceneMouseEvent ]
theme.h,
libplasma.so.3.0.0
namespace Plasma
Theme::animationPath ( QString const& name ) const
[ symbol: _ZNK6Plasma5Theme13animationPathERK7QString ]
Theme::styleSheet ( QString const& css ) const
[ symbol: _ZNK6Plasma5Theme10styleSheetERK7QString ]
toolbutton.h,
libplasma.so.3.0.0
namespace Plasma
ToolButton::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )
[ symbol: _ZN6Plasma10ToolButton10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant ]
ToolButton::setDown ( bool down )
[ symbol: _ZN6Plasma10ToolButton7setDownEb ]
uploaddialog.h,
libknewstuff3.so.4.5.0
namespace KNS3
UploadDialog::selectCategory ( QString const& category )
[ symbol: _ZN4KNS312UploadDialog14selectCategoryERK7QString ]
UploadDialog::setChangelog ( QString const& changelog )
[ symbol: _ZN4KNS312UploadDialog12setChangelogERK7QString ]
UploadDialog::setDescription ( QString const& description )
[ symbol: _ZN4KNS312UploadDialog14setDescriptionERK7QString ]
UploadDialog::setPrice ( double price )
[ symbol: _ZN4KNS312UploadDialog8setPriceEd ]
UploadDialog::setPriceEnabled ( bool enabled )
[ symbol: _ZN4KNS312UploadDialog15setPriceEnabledEb ]
UploadDialog::setPriceReason ( QString const& reason )
[ symbol: _ZN4KNS312UploadDialog14setPriceReasonERK7QString ]
UploadDialog::setVersion ( QString const& version )
[ symbol: _ZN4KNS312UploadDialog10setVersionERK7QString ]
variant.h,
libnepomuk.so.4.5.0
namespace Nepomuk
Variant::fromNode ( Soprano::Node const& node ) [static]
[ symbol: _ZN7Nepomuk7Variant8fromNodeERKN7Soprano4NodeE ]
wallpaper.h,
libplasma.so.3.0.0
namespace Plasma
Wallpaper::isPreviewing ( ) const
[ symbol: _ZNK6Plasma9Wallpaper12isPreviewingEv ]
Wallpaper::setPreviewing ( bool previewing )
[ symbol: _ZN6Plasma9Wallpaper13setPreviewingEb ]
to the top
Removed Symbols (3)
ktcpsocket.h,
libkdecore.so.5.4.0
KTcpSocket::aboutToClose ( )
[ symbol: _ZN10KTcpSocket12aboutToCloseEv ]
KTcpSocket::bytesWritten ( qint64 bytes )
[ symbol: _ZN10KTcpSocket12bytesWrittenEx ]
KTcpSocket::readyRead ( )
[ symbol: _ZN10KTcpSocket9readyReadEv ]
to the top
Problems with Data Types, High Severity (1)
kbookmarkdialog.h
[+] class KBookmarkDialog (1)
| Change |
Effect |
1 | Size of this class has been increased from 68 bytes to 76 bytes. | 1) An object of this class can be allocated by the applications and old size will be hardcoded at the compile time. Call of any exported constructor will break the memory of neighbouring objects on the stack or heap. 2) The memory layout and size of subclasses will be changed.. |
[+] affected symbols (20)
KBookmarkDialog::aboutToShow ( KBookmarkDialog::BookmarkDialogMode mode )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::addBookmark ( QString const& title, KUrl const& url, KBookmark parent )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::addBookmarks ( QList<QPair<QString, QString> >const& list, QString const& name, KBookmarkGroup parent )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::createNewFolder ( QString const& name, KBookmark parent )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::editBookmark ( KBookmark const& bm )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::fillGroup ( QTreeWidgetItem* parentItem, KBookmarkGroup const& group )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::initLayout ( )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::initLayoutPrivate ( )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::KBookmarkDialog [in-charge] ( KBookmarkManager* p1, QWidget* p2 )This constructor is from 'KBookmarkDialog' class.
KBookmarkDialog::metaObject ( ) constThis method is from 'KBookmarkDialog' class.
KBookmarkDialog::newFolderButton ( )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::parentBookmark ( )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::qt_metacast ( char const* p1 )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::save ( KBookmarkDialog::BookmarkDialogMode mode, KBookmark const& p2 )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::selectFolder ( KBookmark start )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::setParentBookmark ( KBookmark const& bm )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::slotButtonClicked ( int p1 )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::staticMetaObject [data]This method is from 'KBookmarkDialog' class.
KBookmarkOwner::bookmarkDialog ( KBookmarkManager* mgr, QWidget* parent )Return value (pointer) has base type 'KBookmarkDialog'.
to the top
Problems with Data Types, Medium Severity (2)
kbookmarkdialog.h
[+] class KBookmarkDialog (2)
| Change |
Effect |
1 | Field m_comment has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
2 | Field m_commentLabel has been added at the middle position of this structural type. | 1) Size of the inclusive type has been changed. 2) Layout of structure fields has been changed and therefore fields at higher positions of the structure definition may be incorrectly accessed by applications. |
[+] affected symbols (20)
KBookmarkDialog::aboutToShow ( KBookmarkDialog::BookmarkDialogMode mode )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::addBookmark ( QString const& title, KUrl const& url, KBookmark parent )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::addBookmarks ( QList<QPair<QString, QString> >const& list, QString const& name, KBookmarkGroup parent )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::createNewFolder ( QString const& name, KBookmark parent )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::editBookmark ( KBookmark const& bm )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::fillGroup ( QTreeWidgetItem* parentItem, KBookmarkGroup const& group )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::initLayout ( )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::initLayoutPrivate ( )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::KBookmarkDialog [in-charge] ( KBookmarkManager* p1, QWidget* p2 )This constructor is from 'KBookmarkDialog' class.
KBookmarkDialog::metaObject ( ) constThis method is from 'KBookmarkDialog' class.
KBookmarkDialog::newFolderButton ( )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::parentBookmark ( )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::qt_metacast ( char const* p1 )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::save ( KBookmarkDialog::BookmarkDialogMode mode, KBookmark const& p2 )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::selectFolder ( KBookmark start )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::setParentBookmark ( KBookmark const& bm )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::slotButtonClicked ( int p1 )This method is from 'KBookmarkDialog' class.
KBookmarkDialog::staticMetaObject [data]This method is from 'KBookmarkDialog' class.
KBookmarkOwner::bookmarkDialog ( KBookmarkManager* mgr, QWidget* parent )Return value (pointer) has base type 'KBookmarkDialog'.
to the top
Problems with Data Types, Low Severity (24)
combobox.h
namespace Plasma
[+] class ComboBox (1)
| Change |
Effect |
1 | Virtual method QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event ) has been overridden by ComboBox::mousePressEvent ( QGraphicsSceneMouseEvent* event ). | Method ComboBox::mousePressEvent ( QGraphicsSceneMouseEvent* event ) will be called instead of QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 105 entries | Virtual Table (New) - 105 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ComboBox::metaObject | ComboBox::metaObject |
12 | ComboBox::qt_metacast | ComboBox::qt_metacast |
16 | ComboBox::qt_metacall | ComboBox::qt_metacall |
20 | ComboBox::~ComboBox | ComboBox::~ComboBox |
24 | ComboBox::~ComboBox | ComboBox::~ComboBox |
28 | QGraphicsProxyWidget::event | QGraphicsProxyWidget::event |
32 | QGraphicsProxyWidget::eventFilter | QGraphicsProxyWidget::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 | QGraphicsProxyWidget::setGeometry | QGraphicsProxyWidget::setGeometry |
60 | QGraphicsWidget::getContentsMargins | QGraphicsWidget::getContentsMargins |
64 | QGraphicsProxyWidget::type | QGraphicsProxyWidget::type |
68 | ComboBox::paint | ComboBox::paint |
72 | QGraphicsWidget::paintWindowFrame | QGraphicsWidget::paintWindowFrame |
76 | QGraphicsWidget::boundingRect | QGraphicsWidget::boundingRect |
80 | QGraphicsWidget::shape | QGraphicsWidget::shape |
84 | QGraphicsWidget::initStyleOption | QGraphicsWidget::initStyleOption |
88 | QGraphicsProxyWidget::sizeHint | QGraphicsProxyWidget::sizeHint |
92 | QGraphicsWidget::updateGeometry | QGraphicsWidget::updateGeometry |
96 | QGraphicsProxyWidget::itemChange | QGraphicsProxyWidget::itemChange |
100 | QGraphicsWidget::propertyChange | QGraphicsWidget::propertyChange |
104 | QGraphicsWidget::sceneEvent | QGraphicsWidget::sceneEvent |
108 | QGraphicsWidget::windowFrameEvent | QGraphicsWidget::windowFrameEvent |
112 | QGraphicsWidget::windowFrameSectionAt | QGraphicsWidget::windowFrameSectionAt |
116 | ComboBox::changeEvent | ComboBox::changeEvent |
120 | QGraphicsWidget::closeEvent | QGraphicsWidget::closeEvent |
124 | ComboBox::focusInEvent | ComboBox::focusInEvent |
128 | QGraphicsProxyWidget::focusNextPrevChild | QGraphicsProxyWidget::focusNextPrevChild |
132 | ComboBox::focusOutEvent | ComboBox::focusOutEvent |
136 | QGraphicsProxyWidget::hideEvent | QGraphicsProxyWidget::hideEvent |
140 | QGraphicsWidget::moveEvent | QGraphicsWidget::moveEvent |
144 | QGraphicsWidget::polishEvent | QGraphicsWidget::polishEvent |
148 | ComboBox::resizeEvent | ComboBox::resizeEvent |
152 | QGraphicsProxyWidget::showEvent | QGraphicsProxyWidget::showEvent |
156 | QGraphicsProxyWidget::hoverMoveEvent | QGraphicsProxyWidget::hoverMoveEvent |
160 | ComboBox::hoverLeaveEvent | ComboBox::hoverLeaveEvent |
164 | QGraphicsProxyWidget::grabMouseEvent | QGraphicsProxyWidget::grabMouseEvent |
168 | QGraphicsProxyWidget::ungrabMouseEvent | QGraphicsProxyWidget::ungrabMouseEvent |
172 | QGraphicsWidget::grabKeyboardEvent | QGraphicsWidget::grabKeyboardEvent |
176 | QGraphicsWidget::ungrabKeyboardEvent | QGraphicsWidget::ungrabKeyboardEvent |
180 | QGraphicsProxyWidget::contextMenuEvent | QGraphicsProxyWidget::contextMenuEvent |
184 | QGraphicsProxyWidget::dragEnterEvent | QGraphicsProxyWidget::dragEnterEvent |
188 | QGraphicsProxyWidget::dragLeaveEvent | QGraphicsProxyWidget::dragLeaveEvent |
192 | QGraphicsProxyWidget::dragMoveEvent | QGraphicsProxyWidget::dragMoveEvent |
196 | QGraphicsProxyWidget::dropEvent | QGraphicsProxyWidget::dropEvent |
200 | ComboBox::hoverEnterEvent | ComboBox::hoverEnterEvent |
204 | QGraphicsProxyWidget::mouseMoveEvent | QGraphicsProxyWidget::mouseMoveEvent |
208 | QGraphicsProxyWidget::mousePressEvent | ComboBox::mousePressEvent |
212 | QGraphicsProxyWidget::mouseReleaseEvent | QGraphicsProxyWidget::mouseReleaseEvent |
216 | QGraphicsProxyWidget::mouseDoubleClickEvent | QGraphicsProxyWidget::mouseDoubleClickEvent |
220 | QGraphicsProxyWidget::wheelEvent | QGraphicsProxyWidget::wheelEvent |
224 | QGraphicsProxyWidget::keyPressEvent | QGraphicsProxyWidget::keyPressEvent |
228 | QGraphicsProxyWidget::keyReleaseEvent | QGraphicsProxyWidget::keyReleaseEvent |
232 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
236 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
240 | non-virtual thunk | non-virtual thunk |
244 | non-virtual thunk | non-virtual thunk |
248 | QGraphicsItem::advance | QGraphicsItem::advance |
252 | non-virtual thunk | non-virtual thunk |
256 | non-virtual thunk | non-virtual thunk |
260 | QGraphicsItem::contains | QGraphicsItem::contains |
264 | QGraphicsItem::collidesWithItem | QGraphicsItem::collidesWithItem |
268 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithPath |
272 | QGraphicsItem::isObscuredBy | QGraphicsItem::isObscuredBy |
276 | QGraphicsItem::opaqueArea | QGraphicsItem::opaqueArea |
280 | non-virtual thunk | non-virtual thunk |
284 | non-virtual thunk | non-virtual thunk |
288 | QGraphicsItem::sceneEventFilter | QGraphicsItem::sceneEventFilter |
292 | non-virtual thunk | non-virtual thunk |
296 | non-virtual thunk | non-virtual thunk |
300 | non-virtual thunk | non-virtual thunk |
304 | non-virtual thunk | non-virtual thunk |
308 | non-virtual thunk | non-virtual thunk |
312 | non-virtual thunk | non-virtual thunk |
316 | non-virtual thunk | non-virtual thunk |
320 | non-virtual thunk | non-virtual thunk |
324 | non-virtual thunk | non-virtual thunk |
328 | non-virtual thunk | non-virtual thunk |
332 | non-virtual thunk | non-virtual thunk |
336 | non-virtual thunk | non-virtual thunk |
340 | non-virtual thunk | non-virtual thunk |
344 | QGraphicsProxyWidget::_ZThn8_N20QGraphicsProxyWidget15mousePressEventEP24QGraphicsSceneMouseEvent | ComboBox::_ZThn8_N6Plasma8ComboBox15mousePressEventEP24QGraphicsSceneMouseEvent |
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 | QGraphicsItem::inputMethodEvent | QGraphicsItem::inputMethodEvent |
368 | QGraphicsItem::inputMethodQuery | QGraphicsItem::inputMethodQuery |
372 | non-virtual thunk | non-virtual thunk |
376 | QGraphicsItem::supportsExtension | QGraphicsItem::supportsExtension |
380 | QGraphicsItem::setExtension | QGraphicsItem::setExtension |
384 | QGraphicsItem::extension | QGraphicsItem::extension |
388 | (int (*)(...))-0x000000010 | (int (*)(...))-0x000000010 |
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 |
416 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (1)
QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event )The method 'ComboBox::mousePressEvent ( QGraphicsSceneMouseEvent* event )' will be called instead of this method.
extendergroup.h
namespace Plasma
[+] class ExtenderGroup (6)
| Change |
Effect |
1 | Virtual method QGraphicsItem::dragEnterEvent ( QGraphicsSceneDragDropEvent* event ) has been overridden by ExtenderGroup::dragEnterEvent ( QGraphicsSceneDragDropEvent* event ). | Method ExtenderGroup::dragEnterEvent ( QGraphicsSceneDragDropEvent* event ) will be called instead of QGraphicsItem::dragEnterEvent ( QGraphicsSceneDragDropEvent* event ). |
2 | Virtual method QGraphicsItem::dragLeaveEvent ( QGraphicsSceneDragDropEvent* event ) has been overridden by ExtenderGroup::dragLeaveEvent ( QGraphicsSceneDragDropEvent* event ). | Method ExtenderGroup::dragLeaveEvent ( QGraphicsSceneDragDropEvent* event ) will be called instead of QGraphicsItem::dragLeaveEvent ( QGraphicsSceneDragDropEvent* event ). |
3 | Virtual method QGraphicsItem::dragMoveEvent ( QGraphicsSceneDragDropEvent* event ) has been overridden by ExtenderGroup::dragMoveEvent ( QGraphicsSceneDragDropEvent* event ). | Method ExtenderGroup::dragMoveEvent ( QGraphicsSceneDragDropEvent* event ) will be called instead of QGraphicsItem::dragMoveEvent ( QGraphicsSceneDragDropEvent* event ). |
4 | Virtual method QGraphicsItem::dropEvent ( QGraphicsSceneDragDropEvent* event ) has been overridden by ExtenderGroup::dropEvent ( QGraphicsSceneDragDropEvent* event ). | Method ExtenderGroup::dropEvent ( QGraphicsSceneDragDropEvent* event ) will be called instead of QGraphicsItem::dropEvent ( QGraphicsSceneDragDropEvent* event ). |
5 | Virtual method QObject::eventFilter ( QObject* p1, QEvent* p2 ) has been overridden by ExtenderGroup::eventFilter ( QObject* watched, QEvent* event ). | Method ExtenderGroup::eventFilter ( QObject* watched, QEvent* event ) will be called instead of QObject::eventFilter ( QObject* p1, QEvent* p2 ). |
6 | Virtual method QGraphicsWidget::resizeEvent ( QGraphicsSceneResizeEvent* event ) has been overridden by ExtenderGroup::resizeEvent ( QGraphicsSceneResizeEvent* event ). | Method ExtenderGroup::resizeEvent ( QGraphicsSceneResizeEvent* event ) will be called instead of QGraphicsWidget::resizeEvent ( QGraphicsSceneResizeEvent* event ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 97 entries | Virtual Table (New) - 101 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ExtenderGroup::metaObject | ExtenderGroup::metaObject |
12 | ExtenderGroup::qt_metacast | ExtenderGroup::qt_metacast |
16 | ExtenderGroup::qt_metacall | ExtenderGroup::qt_metacall |
20 | ExtenderGroup::~ExtenderGroup | ExtenderGroup::~ExtenderGroup |
24 | ExtenderGroup::~ExtenderGroup | ExtenderGroup::~ExtenderGroup |
28 | QGraphicsWidget::event | QGraphicsWidget::event |
32 | QObject::eventFilter | ExtenderGroup::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 | ExtenderItem::paint | ExtenderItem::paint |
72 | QGraphicsWidget::paintWindowFrame | QGraphicsWidget::paintWindowFrame |
76 | QGraphicsWidget::boundingRect | QGraphicsWidget::boundingRect |
80 | QGraphicsWidget::shape | QGraphicsWidget::shape |
84 | QGraphicsWidget::initStyleOption | QGraphicsWidget::initStyleOption |
88 | ExtenderItem::sizeHint | ExtenderItem::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 | ExtenderItem::moveEvent | ExtenderItem::moveEvent |
144 | QGraphicsWidget::polishEvent | QGraphicsWidget::polishEvent |
148 | ExtenderItem::resizeEvent | ExtenderGroup::resizeEvent |
152 | QGraphicsWidget::showEvent | QGraphicsWidget::showEvent |
156 | ExtenderItem::hoverMoveEvent | ExtenderItem::hoverMoveEvent |
160 | ExtenderItem::hoverLeaveEvent | ExtenderItem::hoverLeaveEvent |
164 | QGraphicsWidget::grabMouseEvent | QGraphicsWidget::grabMouseEvent |
168 | QGraphicsWidget::ungrabMouseEvent | QGraphicsWidget::ungrabMouseEvent |
172 | QGraphicsWidget::grabKeyboardEvent | QGraphicsWidget::grabKeyboardEvent |
176 | QGraphicsWidget::ungrabKeyboardEvent | QGraphicsWidget::ungrabKeyboardEvent |
180 | ExtenderItem::mousePressEvent | ExtenderItem::mousePressEvent |
184 | ExtenderItem::mouseDoubleClickEvent | ExtenderItem::mouseDoubleClickEvent |
188 | ExtenderItem::mouseMoveEvent | ExtenderItem::mouseMoveEvent |
192 | ExtenderItem::mouseReleaseEvent | ExtenderItem::mouseReleaseEvent |
196 | ExtenderItem::sceneEventFilter | ExtenderItem::sceneEventFilter |
200 | (int (*)(...))-0x000000008 | ExtenderGroup::dragEnterEvent |
204 | (int (*)(...))(& _ZTIN6Plasma13ExtenderGroupE) | ExtenderGroup::dragMoveEvent |
208 | ExtenderGroup::_ZThn8_N6Plasma13ExtenderGroupD1Ev | ExtenderGroup::dragLeaveEvent |
212 | ExtenderGroup::_ZThn8_N6Plasma13ExtenderGroupD0Ev | ExtenderGroup::dropEvent |
216 | QGraphicsItem::advance | (int (*)(...))-0x000000008 |
220 | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget12boundingRectEv | (int (*)(...))(& _ZTIN6Plasma13ExtenderGroupE) |
224 | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget5shapeEv | ExtenderGroup::_ZThn8_N6Plasma13ExtenderGroupD1Ev |
228 | QGraphicsItem::contains | ExtenderGroup::_ZThn8_N6Plasma13ExtenderGroupD0Ev |
232 | QGraphicsItem::collidesWithItem | QGraphicsItem::advance |
236 | QGraphicsItem::collidesWithPath | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget12boundingRectEv |
240 | QGraphicsItem::isObscuredBy | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget5shapeEv |
244 | QGraphicsItem::opaqueArea | QGraphicsItem::contains |
248 | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget | QGraphicsItem::collidesWithItem |
252 | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget4typeEv | QGraphicsItem::collidesWithPath |
256 | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem16sceneEventFilterEP13QGraphicsItemP6QEvent | QGraphicsItem::isObscuredBy |
260 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10sceneEventEP6QEvent | QGraphicsItem::opaqueArea |
264 | QGraphicsItem::contextMenuEvent | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget |
268 | QGraphicsItem::dragEnterEvent | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget4typeEv |
272 | QGraphicsItem::dragLeaveEvent | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem16sceneEventFilterEP13QGraphicsItemP6QEvent |
276 | QGraphicsItem::dragMoveEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10sceneEventEP6QEvent |
280 | QGraphicsItem::dropEvent | QGraphicsItem::contextMenuEvent |
284 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget12focusInEventEP11QFocusEvent | ExtenderGroup::_ZThn8_N6Plasma13ExtenderGroup14dragEnterEventEP27QGraphicsSceneDragDropEvent |
288 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget13focusOutEventEP11QFocusEvent | ExtenderGroup::_ZThn8_N6Plasma13ExtenderGroup14dragLeaveEventEP27QGraphicsSceneDragDropEvent |
292 | QGraphicsItem::hoverEnterEvent | ExtenderGroup::_ZThn8_N6Plasma13ExtenderGroup13dragMoveEventEP27QGraphicsSceneDragDropEvent |
296 | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem14hoverMoveEventEP24QGraphicsSceneHoverEvent | ExtenderGroup::_ZThn8_N6Plasma13ExtenderGroup9dropEventEP27QGraphicsSceneDragDropEvent |
300 | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem15hoverLeaveEventEP24QGraphicsSceneHoverEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget12focusInEventEP11QFocusEvent |
304 | QGraphicsItem::keyPressEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget13focusOutEventEP11QFocusEvent |
308 | QGraphicsItem::keyReleaseEvent | QGraphicsItem::hoverEnterEvent |
312 | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem15mousePressEventEP24QGraphicsSceneMouseEvent | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem14hoverMoveEventEP24QGraphicsSceneHoverEvent |
316 | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem14mouseMoveEventEP24QGraphicsSceneMouseEvent | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem15hoverLeaveEventEP24QGraphicsSceneHoverEvent |
320 | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem17mouseReleaseEventEP24QGraphicsSceneMouseEvent | QGraphicsItem::keyPressEvent |
324 | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem21mouseDoubleClickEventEP24QGraphicsSceneMouseEvent | QGraphicsItem::keyReleaseEvent |
328 | QGraphicsItem::wheelEvent | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem15mousePressEventEP24QGraphicsSceneMouseEvent |
332 | QGraphicsItem::inputMethodEvent | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem14mouseMoveEventEP24QGraphicsSceneMouseEvent |
336 | QGraphicsItem::inputMethodQuery | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem17mouseReleaseEventEP24QGraphicsSceneMouseEvent |
340 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant | ExtenderItem::_ZThn8_N6Plasma12ExtenderItem21mouseDoubleClickEventEP24QGraphicsSceneMouseEvent |
344 | QGraphicsItem::supportsExtension | QGraphicsItem::wheelEvent |
348 | QGraphicsItem::setExtension | QGraphicsItem::inputMethodEvent |
352 | QGraphicsItem::extension | QGraphicsItem::inputMethodQuery |
356 | (int (*)(...))-0x000000010 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant |
360 | (int (*)(...))(& _ZTIN6Plasma13ExtenderGroupE) | QGraphicsItem::supportsExtension |
364 | ExtenderGroup::_ZThn16_N6Plasma13ExtenderGroupD1Ev | QGraphicsItem::setExtension |
368 | ExtenderGroup::_ZThn16_N6Plasma13ExtenderGroupD0Ev | QGraphicsItem::extension |
372 | QGraphicsWidget::_ZThn16_N15QGraphicsWidget11setGeometryERK6QRectF | (int (*)(...))-0x000000010 |
376 | QGraphicsWidget::_ZThn16_NK15QGraphicsWidget18getContentsMarginsEPdS0_S0_S0_ | (int (*)(...))(& _ZTIN6Plasma13ExtenderGroupE) |
380 | QGraphicsWidget::_ZThn16_N15QGraphicsWidget14updateGeometryEv | ExtenderGroup::_ZThn16_N6Plasma13ExtenderGroupD1Ev |
384 | ExtenderItem::_ZThn16_NK6Plasma12ExtenderItem8sizeHintEN2Qt8SizeHintERK6QSizeF | ExtenderGroup::_ZThn16_N6Plasma13ExtenderGroupD0Ev |
388 | | QGraphicsWidget::_ZThn16_N15QGraphicsWidget11setGeometryERK6QRectF |
392 | | QGraphicsWidget::_ZThn16_NK15QGraphicsWidget18getContentsMarginsEPdS0_S0_S0_ |
396 | | QGraphicsWidget::_ZThn16_N15QGraphicsWidget14updateGeometryEv |
400 | | ExtenderItem::_ZThn16_NK6Plasma12ExtenderItem8sizeHintEN2Qt8SizeHintERK6QSizeF |
[+] affected symbols (6)
QGraphicsItem::dragEnterEvent ( QGraphicsSceneDragDropEvent* event )The method 'ExtenderGroup::dragEnterEvent ( QGraphicsSceneDragDropEvent* event )' will be called instead of this method.
QGraphicsItem::dragLeaveEvent ( QGraphicsSceneDragDropEvent* event )The method 'ExtenderGroup::dragLeaveEvent ( QGraphicsSceneDragDropEvent* event )' will be called instead of this method.
QGraphicsItem::dragMoveEvent ( QGraphicsSceneDragDropEvent* event )The method 'ExtenderGroup::dragMoveEvent ( QGraphicsSceneDragDropEvent* event )' will be called instead of this method.
QGraphicsItem::dropEvent ( QGraphicsSceneDragDropEvent* event )The method 'ExtenderGroup::dropEvent ( QGraphicsSceneDragDropEvent* event )' will be called instead of this method.
QGraphicsWidget::resizeEvent ( QGraphicsSceneResizeEvent* event )The method 'ExtenderGroup::resizeEvent ( QGraphicsSceneResizeEvent* event )' will be called instead of this method.
QObject::eventFilter ( QObject* p1, QEvent* p2 )The method 'ExtenderGroup::eventFilter ( QObject* watched, QEvent* event )' will be called instead of this method.
kdiroperator.h
[+] class KDirOperator (1)
| Change |
Effect |
1 | Virtual method QWidget::keyPressEvent ( QKeyEvent* p1 ) has been overridden by KDirOperator::keyPressEvent ( QKeyEvent* event ). | Method KDirOperator::keyPressEvent ( QKeyEvent* event ) will be called instead of QWidget::keyPressEvent ( QKeyEvent* p1 ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 90 entries | Virtual Table (New) - 90 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | KDirOperator::metaObject | KDirOperator::metaObject |
12 | KDirOperator::qt_metacast | KDirOperator::qt_metacast |
16 | KDirOperator::qt_metacall | KDirOperator::qt_metacall |
20 | ~KDirOperator | ~KDirOperator |
24 | ~KDirOperator | ~KDirOperator |
28 | QWidget::event | QWidget::event |
32 | KDirOperator::eventFilter | KDirOperator::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 | QWidget::setVisible | QWidget::setVisible |
64 | QWidget::sizeHint | QWidget::sizeHint |
68 | QWidget::minimumSizeHint | QWidget::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 | QWidget::keyPressEvent | KDirOperator::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 | QWidget::paintEvent | QWidget::paintEvent |
128 | QWidget::moveEvent | QWidget::moveEvent |
132 | KDirOperator::resizeEvent | KDirOperator::resizeEvent |
136 | QWidget::closeEvent | QWidget::closeEvent |
140 | QWidget::contextMenuEvent | QWidget::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 | QWidget::showEvent | QWidget::showEvent |
172 | QWidget::hideEvent | QWidget::hideEvent |
176 | QWidget::x11Event | QWidget::x11Event |
180 | KDirOperator::changeEvent | KDirOperator::changeEvent |
184 | QWidget::metric | QWidget::metric |
188 | QWidget::inputMethodEvent | QWidget::inputMethodEvent |
192 | QWidget::inputMethodQuery | QWidget::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 | KDirOperator::setShowHiddenFiles | KDirOperator::setShowHiddenFiles |
228 | KDirOperator::setUrl | KDirOperator::setUrl |
232 | KDirOperator::setView | KDirOperator::setView |
236 | KDirOperator::setView | KDirOperator::setView |
240 | KDirOperator::setMode | KDirOperator::setMode |
244 | KDirOperator::setPreviewWidget | KDirOperator::setPreviewWidget |
248 | KDirOperator::setViewConfig | KDirOperator::setViewConfig |
252 | KDirOperator::readConfig | KDirOperator::readConfig |
256 | KDirOperator::writeConfig | KDirOperator::writeConfig |
260 | KDirOperator::mkdir | KDirOperator::mkdir |
264 | KDirOperator::del | KDirOperator::del |
268 | KDirOperator::setEnableDirHighlighting | KDirOperator::setEnableDirHighlighting |
272 | KDirOperator::setAcceptDrops | KDirOperator::setAcceptDrops |
276 | KDirOperator::setDropOptions | KDirOperator::setDropOptions |
280 | KDirOperator::trash | KDirOperator::trash |
284 | KDirOperator::createView | KDirOperator::createView |
288 | KDirOperator::setDirLister | KDirOperator::setDirLister |
292 | KDirOperator::activatedMenu | KDirOperator::activatedMenu |
296 | KDirOperator::back | KDirOperator::back |
300 | KDirOperator::forward | KDirOperator::forward |
304 | KDirOperator::home | KDirOperator::home |
308 | KDirOperator::cdUp | KDirOperator::cdUp |
312 | KDirOperator::rereadDir | KDirOperator::rereadDir |
316 | KDirOperator::mkdir | KDirOperator::mkdir |
320 | KDirOperator::deleteSelected | KDirOperator::deleteSelected |
324 | KDirOperator::trashSelected | KDirOperator::trashSelected |
328 | KDirOperator::selectDir | KDirOperator::selectDir |
332 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
336 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
340 | non-virtual thunk | non-virtual thunk |
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 |
[+] affected symbols (1)
QWidget::keyPressEvent ( QKeyEvent* p1 )The method 'KDirOperator::keyPressEvent ( QKeyEvent* event )' will be called instead of this method.
kpixmapregionselectordialog.h
[+] class KPixmapRegionSelectorDialog (3)
| Change |
Effect |
1 | Virtual method KDialog::metaObject ( ) const has been overridden by KPixmapRegionSelectorDialog::metaObject ( ) const. | Method KPixmapRegionSelectorDialog::metaObject ( ) const will be called instead of KDialog::metaObject ( ) const. |
2 | Virtual method KDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 ) has been overridden by KPixmapRegionSelectorDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 ). | Method KPixmapRegionSelectorDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 ) will be called instead of KDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 ). |
3 | Virtual method KDialog::qt_metacast ( char const* p1 ) has been overridden by KPixmapRegionSelectorDialog::qt_metacast ( char const* p1 ). | Method KPixmapRegionSelectorDialog::qt_metacast ( char const* p1 ) will be called instead of KDialog::qt_metacast ( char const* p1 ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 70 entries | Virtual Table (New) - 70 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | KDialog::metaObject | KPixmapRegionSelectorDialog::metaObject |
12 | KDialog::qt_metacast | KPixmapRegionSelectorDialog::qt_metacast |
16 | KDialog::qt_metacall | KPixmapRegionSelectorDialog::qt_metacall |
20 | ~KPixmapRegionSelectorDialog | ~KPixmapRegionSelectorDialog |
24 | ~KPixmapRegionSelectorDialog | ~KPixmapRegionSelectorDialog |
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 | KDialog::sizeHint | KDialog::sizeHint |
68 | KDialog::minimumSizeHint | KDialog::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 | KDialog::keyPressEvent | KDialog::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 | QWidget::paintEvent | QWidget::paintEvent |
128 | QWidget::moveEvent | QWidget::moveEvent |
132 | QDialog::resizeEvent | QDialog::resizeEvent |
136 | KDialog::closeEvent | KDialog::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 | QDialog::showEvent |
172 | KDialog::hideEvent | KDialog::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 | 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 | QDialog::done | QDialog::done |
228 | QDialog::accept | QDialog::accept |
232 | QDialog::reject | QDialog::reject |
236 | KDialog::setCaption | KDialog::setCaption |
240 | KDialog::setCaption | KDialog::setCaption |
244 | KDialog::setPlainCaption | KDialog::setPlainCaption |
248 | KDialog::slotButtonClicked | KDialog::slotButtonClicked |
252 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
256 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
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 |
[+] affected symbols (3)
KDialog::metaObject ( ) constThe method 'KPixmapRegionSelectorDialog::metaObject ( ) const' will be called instead of this method.
KDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )The method 'KPixmapRegionSelectorDialog::qt_metacall ( QMetaObject::Call p1, int p2, void** p3 )' will be called instead of this method.
KDialog::qt_metacast ( char const* p1 )The method 'KPixmapRegionSelectorDialog::qt_metacast ( char const* p1 )' will be called instead of this method.
kurlnavigator.h
[+] class KUrlNavigator (1)
| Change |
Effect |
1 | Virtual method QWidget::keyPressEvent ( QKeyEvent* p1 ) has been overridden by KUrlNavigator::keyPressEvent ( QKeyEvent* event ). | Method KUrlNavigator::keyPressEvent ( QKeyEvent* event ) will be called instead of QWidget::keyPressEvent ( QKeyEvent* p1 ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 63 entries | Virtual Table (New) - 63 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | KUrlNavigator::metaObject | KUrlNavigator::metaObject |
12 | KUrlNavigator::qt_metacast | KUrlNavigator::qt_metacast |
16 | KUrlNavigator::qt_metacall | KUrlNavigator::qt_metacall |
20 | ~KUrlNavigator | ~KUrlNavigator |
24 | ~KUrlNavigator | ~KUrlNavigator |
28 | QWidget::event | QWidget::event |
32 | KUrlNavigator::eventFilter | KUrlNavigator::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 | QWidget::setVisible | QWidget::setVisible |
64 | QWidget::sizeHint | QWidget::sizeHint |
68 | QWidget::minimumSizeHint | QWidget::minimumSizeHint |
72 | QWidget::heightForWidth | QWidget::heightForWidth |
76 | QWidget::paintEngine | QWidget::paintEngine |
80 | QWidget::mousePressEvent | QWidget::mousePressEvent |
84 | KUrlNavigator::mouseReleaseEvent | KUrlNavigator::mouseReleaseEvent |
88 | QWidget::mouseDoubleClickEvent | QWidget::mouseDoubleClickEvent |
92 | QWidget::mouseMoveEvent | QWidget::mouseMoveEvent |
96 | QWidget::wheelEvent | QWidget::wheelEvent |
100 | QWidget::keyPressEvent | KUrlNavigator::keyPressEvent |
104 | KUrlNavigator::keyReleaseEvent | KUrlNavigator::keyReleaseEvent |
108 | QWidget::focusInEvent | QWidget::focusInEvent |
112 | QWidget::focusOutEvent | QWidget::focusOutEvent |
116 | QWidget::enterEvent | QWidget::enterEvent |
120 | QWidget::leaveEvent | QWidget::leaveEvent |
124 | QWidget::paintEvent | QWidget::paintEvent |
128 | QWidget::moveEvent | QWidget::moveEvent |
132 | KUrlNavigator::resizeEvent | KUrlNavigator::resizeEvent |
136 | QWidget::closeEvent | QWidget::closeEvent |
140 | QWidget::contextMenuEvent | QWidget::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 | QWidget::showEvent | QWidget::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 | 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 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
228 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
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 |
[+] affected symbols (1)
QWidget::keyPressEvent ( QKeyEvent* p1 )The method 'KUrlNavigator::keyPressEvent ( QKeyEvent* event )' will be called instead of this method.
label.h
namespace Plasma
[+] class Label (2)
| Change |
Effect |
1 | Virtual method QGraphicsProxyWidget::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value ) has been overridden by Label::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value ). | Method Label::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value ) will be called instead of QGraphicsProxyWidget::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value ). |
2 | Virtual method QGraphicsProxyWidget::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const has been overridden by Label::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const. | Method Label::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const will be called instead of QGraphicsProxyWidget::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 105 entries | Virtual Table (New) - 105 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | Label::metaObject | Label::metaObject |
12 | Label::qt_metacast | Label::qt_metacast |
16 | Label::qt_metacall | Label::qt_metacall |
20 | Label::~Label | Label::~Label |
24 | Label::~Label | Label::~Label |
28 | Label::event | Label::event |
32 | QGraphicsProxyWidget::eventFilter | QGraphicsProxyWidget::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 | QGraphicsProxyWidget::setGeometry | QGraphicsProxyWidget::setGeometry |
60 | QGraphicsWidget::getContentsMargins | QGraphicsWidget::getContentsMargins |
64 | QGraphicsProxyWidget::type | QGraphicsProxyWidget::type |
68 | Label::paint | Label::paint |
72 | QGraphicsWidget::paintWindowFrame | QGraphicsWidget::paintWindowFrame |
76 | QGraphicsWidget::boundingRect | QGraphicsWidget::boundingRect |
80 | QGraphicsWidget::shape | QGraphicsWidget::shape |
84 | QGraphicsWidget::initStyleOption | QGraphicsWidget::initStyleOption |
88 | QGraphicsProxyWidget::sizeHint | Label::sizeHint |
92 | QGraphicsWidget::updateGeometry | QGraphicsWidget::updateGeometry |
96 | QGraphicsProxyWidget::itemChange | Label::itemChange |
100 | QGraphicsWidget::propertyChange | QGraphicsWidget::propertyChange |
104 | QGraphicsWidget::sceneEvent | QGraphicsWidget::sceneEvent |
108 | QGraphicsWidget::windowFrameEvent | QGraphicsWidget::windowFrameEvent |
112 | QGraphicsWidget::windowFrameSectionAt | QGraphicsWidget::windowFrameSectionAt |
116 | Label::changeEvent | Label::changeEvent |
120 | QGraphicsWidget::closeEvent | QGraphicsWidget::closeEvent |
124 | QGraphicsProxyWidget::focusInEvent | QGraphicsProxyWidget::focusInEvent |
128 | QGraphicsProxyWidget::focusNextPrevChild | QGraphicsProxyWidget::focusNextPrevChild |
132 | QGraphicsProxyWidget::focusOutEvent | QGraphicsProxyWidget::focusOutEvent |
136 | QGraphicsProxyWidget::hideEvent | QGraphicsProxyWidget::hideEvent |
140 | QGraphicsWidget::moveEvent | QGraphicsWidget::moveEvent |
144 | QGraphicsWidget::polishEvent | QGraphicsWidget::polishEvent |
148 | Label::resizeEvent | Label::resizeEvent |
152 | QGraphicsProxyWidget::showEvent | QGraphicsProxyWidget::showEvent |
156 | QGraphicsProxyWidget::hoverMoveEvent | QGraphicsProxyWidget::hoverMoveEvent |
160 | QGraphicsProxyWidget::hoverLeaveEvent | QGraphicsProxyWidget::hoverLeaveEvent |
164 | QGraphicsProxyWidget::grabMouseEvent | QGraphicsProxyWidget::grabMouseEvent |
168 | QGraphicsProxyWidget::ungrabMouseEvent | QGraphicsProxyWidget::ungrabMouseEvent |
172 | QGraphicsWidget::grabKeyboardEvent | QGraphicsWidget::grabKeyboardEvent |
176 | QGraphicsWidget::ungrabKeyboardEvent | QGraphicsWidget::ungrabKeyboardEvent |
180 | Label::contextMenuEvent | Label::contextMenuEvent |
184 | QGraphicsProxyWidget::dragEnterEvent | QGraphicsProxyWidget::dragEnterEvent |
188 | QGraphicsProxyWidget::dragLeaveEvent | QGraphicsProxyWidget::dragLeaveEvent |
192 | QGraphicsProxyWidget::dragMoveEvent | QGraphicsProxyWidget::dragMoveEvent |
196 | QGraphicsProxyWidget::dropEvent | QGraphicsProxyWidget::dropEvent |
200 | QGraphicsProxyWidget::hoverEnterEvent | QGraphicsProxyWidget::hoverEnterEvent |
204 | Label::mouseMoveEvent | Label::mouseMoveEvent |
208 | Label::mousePressEvent | Label::mousePressEvent |
212 | QGraphicsProxyWidget::mouseReleaseEvent | QGraphicsProxyWidget::mouseReleaseEvent |
216 | QGraphicsProxyWidget::mouseDoubleClickEvent | QGraphicsProxyWidget::mouseDoubleClickEvent |
220 | QGraphicsProxyWidget::wheelEvent | QGraphicsProxyWidget::wheelEvent |
224 | QGraphicsProxyWidget::keyPressEvent | QGraphicsProxyWidget::keyPressEvent |
228 | QGraphicsProxyWidget::keyReleaseEvent | QGraphicsProxyWidget::keyReleaseEvent |
232 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
236 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
240 | non-virtual thunk | non-virtual thunk |
244 | non-virtual thunk | non-virtual thunk |
248 | QGraphicsItem::advance | QGraphicsItem::advance |
252 | non-virtual thunk | non-virtual thunk |
256 | non-virtual thunk | non-virtual thunk |
260 | QGraphicsItem::contains | QGraphicsItem::contains |
264 | QGraphicsItem::collidesWithItem | QGraphicsItem::collidesWithItem |
268 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithPath |
272 | QGraphicsItem::isObscuredBy | QGraphicsItem::isObscuredBy |
276 | QGraphicsItem::opaqueArea | QGraphicsItem::opaqueArea |
280 | non-virtual thunk | non-virtual thunk |
284 | non-virtual thunk | non-virtual thunk |
288 | QGraphicsItem::sceneEventFilter | QGraphicsItem::sceneEventFilter |
292 | non-virtual thunk | non-virtual thunk |
296 | non-virtual thunk | non-virtual thunk |
300 | non-virtual thunk | non-virtual thunk |
304 | non-virtual thunk | non-virtual thunk |
308 | non-virtual thunk | non-virtual thunk |
312 | non-virtual thunk | non-virtual thunk |
316 | non-virtual thunk | non-virtual thunk |
320 | non-virtual thunk | non-virtual thunk |
324 | non-virtual thunk | non-virtual thunk |
328 | non-virtual thunk | non-virtual thunk |
332 | non-virtual thunk | non-virtual thunk |
336 | non-virtual thunk | non-virtual thunk |
340 | non-virtual thunk | non-virtual thunk |
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 | QGraphicsItem::inputMethodEvent | QGraphicsItem::inputMethodEvent |
368 | QGraphicsItem::inputMethodQuery | QGraphicsItem::inputMethodQuery |
372 | QGraphicsProxyWidget::_ZThn8_N20QGraphicsProxyWidget10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant | Label::_ZThn8_N6Plasma5Label10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant |
376 | QGraphicsItem::supportsExtension | QGraphicsItem::supportsExtension |
380 | QGraphicsItem::setExtension | QGraphicsItem::setExtension |
384 | QGraphicsItem::extension | QGraphicsItem::extension |
388 | (int (*)(...))-0x000000010 | (int (*)(...))-0x000000010 |
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 |
416 | QGraphicsProxyWidget::_ZThn16_NK20QGraphicsProxyWidget8sizeHintEN2Qt8SizeHintERK6QSizeF | Label::_ZThn16_NK6Plasma5Label8sizeHintEN2Qt8SizeHintERK6QSizeF |
[+] affected symbols (2)
QGraphicsProxyWidget::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )The method 'Label::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )' will be called instead of this method.
QGraphicsProxyWidget::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) constThe method 'Label::sizeHint ( Qt::SizeHint which, QSizeF const& constraint ) const' will be called instead of this method.
lineedit.h
namespace Plasma
[+] class LineEdit (2)
| Change |
Effect |
1 | Virtual method QGraphicsProxyWidget::focusOutEvent ( QFocusEvent* event ) has been overridden by LineEdit::focusOutEvent ( QFocusEvent* event ). | Method LineEdit::focusOutEvent ( QFocusEvent* event ) will be called instead of QGraphicsProxyWidget::focusOutEvent ( QFocusEvent* event ). |
2 | Virtual method QGraphicsProxyWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event ) has been overridden by LineEdit::mousePressEvent ( QGraphicsSceneMouseEvent* event ). | Method LineEdit::mousePressEvent ( QGraphicsSceneMouseEvent* event ) will be called instead of QGraphicsProxyWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 105 entries | Virtual Table (New) - 105 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | LineEdit::metaObject | LineEdit::metaObject |
12 | LineEdit::qt_metacast | LineEdit::qt_metacast |
16 | LineEdit::qt_metacall | LineEdit::qt_metacall |
20 | LineEdit::~LineEdit | LineEdit::~LineEdit |
24 | LineEdit::~LineEdit | LineEdit::~LineEdit |
28 | QGraphicsProxyWidget::event | QGraphicsProxyWidget::event |
32 | QGraphicsProxyWidget::eventFilter | QGraphicsProxyWidget::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 | QGraphicsProxyWidget::setGeometry | QGraphicsProxyWidget::setGeometry |
60 | QGraphicsWidget::getContentsMargins | QGraphicsWidget::getContentsMargins |
64 | QGraphicsProxyWidget::type | QGraphicsProxyWidget::type |
68 | LineEdit::paint | LineEdit::paint |
72 | QGraphicsWidget::paintWindowFrame | QGraphicsWidget::paintWindowFrame |
76 | QGraphicsWidget::boundingRect | QGraphicsWidget::boundingRect |
80 | QGraphicsWidget::shape | QGraphicsWidget::shape |
84 | QGraphicsWidget::initStyleOption | QGraphicsWidget::initStyleOption |
88 | QGraphicsProxyWidget::sizeHint | QGraphicsProxyWidget::sizeHint |
92 | QGraphicsWidget::updateGeometry | QGraphicsWidget::updateGeometry |
96 | QGraphicsProxyWidget::itemChange | QGraphicsProxyWidget::itemChange |
100 | QGraphicsWidget::propertyChange | QGraphicsWidget::propertyChange |
104 | QGraphicsWidget::sceneEvent | QGraphicsWidget::sceneEvent |
108 | QGraphicsWidget::windowFrameEvent | QGraphicsWidget::windowFrameEvent |
112 | QGraphicsWidget::windowFrameSectionAt | QGraphicsWidget::windowFrameSectionAt |
116 | LineEdit::changeEvent | LineEdit::changeEvent |
120 | QGraphicsWidget::closeEvent | QGraphicsWidget::closeEvent |
124 | QGraphicsProxyWidget::focusInEvent | QGraphicsProxyWidget::focusInEvent |
128 | QGraphicsProxyWidget::focusNextPrevChild | QGraphicsProxyWidget::focusNextPrevChild |
132 | QGraphicsProxyWidget::focusOutEvent | LineEdit::focusOutEvent |
136 | QGraphicsProxyWidget::hideEvent | QGraphicsProxyWidget::hideEvent |
140 | QGraphicsWidget::moveEvent | QGraphicsWidget::moveEvent |
144 | QGraphicsWidget::polishEvent | QGraphicsWidget::polishEvent |
148 | QGraphicsProxyWidget::resizeEvent | QGraphicsProxyWidget::resizeEvent |
152 | QGraphicsProxyWidget::showEvent | QGraphicsProxyWidget::showEvent |
156 | QGraphicsProxyWidget::hoverMoveEvent | QGraphicsProxyWidget::hoverMoveEvent |
160 | LineEdit::hoverLeaveEvent | LineEdit::hoverLeaveEvent |
164 | QGraphicsProxyWidget::grabMouseEvent | QGraphicsProxyWidget::grabMouseEvent |
168 | QGraphicsProxyWidget::ungrabMouseEvent | QGraphicsProxyWidget::ungrabMouseEvent |
172 | QGraphicsWidget::grabKeyboardEvent | QGraphicsWidget::grabKeyboardEvent |
176 | QGraphicsWidget::ungrabKeyboardEvent | QGraphicsWidget::ungrabKeyboardEvent |
180 | QGraphicsProxyWidget::contextMenuEvent | QGraphicsProxyWidget::contextMenuEvent |
184 | QGraphicsProxyWidget::dragEnterEvent | QGraphicsProxyWidget::dragEnterEvent |
188 | QGraphicsProxyWidget::dragLeaveEvent | QGraphicsProxyWidget::dragLeaveEvent |
192 | QGraphicsProxyWidget::dragMoveEvent | QGraphicsProxyWidget::dragMoveEvent |
196 | QGraphicsProxyWidget::dropEvent | QGraphicsProxyWidget::dropEvent |
200 | LineEdit::hoverEnterEvent | LineEdit::hoverEnterEvent |
204 | QGraphicsProxyWidget::mouseMoveEvent | QGraphicsProxyWidget::mouseMoveEvent |
208 | QGraphicsProxyWidget::mousePressEvent | LineEdit::mousePressEvent |
212 | QGraphicsProxyWidget::mouseReleaseEvent | QGraphicsProxyWidget::mouseReleaseEvent |
216 | QGraphicsProxyWidget::mouseDoubleClickEvent | QGraphicsProxyWidget::mouseDoubleClickEvent |
220 | QGraphicsProxyWidget::wheelEvent | QGraphicsProxyWidget::wheelEvent |
224 | QGraphicsProxyWidget::keyPressEvent | QGraphicsProxyWidget::keyPressEvent |
228 | QGraphicsProxyWidget::keyReleaseEvent | QGraphicsProxyWidget::keyReleaseEvent |
232 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
236 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
240 | non-virtual thunk | non-virtual thunk |
244 | non-virtual thunk | non-virtual thunk |
248 | QGraphicsItem::advance | QGraphicsItem::advance |
252 | non-virtual thunk | non-virtual thunk |
256 | non-virtual thunk | non-virtual thunk |
260 | QGraphicsItem::contains | QGraphicsItem::contains |
264 | QGraphicsItem::collidesWithItem | QGraphicsItem::collidesWithItem |
268 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithPath |
272 | QGraphicsItem::isObscuredBy | QGraphicsItem::isObscuredBy |
276 | QGraphicsItem::opaqueArea | QGraphicsItem::opaqueArea |
280 | non-virtual thunk | non-virtual thunk |
284 | non-virtual thunk | non-virtual thunk |
288 | QGraphicsItem::sceneEventFilter | QGraphicsItem::sceneEventFilter |
292 | non-virtual thunk | non-virtual thunk |
296 | non-virtual thunk | non-virtual thunk |
300 | non-virtual thunk | non-virtual thunk |
304 | non-virtual thunk | non-virtual thunk |
308 | non-virtual thunk | non-virtual thunk |
312 | non-virtual thunk | non-virtual thunk |
316 | non-virtual thunk | non-virtual thunk |
320 | QGraphicsProxyWidget::_ZThn8_N20QGraphicsProxyWidget13focusOutEventEP11QFocusEvent | LineEdit::_ZThn8_N6Plasma8LineEdit13focusOutEventEP11QFocusEvent |
324 | non-virtual thunk | non-virtual thunk |
328 | non-virtual thunk | non-virtual thunk |
332 | non-virtual thunk | non-virtual thunk |
336 | non-virtual thunk | non-virtual thunk |
340 | non-virtual thunk | non-virtual thunk |
344 | QGraphicsProxyWidget::_ZThn8_N20QGraphicsProxyWidget15mousePressEventEP24QGraphicsSceneMouseEvent | LineEdit::_ZThn8_N6Plasma8LineEdit15mousePressEventEP24QGraphicsSceneMouseEvent |
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 | QGraphicsItem::inputMethodEvent | QGraphicsItem::inputMethodEvent |
368 | QGraphicsItem::inputMethodQuery | QGraphicsItem::inputMethodQuery |
372 | non-virtual thunk | non-virtual thunk |
376 | QGraphicsItem::supportsExtension | QGraphicsItem::supportsExtension |
380 | QGraphicsItem::setExtension | QGraphicsItem::setExtension |
384 | QGraphicsItem::extension | QGraphicsItem::extension |
388 | (int (*)(...))-0x000000010 | (int (*)(...))-0x000000010 |
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 |
416 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (2)
QGraphicsProxyWidget::focusOutEvent ( QFocusEvent* event )The method 'LineEdit::focusOutEvent ( QFocusEvent* event )' will be called instead of this method.
QGraphicsProxyWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event )The method 'LineEdit::mousePressEvent ( QGraphicsSceneMouseEvent* event )' will be called instead of this method.
scrollwidget.h
namespace Plasma
[+] class ScrollWidget (2)
| Change |
Effect |
1 | Virtual method QGraphicsItem::keyPressEvent ( QKeyEvent* event ) has been overridden by ScrollWidget::keyPressEvent ( QKeyEvent* event ). | Method ScrollWidget::keyPressEvent ( QKeyEvent* event ) will be called instead of QGraphicsItem::keyPressEvent ( QKeyEvent* event ). |
2 | Virtual method QGraphicsItem::sceneEventFilter ( QGraphicsItem* watched, QEvent* event ) has been overridden by ScrollWidget::sceneEventFilter ( QGraphicsItem* i, QEvent* e ). | Method ScrollWidget::sceneEventFilter ( QGraphicsItem* i, QEvent* e ) will be called instead of QGraphicsItem::sceneEventFilter ( QGraphicsItem* watched, QEvent* event ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 96 entries | Virtual Table (New) - 98 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ScrollWidget::metaObject | ScrollWidget::metaObject |
12 | ScrollWidget::qt_metacast | ScrollWidget::qt_metacast |
16 | ScrollWidget::qt_metacall | ScrollWidget::qt_metacall |
20 | ScrollWidget::~ScrollWidget | ScrollWidget::~ScrollWidget |
24 | ScrollWidget::~ScrollWidget | ScrollWidget::~ScrollWidget |
28 | QGraphicsWidget::event | QGraphicsWidget::event |
32 | ScrollWidget::eventFilter | ScrollWidget::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 | ScrollWidget::sizeHint | ScrollWidget::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 | ScrollWidget::focusInEvent | ScrollWidget::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 | ScrollWidget::resizeEvent | ScrollWidget::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 | ScrollWidget::mouseMoveEvent | ScrollWidget::mouseMoveEvent |
184 | ScrollWidget::mousePressEvent | ScrollWidget::mousePressEvent |
188 | ScrollWidget::mouseReleaseEvent | ScrollWidget::mouseReleaseEvent |
192 | ScrollWidget::wheelEvent | ScrollWidget::keyPressEvent |
196 | (int (*)(...))-0x000000008 | ScrollWidget::wheelEvent |
200 | (int (*)(...))(& _ZTIN6Plasma12ScrollWidgetE) | ScrollWidget::sceneEventFilter |
204 | ScrollWidget::_ZThn8_N6Plasma12ScrollWidgetD1Ev | (int (*)(...))-0x000000008 |
208 | ScrollWidget::_ZThn8_N6Plasma12ScrollWidgetD0Ev | (int (*)(...))(& _ZTIN6Plasma12ScrollWidgetE) |
212 | QGraphicsItem::advance | ScrollWidget::_ZThn8_N6Plasma12ScrollWidgetD1Ev |
216 | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget12boundingRectEv | ScrollWidget::_ZThn8_N6Plasma12ScrollWidgetD0Ev |
220 | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget5shapeEv | QGraphicsItem::advance |
224 | QGraphicsItem::contains | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget12boundingRectEv |
228 | QGraphicsItem::collidesWithItem | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget5shapeEv |
232 | QGraphicsItem::collidesWithPath | QGraphicsItem::contains |
236 | QGraphicsItem::isObscuredBy | QGraphicsItem::collidesWithItem |
240 | QGraphicsItem::opaqueArea | QGraphicsItem::collidesWithPath |
244 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget | QGraphicsItem::isObscuredBy |
248 | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget4typeEv | QGraphicsItem::opaqueArea |
252 | QGraphicsItem::sceneEventFilter | QGraphicsWidget::_ZThn8_N15QGraphicsWidget5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget |
256 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10sceneEventEP6QEvent | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget4typeEv |
260 | QGraphicsItem::contextMenuEvent | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget16sceneEventFilterEP13QGraphicsItemP6QEvent |
264 | QGraphicsItem::dragEnterEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10sceneEventEP6QEvent |
268 | QGraphicsItem::dragLeaveEvent | QGraphicsItem::contextMenuEvent |
272 | QGraphicsItem::dragMoveEvent | QGraphicsItem::dragEnterEvent |
276 | QGraphicsItem::dropEvent | QGraphicsItem::dragLeaveEvent |
280 | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget12focusInEventEP11QFocusEvent | QGraphicsItem::dragMoveEvent |
284 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget13focusOutEventEP11QFocusEvent | QGraphicsItem::dropEvent |
288 | QGraphicsItem::hoverEnterEvent | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget12focusInEventEP11QFocusEvent |
292 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget14hoverMoveEventEP24QGraphicsSceneHoverEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget13focusOutEventEP11QFocusEvent |
296 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget15hoverLeaveEventEP24QGraphicsSceneHoverEvent | QGraphicsItem::hoverEnterEvent |
300 | QGraphicsItem::keyPressEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget14hoverMoveEventEP24QGraphicsSceneHoverEvent |
304 | QGraphicsItem::keyReleaseEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget15hoverLeaveEventEP24QGraphicsSceneHoverEvent |
308 | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget15mousePressEventEP24QGraphicsSceneMouseEvent | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget13keyPressEventEP9QKeyEvent |
312 | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget14mouseMoveEventEP24QGraphicsSceneMouseEvent | QGraphicsItem::keyReleaseEvent |
316 | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget17mouseReleaseEventEP24QGraphicsSceneMouseEvent | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget15mousePressEventEP24QGraphicsSceneMouseEvent |
320 | QGraphicsItem::mouseDoubleClickEvent | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget14mouseMoveEventEP24QGraphicsSceneMouseEvent |
324 | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget10wheelEventEP24QGraphicsSceneWheelEvent | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget17mouseReleaseEventEP24QGraphicsSceneMouseEvent |
328 | QGraphicsItem::inputMethodEvent | QGraphicsItem::mouseDoubleClickEvent |
332 | QGraphicsItem::inputMethodQuery | ScrollWidget::_ZThn8_N6Plasma12ScrollWidget10wheelEventEP24QGraphicsSceneWheelEvent |
336 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant | QGraphicsItem::inputMethodEvent |
340 | QGraphicsItem::supportsExtension | QGraphicsItem::inputMethodQuery |
344 | QGraphicsItem::setExtension | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant |
348 | QGraphicsItem::extension | QGraphicsItem::supportsExtension |
352 | (int (*)(...))-0x000000010 | QGraphicsItem::setExtension |
356 | (int (*)(...))(& _ZTIN6Plasma12ScrollWidgetE) | QGraphicsItem::extension |
360 | ScrollWidget::_ZThn16_N6Plasma12ScrollWidgetD1Ev | (int (*)(...))-0x000000010 |
364 | ScrollWidget::_ZThn16_N6Plasma12ScrollWidgetD0Ev | (int (*)(...))(& _ZTIN6Plasma12ScrollWidgetE) |
368 | QGraphicsWidget::_ZThn16_N15QGraphicsWidget11setGeometryERK6QRectF | ScrollWidget::_ZThn16_N6Plasma12ScrollWidgetD1Ev |
372 | QGraphicsWidget::_ZThn16_NK15QGraphicsWidget18getContentsMarginsEPdS0_S0_S0_ | ScrollWidget::_ZThn16_N6Plasma12ScrollWidgetD0Ev |
376 | QGraphicsWidget::_ZThn16_N15QGraphicsWidget14updateGeometryEv | QGraphicsWidget::_ZThn16_N15QGraphicsWidget11setGeometryERK6QRectF |
380 | ScrollWidget::_ZThn16_NK6Plasma12ScrollWidget8sizeHintEN2Qt8SizeHintERK6QSizeF | QGraphicsWidget::_ZThn16_NK15QGraphicsWidget18getContentsMarginsEPdS0_S0_S0_ |
384 | | QGraphicsWidget::_ZThn16_N15QGraphicsWidget14updateGeometryEv |
388 | | ScrollWidget::_ZThn16_NK6Plasma12ScrollWidget8sizeHintEN2Qt8SizeHintERK6QSizeF |
[+] affected symbols (2)
QGraphicsItem::keyPressEvent ( QKeyEvent* event )The method 'ScrollWidget::keyPressEvent ( QKeyEvent* event )' will be called instead of this method.
QGraphicsItem::sceneEventFilter ( QGraphicsItem* watched, QEvent* event )The method 'ScrollWidget::sceneEventFilter ( QGraphicsItem* i, QEvent* e )' will be called instead of this method.
spinbox.h
namespace Plasma
[+] class SpinBox (2)
| Change |
Effect |
1 | Virtual method QGraphicsItem::focusOutEvent ( QFocusEvent* event ) has been overridden by SpinBox::focusOutEvent ( QFocusEvent* event ). | Method SpinBox::focusOutEvent ( QFocusEvent* event ) will be called instead of QGraphicsItem::focusOutEvent ( QFocusEvent* event ). |
2 | Virtual method QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event ) has been overridden by SpinBox::mousePressEvent ( QGraphicsSceneMouseEvent* event ). | Method SpinBox::mousePressEvent ( QGraphicsSceneMouseEvent* event ) will be called instead of QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 105 entries | Virtual Table (New) - 105 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | SpinBox::metaObject | SpinBox::metaObject |
12 | SpinBox::qt_metacast | SpinBox::qt_metacast |
16 | SpinBox::qt_metacall | SpinBox::qt_metacall |
20 | SpinBox::~SpinBox | SpinBox::~SpinBox |
24 | SpinBox::~SpinBox | SpinBox::~SpinBox |
28 | QGraphicsProxyWidget::event | QGraphicsProxyWidget::event |
32 | QGraphicsProxyWidget::eventFilter | QGraphicsProxyWidget::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 | QGraphicsProxyWidget::setGeometry | QGraphicsProxyWidget::setGeometry |
60 | QGraphicsWidget::getContentsMargins | QGraphicsWidget::getContentsMargins |
64 | QGraphicsProxyWidget::type | QGraphicsProxyWidget::type |
68 | SpinBox::paint | SpinBox::paint |
72 | QGraphicsWidget::paintWindowFrame | QGraphicsWidget::paintWindowFrame |
76 | QGraphicsWidget::boundingRect | QGraphicsWidget::boundingRect |
80 | QGraphicsWidget::shape | QGraphicsWidget::shape |
84 | QGraphicsWidget::initStyleOption | QGraphicsWidget::initStyleOption |
88 | QGraphicsProxyWidget::sizeHint | QGraphicsProxyWidget::sizeHint |
92 | QGraphicsWidget::updateGeometry | QGraphicsWidget::updateGeometry |
96 | QGraphicsProxyWidget::itemChange | QGraphicsProxyWidget::itemChange |
100 | QGraphicsWidget::propertyChange | QGraphicsWidget::propertyChange |
104 | QGraphicsWidget::sceneEvent | QGraphicsWidget::sceneEvent |
108 | QGraphicsWidget::windowFrameEvent | QGraphicsWidget::windowFrameEvent |
112 | QGraphicsWidget::windowFrameSectionAt | QGraphicsWidget::windowFrameSectionAt |
116 | SpinBox::changeEvent | SpinBox::changeEvent |
120 | QGraphicsWidget::closeEvent | QGraphicsWidget::closeEvent |
124 | QGraphicsProxyWidget::focusInEvent | QGraphicsProxyWidget::focusInEvent |
128 | QGraphicsProxyWidget::focusNextPrevChild | QGraphicsProxyWidget::focusNextPrevChild |
132 | QGraphicsProxyWidget::focusOutEvent | SpinBox::focusOutEvent |
136 | QGraphicsProxyWidget::hideEvent | QGraphicsProxyWidget::hideEvent |
140 | QGraphicsWidget::moveEvent | QGraphicsWidget::moveEvent |
144 | QGraphicsWidget::polishEvent | QGraphicsWidget::polishEvent |
148 | SpinBox::resizeEvent | SpinBox::resizeEvent |
152 | QGraphicsProxyWidget::showEvent | QGraphicsProxyWidget::showEvent |
156 | QGraphicsProxyWidget::hoverMoveEvent | QGraphicsProxyWidget::hoverMoveEvent |
160 | SpinBox::hoverLeaveEvent | SpinBox::hoverLeaveEvent |
164 | QGraphicsProxyWidget::grabMouseEvent | QGraphicsProxyWidget::grabMouseEvent |
168 | QGraphicsProxyWidget::ungrabMouseEvent | QGraphicsProxyWidget::ungrabMouseEvent |
172 | QGraphicsWidget::grabKeyboardEvent | QGraphicsWidget::grabKeyboardEvent |
176 | QGraphicsWidget::ungrabKeyboardEvent | QGraphicsWidget::ungrabKeyboardEvent |
180 | QGraphicsProxyWidget::contextMenuEvent | QGraphicsProxyWidget::contextMenuEvent |
184 | QGraphicsProxyWidget::dragEnterEvent | QGraphicsProxyWidget::dragEnterEvent |
188 | QGraphicsProxyWidget::dragLeaveEvent | QGraphicsProxyWidget::dragLeaveEvent |
192 | QGraphicsProxyWidget::dragMoveEvent | QGraphicsProxyWidget::dragMoveEvent |
196 | QGraphicsProxyWidget::dropEvent | QGraphicsProxyWidget::dropEvent |
200 | SpinBox::hoverEnterEvent | SpinBox::hoverEnterEvent |
204 | QGraphicsProxyWidget::mouseMoveEvent | QGraphicsProxyWidget::mouseMoveEvent |
208 | QGraphicsProxyWidget::mousePressEvent | SpinBox::mousePressEvent |
212 | QGraphicsProxyWidget::mouseReleaseEvent | QGraphicsProxyWidget::mouseReleaseEvent |
216 | QGraphicsProxyWidget::mouseDoubleClickEvent | QGraphicsProxyWidget::mouseDoubleClickEvent |
220 | QGraphicsProxyWidget::wheelEvent | QGraphicsProxyWidget::wheelEvent |
224 | QGraphicsProxyWidget::keyPressEvent | QGraphicsProxyWidget::keyPressEvent |
228 | QGraphicsProxyWidget::keyReleaseEvent | QGraphicsProxyWidget::keyReleaseEvent |
232 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
236 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
240 | non-virtual thunk | non-virtual thunk |
244 | non-virtual thunk | non-virtual thunk |
248 | QGraphicsItem::advance | QGraphicsItem::advance |
252 | non-virtual thunk | non-virtual thunk |
256 | non-virtual thunk | non-virtual thunk |
260 | QGraphicsItem::contains | QGraphicsItem::contains |
264 | QGraphicsItem::collidesWithItem | QGraphicsItem::collidesWithItem |
268 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithPath |
272 | QGraphicsItem::isObscuredBy | QGraphicsItem::isObscuredBy |
276 | QGraphicsItem::opaqueArea | QGraphicsItem::opaqueArea |
280 | non-virtual thunk | non-virtual thunk |
284 | non-virtual thunk | non-virtual thunk |
288 | QGraphicsItem::sceneEventFilter | QGraphicsItem::sceneEventFilter |
292 | non-virtual thunk | non-virtual thunk |
296 | non-virtual thunk | non-virtual thunk |
300 | non-virtual thunk | non-virtual thunk |
304 | non-virtual thunk | non-virtual thunk |
308 | non-virtual thunk | non-virtual thunk |
312 | non-virtual thunk | non-virtual thunk |
316 | non-virtual thunk | non-virtual thunk |
320 | QGraphicsProxyWidget::_ZThn8_N20QGraphicsProxyWidget13focusOutEventEP11QFocusEvent | SpinBox::_ZThn8_N6Plasma7SpinBox13focusOutEventEP11QFocusEvent |
324 | non-virtual thunk | non-virtual thunk |
328 | non-virtual thunk | non-virtual thunk |
332 | non-virtual thunk | non-virtual thunk |
336 | non-virtual thunk | non-virtual thunk |
340 | non-virtual thunk | non-virtual thunk |
344 | QGraphicsProxyWidget::_ZThn8_N20QGraphicsProxyWidget15mousePressEventEP24QGraphicsSceneMouseEvent | SpinBox::_ZThn8_N6Plasma7SpinBox15mousePressEventEP24QGraphicsSceneMouseEvent |
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 | QGraphicsItem::inputMethodEvent | QGraphicsItem::inputMethodEvent |
368 | QGraphicsItem::inputMethodQuery | QGraphicsItem::inputMethodQuery |
372 | non-virtual thunk | non-virtual thunk |
376 | QGraphicsItem::supportsExtension | QGraphicsItem::supportsExtension |
380 | QGraphicsItem::setExtension | QGraphicsItem::setExtension |
384 | QGraphicsItem::extension | QGraphicsItem::extension |
388 | (int (*)(...))-0x000000010 | (int (*)(...))-0x000000010 |
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 |
416 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (2)
QGraphicsItem::focusOutEvent ( QFocusEvent* event )The method 'SpinBox::focusOutEvent ( QFocusEvent* event )' will be called instead of this method.
QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event )The method 'SpinBox::mousePressEvent ( QGraphicsSceneMouseEvent* event )' will be called instead of this method.
svgwidget.h
namespace Plasma
[+] class SvgWidget (1)
| Change |
Effect |
1 | Virtual method QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event ) has been overridden by SvgWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event ). | Method SvgWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event ) will be called instead of QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 93 entries | Virtual Table (New) - 94 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | SvgWidget::metaObject | SvgWidget::metaObject |
12 | SvgWidget::qt_metacast | SvgWidget::qt_metacast |
16 | SvgWidget::qt_metacall | SvgWidget::qt_metacall |
20 | SvgWidget::~SvgWidget | SvgWidget::~SvgWidget |
24 | SvgWidget::~SvgWidget | SvgWidget::~SvgWidget |
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 | SvgWidget::paint | SvgWidget::paint |
72 | QGraphicsWidget::paintWindowFrame | QGraphicsWidget::paintWindowFrame |
76 | QGraphicsWidget::boundingRect | QGraphicsWidget::boundingRect |
80 | QGraphicsWidget::shape | QGraphicsWidget::shape |
84 | QGraphicsWidget::initStyleOption | QGraphicsWidget::initStyleOption |
88 | SvgWidget::sizeHint | SvgWidget::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 | SvgWidget::mouseReleaseEvent | SvgWidget::mouseReleaseEvent |
184 | (int (*)(...))-0x000000008 | SvgWidget::mousePressEvent |
188 | (int (*)(...))(& _ZTIN6Plasma9SvgWidgetE) | (int (*)(...))-0x000000008 |
192 | SvgWidget::_ZThn8_N6Plasma9SvgWidgetD1Ev | (int (*)(...))(& _ZTIN6Plasma9SvgWidgetE) |
196 | SvgWidget::_ZThn8_N6Plasma9SvgWidgetD0Ev | SvgWidget::_ZThn8_N6Plasma9SvgWidgetD1Ev |
200 | QGraphicsItem::advance | SvgWidget::_ZThn8_N6Plasma9SvgWidgetD0Ev |
204 | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget12boundingRectEv | QGraphicsItem::advance |
208 | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget5shapeEv | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget12boundingRectEv |
212 | QGraphicsItem::contains | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget5shapeEv |
216 | QGraphicsItem::collidesWithItem | QGraphicsItem::contains |
220 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithItem |
224 | QGraphicsItem::isObscuredBy | QGraphicsItem::collidesWithPath |
228 | QGraphicsItem::opaqueArea | QGraphicsItem::isObscuredBy |
232 | SvgWidget::_ZThn8_N6Plasma9SvgWidget5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget | QGraphicsItem::opaqueArea |
236 | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget4typeEv | SvgWidget::_ZThn8_N6Plasma9SvgWidget5paintEP8QPainterPK24QStyleOptionGraphicsItemP7QWidget |
240 | QGraphicsItem::sceneEventFilter | QGraphicsWidget::_ZThn8_NK15QGraphicsWidget4typeEv |
244 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10sceneEventEP6QEvent | QGraphicsItem::sceneEventFilter |
248 | QGraphicsItem::contextMenuEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10sceneEventEP6QEvent |
252 | QGraphicsItem::dragEnterEvent | QGraphicsItem::contextMenuEvent |
256 | QGraphicsItem::dragLeaveEvent | QGraphicsItem::dragEnterEvent |
260 | QGraphicsItem::dragMoveEvent | QGraphicsItem::dragLeaveEvent |
264 | QGraphicsItem::dropEvent | QGraphicsItem::dragMoveEvent |
268 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget12focusInEventEP11QFocusEvent | QGraphicsItem::dropEvent |
272 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget13focusOutEventEP11QFocusEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget12focusInEventEP11QFocusEvent |
276 | QGraphicsItem::hoverEnterEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget13focusOutEventEP11QFocusEvent |
280 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget14hoverMoveEventEP24QGraphicsSceneHoverEvent | QGraphicsItem::hoverEnterEvent |
284 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget15hoverLeaveEventEP24QGraphicsSceneHoverEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget14hoverMoveEventEP24QGraphicsSceneHoverEvent |
288 | QGraphicsItem::keyPressEvent | QGraphicsWidget::_ZThn8_N15QGraphicsWidget15hoverLeaveEventEP24QGraphicsSceneHoverEvent |
292 | QGraphicsItem::keyReleaseEvent | QGraphicsItem::keyPressEvent |
296 | QGraphicsItem::mousePressEvent | QGraphicsItem::keyReleaseEvent |
300 | QGraphicsItem::mouseMoveEvent | SvgWidget::_ZThn8_N6Plasma9SvgWidget15mousePressEventEP24QGraphicsSceneMouseEvent |
304 | SvgWidget::_ZThn8_N6Plasma9SvgWidget17mouseReleaseEventEP24QGraphicsSceneMouseEvent | QGraphicsItem::mouseMoveEvent |
308 | QGraphicsItem::mouseDoubleClickEvent | SvgWidget::_ZThn8_N6Plasma9SvgWidget17mouseReleaseEventEP24QGraphicsSceneMouseEvent |
312 | QGraphicsItem::wheelEvent | QGraphicsItem::mouseDoubleClickEvent |
316 | QGraphicsItem::inputMethodEvent | QGraphicsItem::wheelEvent |
320 | QGraphicsItem::inputMethodQuery | QGraphicsItem::inputMethodEvent |
324 | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant | QGraphicsItem::inputMethodQuery |
328 | QGraphicsItem::supportsExtension | QGraphicsWidget::_ZThn8_N15QGraphicsWidget10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant |
332 | QGraphicsItem::setExtension | QGraphicsItem::supportsExtension |
336 | QGraphicsItem::extension | QGraphicsItem::setExtension |
340 | (int (*)(...))-0x000000010 | QGraphicsItem::extension |
344 | (int (*)(...))(& _ZTIN6Plasma9SvgWidgetE) | (int (*)(...))-0x000000010 |
348 | SvgWidget::_ZThn16_N6Plasma9SvgWidgetD1Ev | (int (*)(...))(& _ZTIN6Plasma9SvgWidgetE) |
352 | SvgWidget::_ZThn16_N6Plasma9SvgWidgetD0Ev | SvgWidget::_ZThn16_N6Plasma9SvgWidgetD1Ev |
356 | QGraphicsWidget::_ZThn16_N15QGraphicsWidget11setGeometryERK6QRectF | SvgWidget::_ZThn16_N6Plasma9SvgWidgetD0Ev |
360 | QGraphicsWidget::_ZThn16_NK15QGraphicsWidget18getContentsMarginsEPdS0_S0_S0_ | QGraphicsWidget::_ZThn16_N15QGraphicsWidget11setGeometryERK6QRectF |
364 | QGraphicsWidget::_ZThn16_N15QGraphicsWidget14updateGeometryEv | QGraphicsWidget::_ZThn16_NK15QGraphicsWidget18getContentsMarginsEPdS0_S0_S0_ |
368 | SvgWidget::_ZThn16_NK6Plasma9SvgWidget8sizeHintEN2Qt8SizeHintERK6QSizeF | QGraphicsWidget::_ZThn16_N15QGraphicsWidget14updateGeometryEv |
372 | | SvgWidget::_ZThn16_NK6Plasma9SvgWidget8sizeHintEN2Qt8SizeHintERK6QSizeF |
[+] affected symbols (1)
QGraphicsItem::mousePressEvent ( QGraphicsSceneMouseEvent* event )The method 'SvgWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event )' will be called instead of this method.
textedit.h
namespace Plasma
[+] class TextEdit (2)
| Change |
Effect |
1 | Virtual method QGraphicsProxyWidget::focusOutEvent ( QFocusEvent* event ) has been overridden by TextEdit::focusOutEvent ( QFocusEvent* event ). | Method TextEdit::focusOutEvent ( QFocusEvent* event ) will be called instead of QGraphicsProxyWidget::focusOutEvent ( QFocusEvent* event ). |
2 | Virtual method QGraphicsProxyWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event ) has been overridden by TextEdit::mousePressEvent ( QGraphicsSceneMouseEvent* event ). | Method TextEdit::mousePressEvent ( QGraphicsSceneMouseEvent* event ) will be called instead of QGraphicsProxyWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 105 entries | Virtual Table (New) - 105 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | TextEdit::metaObject | TextEdit::metaObject |
12 | TextEdit::qt_metacast | TextEdit::qt_metacast |
16 | TextEdit::qt_metacall | TextEdit::qt_metacall |
20 | TextEdit::~TextEdit | TextEdit::~TextEdit |
24 | TextEdit::~TextEdit | TextEdit::~TextEdit |
28 | QGraphicsProxyWidget::event | QGraphicsProxyWidget::event |
32 | QGraphicsProxyWidget::eventFilter | QGraphicsProxyWidget::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 | QGraphicsProxyWidget::setGeometry | QGraphicsProxyWidget::setGeometry |
60 | QGraphicsWidget::getContentsMargins | QGraphicsWidget::getContentsMargins |
64 | QGraphicsProxyWidget::type | QGraphicsProxyWidget::type |
68 | QGraphicsProxyWidget::paint | QGraphicsProxyWidget::paint |
72 | QGraphicsWidget::paintWindowFrame | QGraphicsWidget::paintWindowFrame |
76 | QGraphicsWidget::boundingRect | QGraphicsWidget::boundingRect |
80 | QGraphicsWidget::shape | QGraphicsWidget::shape |
84 | QGraphicsWidget::initStyleOption | QGraphicsWidget::initStyleOption |
88 | QGraphicsProxyWidget::sizeHint | QGraphicsProxyWidget::sizeHint |
92 | QGraphicsWidget::updateGeometry | QGraphicsWidget::updateGeometry |
96 | QGraphicsProxyWidget::itemChange | QGraphicsProxyWidget::itemChange |
100 | QGraphicsWidget::propertyChange | QGraphicsWidget::propertyChange |
104 | QGraphicsWidget::sceneEvent | QGraphicsWidget::sceneEvent |
108 | QGraphicsWidget::windowFrameEvent | QGraphicsWidget::windowFrameEvent |
112 | QGraphicsWidget::windowFrameSectionAt | QGraphicsWidget::windowFrameSectionAt |
116 | TextEdit::changeEvent | TextEdit::changeEvent |
120 | QGraphicsWidget::closeEvent | QGraphicsWidget::closeEvent |
124 | QGraphicsProxyWidget::focusInEvent | QGraphicsProxyWidget::focusInEvent |
128 | QGraphicsProxyWidget::focusNextPrevChild | QGraphicsProxyWidget::focusNextPrevChild |
132 | QGraphicsProxyWidget::focusOutEvent | TextEdit::focusOutEvent |
136 | QGraphicsProxyWidget::hideEvent | QGraphicsProxyWidget::hideEvent |
140 | QGraphicsWidget::moveEvent | QGraphicsWidget::moveEvent |
144 | QGraphicsWidget::polishEvent | QGraphicsWidget::polishEvent |
148 | TextEdit::resizeEvent | TextEdit::resizeEvent |
152 | QGraphicsProxyWidget::showEvent | QGraphicsProxyWidget::showEvent |
156 | QGraphicsProxyWidget::hoverMoveEvent | QGraphicsProxyWidget::hoverMoveEvent |
160 | QGraphicsProxyWidget::hoverLeaveEvent | QGraphicsProxyWidget::hoverLeaveEvent |
164 | QGraphicsProxyWidget::grabMouseEvent | QGraphicsProxyWidget::grabMouseEvent |
168 | QGraphicsProxyWidget::ungrabMouseEvent | QGraphicsProxyWidget::ungrabMouseEvent |
172 | QGraphicsWidget::grabKeyboardEvent | QGraphicsWidget::grabKeyboardEvent |
176 | QGraphicsWidget::ungrabKeyboardEvent | QGraphicsWidget::ungrabKeyboardEvent |
180 | TextEdit::contextMenuEvent | TextEdit::contextMenuEvent |
184 | QGraphicsProxyWidget::dragEnterEvent | QGraphicsProxyWidget::dragEnterEvent |
188 | QGraphicsProxyWidget::dragLeaveEvent | QGraphicsProxyWidget::dragLeaveEvent |
192 | QGraphicsProxyWidget::dragMoveEvent | QGraphicsProxyWidget::dragMoveEvent |
196 | QGraphicsProxyWidget::dropEvent | QGraphicsProxyWidget::dropEvent |
200 | QGraphicsProxyWidget::hoverEnterEvent | QGraphicsProxyWidget::hoverEnterEvent |
204 | QGraphicsProxyWidget::mouseMoveEvent | QGraphicsProxyWidget::mouseMoveEvent |
208 | QGraphicsProxyWidget::mousePressEvent | TextEdit::mousePressEvent |
212 | QGraphicsProxyWidget::mouseReleaseEvent | QGraphicsProxyWidget::mouseReleaseEvent |
216 | QGraphicsProxyWidget::mouseDoubleClickEvent | QGraphicsProxyWidget::mouseDoubleClickEvent |
220 | QGraphicsProxyWidget::wheelEvent | QGraphicsProxyWidget::wheelEvent |
224 | QGraphicsProxyWidget::keyPressEvent | QGraphicsProxyWidget::keyPressEvent |
228 | QGraphicsProxyWidget::keyReleaseEvent | QGraphicsProxyWidget::keyReleaseEvent |
232 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
236 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
240 | non-virtual thunk | non-virtual thunk |
244 | non-virtual thunk | non-virtual thunk |
248 | QGraphicsItem::advance | QGraphicsItem::advance |
252 | non-virtual thunk | non-virtual thunk |
256 | non-virtual thunk | non-virtual thunk |
260 | QGraphicsItem::contains | QGraphicsItem::contains |
264 | QGraphicsItem::collidesWithItem | QGraphicsItem::collidesWithItem |
268 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithPath |
272 | QGraphicsItem::isObscuredBy | QGraphicsItem::isObscuredBy |
276 | QGraphicsItem::opaqueArea | QGraphicsItem::opaqueArea |
280 | non-virtual thunk | non-virtual thunk |
284 | non-virtual thunk | non-virtual thunk |
288 | QGraphicsItem::sceneEventFilter | QGraphicsItem::sceneEventFilter |
292 | non-virtual thunk | non-virtual thunk |
296 | non-virtual thunk | non-virtual thunk |
300 | non-virtual thunk | non-virtual thunk |
304 | non-virtual thunk | non-virtual thunk |
308 | non-virtual thunk | non-virtual thunk |
312 | non-virtual thunk | non-virtual thunk |
316 | non-virtual thunk | non-virtual thunk |
320 | QGraphicsProxyWidget::_ZThn8_N20QGraphicsProxyWidget13focusOutEventEP11QFocusEvent | TextEdit::_ZThn8_N6Plasma8TextEdit13focusOutEventEP11QFocusEvent |
324 | non-virtual thunk | non-virtual thunk |
328 | non-virtual thunk | non-virtual thunk |
332 | non-virtual thunk | non-virtual thunk |
336 | non-virtual thunk | non-virtual thunk |
340 | non-virtual thunk | non-virtual thunk |
344 | QGraphicsProxyWidget::_ZThn8_N20QGraphicsProxyWidget15mousePressEventEP24QGraphicsSceneMouseEvent | TextEdit::_ZThn8_N6Plasma8TextEdit15mousePressEventEP24QGraphicsSceneMouseEvent |
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 | QGraphicsItem::inputMethodEvent | QGraphicsItem::inputMethodEvent |
368 | QGraphicsItem::inputMethodQuery | QGraphicsItem::inputMethodQuery |
372 | non-virtual thunk | non-virtual thunk |
376 | QGraphicsItem::supportsExtension | QGraphicsItem::supportsExtension |
380 | QGraphicsItem::setExtension | QGraphicsItem::setExtension |
384 | QGraphicsItem::extension | QGraphicsItem::extension |
388 | (int (*)(...))-0x000000010 | (int (*)(...))-0x000000010 |
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 |
416 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (2)
QGraphicsProxyWidget::focusOutEvent ( QFocusEvent* event )The method 'TextEdit::focusOutEvent ( QFocusEvent* event )' will be called instead of this method.
QGraphicsProxyWidget::mousePressEvent ( QGraphicsSceneMouseEvent* event )The method 'TextEdit::mousePressEvent ( QGraphicsSceneMouseEvent* event )' will be called instead of this method.
toolbutton.h
namespace Plasma
[+] class ToolButton (1)
| Change |
Effect |
1 | Virtual method QGraphicsProxyWidget::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value ) has been overridden by ToolButton::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value ). | Method ToolButton::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value ) will be called instead of QGraphicsProxyWidget::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value ). |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 105 entries | Virtual Table (New) - 105 entries |
---|
0 | (int (*)(...))0 | (int (*)(...))0 |
4 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
8 | ToolButton::metaObject | ToolButton::metaObject |
12 | ToolButton::qt_metacast | ToolButton::qt_metacast |
16 | ToolButton::qt_metacall | ToolButton::qt_metacall |
20 | ToolButton::~ToolButton | ToolButton::~ToolButton |
24 | ToolButton::~ToolButton | ToolButton::~ToolButton |
28 | QGraphicsProxyWidget::event | QGraphicsProxyWidget::event |
32 | QGraphicsProxyWidget::eventFilter | QGraphicsProxyWidget::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 | QGraphicsProxyWidget::setGeometry | QGraphicsProxyWidget::setGeometry |
60 | QGraphicsWidget::getContentsMargins | QGraphicsWidget::getContentsMargins |
64 | QGraphicsProxyWidget::type | QGraphicsProxyWidget::type |
68 | ToolButton::paint | ToolButton::paint |
72 | QGraphicsWidget::paintWindowFrame | QGraphicsWidget::paintWindowFrame |
76 | QGraphicsWidget::boundingRect | QGraphicsWidget::boundingRect |
80 | QGraphicsWidget::shape | QGraphicsWidget::shape |
84 | QGraphicsWidget::initStyleOption | QGraphicsWidget::initStyleOption |
88 | ToolButton::sizeHint | ToolButton::sizeHint |
92 | QGraphicsWidget::updateGeometry | QGraphicsWidget::updateGeometry |
96 | QGraphicsProxyWidget::itemChange | ToolButton::itemChange |
100 | QGraphicsWidget::propertyChange | QGraphicsWidget::propertyChange |
104 | QGraphicsWidget::sceneEvent | QGraphicsWidget::sceneEvent |
108 | QGraphicsWidget::windowFrameEvent | QGraphicsWidget::windowFrameEvent |
112 | QGraphicsWidget::windowFrameSectionAt | QGraphicsWidget::windowFrameSectionAt |
116 | ToolButton::changeEvent | ToolButton::changeEvent |
120 | QGraphicsWidget::closeEvent | QGraphicsWidget::closeEvent |
124 | QGraphicsProxyWidget::focusInEvent | QGraphicsProxyWidget::focusInEvent |
128 | QGraphicsProxyWidget::focusNextPrevChild | QGraphicsProxyWidget::focusNextPrevChild |
132 | QGraphicsProxyWidget::focusOutEvent | QGraphicsProxyWidget::focusOutEvent |
136 | QGraphicsProxyWidget::hideEvent | QGraphicsProxyWidget::hideEvent |
140 | QGraphicsWidget::moveEvent | QGraphicsWidget::moveEvent |
144 | QGraphicsWidget::polishEvent | QGraphicsWidget::polishEvent |
148 | ToolButton::resizeEvent | ToolButton::resizeEvent |
152 | QGraphicsProxyWidget::showEvent | QGraphicsProxyWidget::showEvent |
156 | QGraphicsProxyWidget::hoverMoveEvent | QGraphicsProxyWidget::hoverMoveEvent |
160 | ToolButton::hoverLeaveEvent | ToolButton::hoverLeaveEvent |
164 | QGraphicsProxyWidget::grabMouseEvent | QGraphicsProxyWidget::grabMouseEvent |
168 | QGraphicsProxyWidget::ungrabMouseEvent | QGraphicsProxyWidget::ungrabMouseEvent |
172 | QGraphicsWidget::grabKeyboardEvent | QGraphicsWidget::grabKeyboardEvent |
176 | QGraphicsWidget::ungrabKeyboardEvent | QGraphicsWidget::ungrabKeyboardEvent |
180 | QGraphicsProxyWidget::contextMenuEvent | QGraphicsProxyWidget::contextMenuEvent |
184 | QGraphicsProxyWidget::dragEnterEvent | QGraphicsProxyWidget::dragEnterEvent |
188 | QGraphicsProxyWidget::dragLeaveEvent | QGraphicsProxyWidget::dragLeaveEvent |
192 | QGraphicsProxyWidget::dragMoveEvent | QGraphicsProxyWidget::dragMoveEvent |
196 | QGraphicsProxyWidget::dropEvent | QGraphicsProxyWidget::dropEvent |
200 | ToolButton::hoverEnterEvent | ToolButton::hoverEnterEvent |
204 | QGraphicsProxyWidget::mouseMoveEvent | QGraphicsProxyWidget::mouseMoveEvent |
208 | QGraphicsProxyWidget::mousePressEvent | QGraphicsProxyWidget::mousePressEvent |
212 | QGraphicsProxyWidget::mouseReleaseEvent | QGraphicsProxyWidget::mouseReleaseEvent |
216 | QGraphicsProxyWidget::mouseDoubleClickEvent | QGraphicsProxyWidget::mouseDoubleClickEvent |
220 | QGraphicsProxyWidget::wheelEvent | QGraphicsProxyWidget::wheelEvent |
224 | QGraphicsProxyWidget::keyPressEvent | QGraphicsProxyWidget::keyPressEvent |
228 | QGraphicsProxyWidget::keyReleaseEvent | QGraphicsProxyWidget::keyReleaseEvent |
232 | (int (*)(...))-0x000000008 | (int (*)(...))-0x000000008 |
236 | (int (*)(...))(& typeinfo) | (int (*)(...))(& typeinfo) |
240 | non-virtual thunk | non-virtual thunk |
244 | non-virtual thunk | non-virtual thunk |
248 | QGraphicsItem::advance | QGraphicsItem::advance |
252 | non-virtual thunk | non-virtual thunk |
256 | non-virtual thunk | non-virtual thunk |
260 | QGraphicsItem::contains | QGraphicsItem::contains |
264 | QGraphicsItem::collidesWithItem | QGraphicsItem::collidesWithItem |
268 | QGraphicsItem::collidesWithPath | QGraphicsItem::collidesWithPath |
272 | QGraphicsItem::isObscuredBy | QGraphicsItem::isObscuredBy |
276 | QGraphicsItem::opaqueArea | QGraphicsItem::opaqueArea |
280 | non-virtual thunk | non-virtual thunk |
284 | non-virtual thunk | non-virtual thunk |
288 | QGraphicsItem::sceneEventFilter | QGraphicsItem::sceneEventFilter |
292 | non-virtual thunk | non-virtual thunk |
296 | non-virtual thunk | non-virtual thunk |
300 | non-virtual thunk | non-virtual thunk |
304 | non-virtual thunk | non-virtual thunk |
308 | non-virtual thunk | non-virtual thunk |
312 | non-virtual thunk | non-virtual thunk |
316 | non-virtual thunk | non-virtual thunk |
320 | non-virtual thunk | non-virtual thunk |
324 | non-virtual thunk | non-virtual thunk |
328 | non-virtual thunk | non-virtual thunk |
332 | non-virtual thunk | non-virtual thunk |
336 | non-virtual thunk | non-virtual thunk |
340 | non-virtual thunk | non-virtual thunk |
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 | QGraphicsItem::inputMethodEvent | QGraphicsItem::inputMethodEvent |
368 | QGraphicsItem::inputMethodQuery | QGraphicsItem::inputMethodQuery |
372 | QGraphicsProxyWidget::_ZThn8_N20QGraphicsProxyWidget10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant | ToolButton::_ZThn8_N6Plasma10ToolButton10itemChangeEN13QGraphicsItem18GraphicsItemChangeERK8QVariant |
376 | QGraphicsItem::supportsExtension | QGraphicsItem::supportsExtension |
380 | QGraphicsItem::setExtension | QGraphicsItem::setExtension |
384 | QGraphicsItem::extension | QGraphicsItem::extension |
388 | (int (*)(...))-0x000000010 | (int (*)(...))-0x000000010 |
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 |
416 | non-virtual thunk | non-virtual thunk |
[+] affected symbols (1)
QGraphicsProxyWidget::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )The method 'ToolButton::itemChange ( QGraphicsItem::GraphicsItemChange change, QVariant const& value )' will be called instead of this method.
to the top
Problems with Symbols, Low Severity (5)
abstractrunner.h,
libplasma.so.3.0.0
namespace Plasma
[+] AbstractRunner::AbstractRunner [in-charge] ( QObject* parent, QString const& serviceId ) (1)
changed to:AbstractRunner::AbstractRunner [in-charge] ( QObject* parent, QString const& path )
| Change | Effect |
---|
1 | 2nd parameter serviceId has been renamed to path. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] AbstractRunner::AbstractRunner [not-in-charge] ( QObject* parent, QString const& serviceId ) (1)
changed to:AbstractRunner::AbstractRunner [not-in-charge] ( QObject* parent, QString const& path )
| Change | Effect |
---|
1 | 2nd parameter serviceId has been renamed to path. | Renaming of a parameter may indicate a change in its semantic meaning. |
klineedit.h,
libkdeui.so.5.4.0
[+] KLineEdit::aboutToShowContextMenu ( QMenu* p ) (1)
changed to:KLineEdit::aboutToShowContextMenu ( QMenu* menu )
| Change | Effect |
---|
1 | 1st parameter p has been renamed to menu. | Renaming of a parameter may indicate a change in its semantic meaning. |
kurifilter.h,
libkio.so.5.4.0
[+] KUriFilterData::KUriFilterData [in-charge] ( KUriFilterData const& data ) (1)
changed to:KUriFilterData::KUriFilterData [in-charge] ( KUriFilterData const& other )
| Change | Effect |
---|
1 | 1st parameter data has been renamed to other. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] KUriFilterData::KUriFilterData [not-in-charge] ( KUriFilterData const& data ) (1)
changed to:KUriFilterData::KUriFilterData [not-in-charge] ( KUriFilterData const& other )
| Change | Effect |
---|
1 | 1st parameter data has been renamed to other. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (1623)
AbstractRunner
abstractrunner.h
AbstractToolBox
abstracttoolbox.h
AbstractView
AcAdapter
acadapter.h
AccessAppletJob
accessappletjob.h
action.h
ActionCollection
actioncollection.h
ActionCollectionEditor
ActionCollectionModel
ActionCollectionProxyModel
ActionCollectionView
ActionReply
ActionWatcher
AndTerm
andterm.h
Animation
animation.h
AnimationDriver
animationdriver.h
animation.h (animations/animation.h)
Animator
animator.h
annotationinterface.h
Applet
applet.h
AppletScript
appletscript.h
Attr
Attribute
attribute.h
AudioInterface
audiointerface.h
AuthInfo
authinfo.h
Author
author.h
AuthorizationInterface
authorizationinterface.h
AuthorizationManager
authorizationmanager.h
AuthorizationRule
authorizationrule.h
backgroundchecker.h
Battery
battery.h
Block
block.h
BrowserExtension
browserextension.h
BrowserHostExtension
BrowserInterface
browserinterface.h
browseropenorsavequestion.h
BrowserRun
browserrun.h
BusyWidget
busywidget.h
Button
button.h
byteseditinterface.h
Camera
camera.h
Category
category.h
CDATASection
CharacterData
CharColumnInterface
charcolumninterface.h
CheckBox
checkbox.h
ChildrenInterface
childreninterface.h
ChmodJob
chmodjob.h
Class
class.h
client.h
ClientPinRequest
clientpinrequest.h
ClipboardInterface
clipboardinterface.h
CodeCompletionInterface
codecompletioninterface.h
CodeCompletionModel
codecompletionmodel.h
CodeCompletionModelControllerInterface
codecompletionmodelcontrollerinterface.h
ComboBox
combobox.h
Command
CommandExtension
CommandInterface
commandinterface.h
Comment
ComparisonTerm
comparisonterm.h
ComponentFactory
componentfactory.h
ConfigDialog
configdialog.h
ConfigInterface
configinterface.h
ConfigLoader
configloader.h
ConfigPage
configpage.h
Configuration
ConfigWidget
configwidget.h
Connection
connection.h
ContainerInterface
containerinterface.h
Containment
containment.h
ContainmentActions
containmentactions.h
containmentactionspluginsconfig.h
Context
context.h
conversion_check.h
CopyInfo
CopyJob
copyjob.h
Corona
corona.h
Counter
Credentials
credentials.h
css_rule.h
css_stylesheet.h
css_value.h
CSSCharsetRule
CSSException
CSSFontFaceRule
CSSImportRule
CSSMediaRule
CSSPageRule
CSSPrimitiveValue
CSSRule
CSSRuleList
CSSStyleDeclaration
CSSStyleRule
CSSStyleSheet
CSSUnknownRule
CSSValue
CSSValueList
Cursor
cursor.h
cursorfeedback.h
CustomNodeFilter
DataContainer
datacontainer.h
DataEngine
dataengine.h
DataEngineManager
dataenginemanager.h
DataEngineScript
dataenginescript.h
DavJob
davjob.h
DebuggingAids.h
defaults.h
Delegate
delegate.h
DeleteJob
deletejob.h
DependencyPolicy
DependencyPolicy.h
Deref
Deref_Key
desktopontologyloader.h
Device
device.h
DeviceInterface
deviceinterface.h
DeviceNotifier
devicenotifier.h
DictionaryComboBox
dictionarycombobox.h
directorysizejob.h
Dispatcher
dispatcher.h
dnssd_export.h
DockMainWindow3
dockmainwindow3.h
document.h
DocumentFragment
DocumentStyle
DocumentType
Document (DOM/Document)
Event (DOM/Event)
MouseEvent (DOM/MouseEvent)
Range (DOM/Range)
dom2_events.h
dom2_range.h
dom2_traversal.h
dom2_views.h
dom_core.h
dom_doc.h
dom_element.h
dom_exception.h
dom_html.h
dom_misc.h
dom_node.h
dom_string.h
dom_text.h
dom_xml.h
DomainBrowser
domainbrowser.h
DomainModel
domainmodel.h
DOMException
DOMImplementation
DomShared
DOMString
DownloadDialog
downloaddialog.h
DrawContentsEvent
DvbInterface
dvbinterface.h
Editor
editor.h
EditorChooser
editorchooser.h
Element
Engine
engine.h
Entity
entity.h
EntityReference
ErrorInterface
errorinterface.h
event.h
EventException
EventListener
Extender
extender.h
ExtenderGroup
extendergroup.h
ExtenderItem
extenderitem.h
FileCopyJob
FileJob
filejob.h
fileontologyloader.h
FileQuery
filequery.h
fileundomanager.h
fixx11h.h
FlashingLabel
flashinglabel.h
ForwardingSlaveBase
forwardingslavebase.h
Frame
frame.h
FrameSvg
framesvg.h
GenericFactory
genericfactory.h
GenericFactoryBase
GenericInterface
genericinterface.h
GLApplet
glapplet.h
globals.h
GroupBox
groupbox.h
GroupTerm
groupterm.h
GUIActivateEvent
HelperSupport
Highlighter
highlighter.h
HighlightInterface
highlightinterface.h
HistoryProvider
historyprovider.h
html_base.h
html_block.h
html_document.h
html_element.h
html_form.h
html_head.h
html_image.h
html_inline.h
html_list.h
html_misc.h
html_object.h
html_table.h
HTMLAnchorElement
HTMLAppletElement
HTMLAreaElement
HTMLBaseElement
HTMLBaseFontElement
HTMLBlockquoteElement
HTMLBodyElement
HTMLBRElement
HTMLButtonElement
HTMLCollection
HTMLDirectoryElement
HTMLDivElement
HTMLDListElement
HTMLDocument
HTMLElement
HTMLFieldSetElement
HTMLFontElement
HTMLFormCollection
HTMLFormElement
HTMLFrameElement
HTMLFrameSetElement
HTMLHeadElement
HTMLHeadingElement
HTMLHRElement
HTMLHtmlElement
HTMLIFrameElement
HTMLImageElement
HTMLInputElement
HTMLIsIndexElement
HTMLLabelElement
HTMLLayerElement
HTMLLegendElement
HTMLLIElement
HTMLLinkElement
HTMLMapElement
HTMLMenuElement
HTMLMetaElement
HTMLModElement
HTMLObjectElement
HTMLOListElement
HTMLOptGroupElement
HTMLOptionElement
HTMLParagraphElement
HTMLParamElement
HTMLPreElement
HTMLQuoteElement
HTMLScriptElement
HTMLSelectElement
HTMLStyleElement
HTMLTableCaptionElement
HTMLTableCellElement
HTMLTableColElement
HTMLTableElement
HTMLTableRowElement
HTMLTableSectionElement
HTMLTextAreaElement
HTMLTitleElement
HTMLUListElement
http.h
http_slave_defaults.h
IconWidget
iconwidget.h
Installation
installation.h
Interpreter
interpreter.h
InterpreterInfo
ioslave_defaults.h
ItemBackground
itembackground.h
Job.h
job.h
jobclasses.h
JobCollection
JobCollection.h
JobSequence
JobSequence.h
JobUiDelegate
jobuidelegate.h
KAboutApplicationDialog
kaboutapplicationdialog.h
KAboutData
kaboutdata.h
KAboutPerson
kabstractfilemodule.h
kabstractfilewidget.h
kabstractwidgetjobtracker.h
KAcceleratorManager
kacceleratormanager.h
kaccelgen.h
KACL
kacl.h
KAction
kaction.h
KActionCategory
kactioncategory.h
KActionCollection
kactioncollection.h
KActionMenu
kactionmenu.h
KActionSelector
kactionselector.h
kactivelabel.h
KActiveSocketBase
kallocator.h
KAnimatedButton
kanimatedbutton.h
KApplication
kapplication.h
KAr
kar.h
KArchive
karchive.h
KArchiveDirectory
KArchiveEntry
KArchiveFile
KArrowButton
karrowbutton.h
kascii.h
KAssistantDialog
kassistantdialog.h
kauth.h
Action (KAuth/Action)
kauthaction.h
kauthactionreply.h
kauthactionwatcher.h
kauthhelpersupport.h
KAuthorized
kauthorized.h
KAutoMount
kautomount.h
kautosavefile.h
KAutostart
kautostart.h
KAutoUnmount
KBookmark
kbookmark.h
KBookmarkAction
KBookmarkActionInterface
KBookmarkActionMenu
KBookmarkDialog
kbookmarkdialog.h
KBookmarkDomBuilder
kbookmarkdombuilder.h
kbookmarkexporter.h
KBookmarkExporterBase
KBookmarkGroup
KBookmarkGroupTraverser
kbookmarkimporter.h
kbookmarkimporter_crash.h
kbookmarkimporter_ie.h
kbookmarkimporter_ns.h
kbookmarkimporter_opera.h
KBookmarkImporterBase
KBookmarkManager
kbookmarkmanager.h
KBookmarkMenu
kbookmarkmenu.h
KBookmarkOwner
KBufferedSocket
KBugReport
kbugreport.h
KBuildSycocaProgressDialog
kbuildsycocaprogressdialog.h
KButtonGroup
kbuttongroup.h
KCalendarSystem
kcalendarsystem.h
KCalendarSystemFactory
kcalendarsystemfactory.h
kcapacitybar.h
KCategorizedSortFilterProxyModel
kcategorizedsortfilterproxymodel.h
KCategorizedView
kcategorizedview.h
KCategoryDrawer
kcategorydrawer.h
KCharMacroExpander
KCharSelect
kcharselect.h
KCharsets
kcharsets.h
KClientSocketBase
KCmdLineArgs
kcmdlineargs.h
KCmdLineOptions
KCModule
kcmodule.h
KCModuleContainer
kcmodulecontainer.h
KCModuleInfo
kcmoduleinfo.h
KCModuleLoader
kcmoduleloader.h
KCModuleProxy
kcmoduleproxy.h
KCMultiDialog
kcmultidialog.h
kcodecaction.h
KCodecs
kcodecs.h
KColor
KColorButton
kcolorbutton.h
KColorCells
kcolorchoosermode.h
KColorCollection
kcolorcollection.h
KColorCombo
kcolorcombo.h
KColorDialog
kcolordialog.h
KColorMimeData
kcolormimedata.h
KColorPatch
KColorScheme
kcolorscheme.h
KColorTable
KColorUtils
kcolorutils.h
KColorValueSelector
kcolorvalueselector.h
KComboBox
kcombobox.h
KCompletion
kcompletion.h
KCompletionBase
KCompletionBox
kcompletionbox.h
KCompletionMatches
KComponentData
kcomponentdata.h
KCompositeJob
kcompositejob.h
KConfig
kconfig.h
KConfigBase
kconfigbase.h
KConfigDialog
kconfigdialog.h
KConfigDialogManager
kconfigdialogmanager.h
KConfigGroup
kconfiggroup.h
KConfigSkeleton
kconfigskeleton.h
KConfigSkeletonGenericItem
KConfigSkeletonItem
kcoreconfigskeleton.h
KCrash
kcrash.h
KCrashBookmarkImporter
KCrashBookmarkImporterImpl
kcurrencycode.h
KCursor
kcursor.h
KDatagramPacket
KDatagramSocket
KDataTool
kdatatool.h
KDataToolAction
KDataToolInfo
KDatePicker
kdatepicker.h
KDateTable
kdatetable.h
KDateTime
kdatetime.h
KDateTimeWidget
kdatetimewidget.h
KDateValidator
KDateWidget
kdatewidget.h
kdbgstream
KDBusServiceStarter
kdbusservicestarter.h
kde3support_export.h
kde_file.h
kde_terminal_interface.h
kde_terminal_interface_v2.h
KDebug
kdebug.h
kdecore_export.h
KDEDModule
kdedmodule.h
kdefakes.h
kdemacros.h
kdeprintdialog.h
KDesktopFile
kdesktopfile.h
kdesktopfileactions.h
kdesu_export.h
KDEsuClient
kdeui_export.h
kdeversion.h
kdevicelistmodel.h
kdewebkit_export.h
KDialog
kdialog.h
KDialogButtonBox
kdialogbuttonbox.h
kdialogjobuidelegate.h
KDirLister
kdirlister.h
KDirModel
kdirmodel.h
KDirNotify
kdirnotify.h
KDirOperator
kdiroperator.h
KDirSelectDialog
kdirselectdialog.h
KDirSortFilterProxyModel
kdirsortfilterproxymodel.h
KDirWatch
kdirwatch.h
KDiskFreeSpace
kdiskfreespace.h
KDiskFreeSpaceInfo
kdiskfreespaceinfo.h
KDoubleNumInput
KDoubleValidator
KEditListBox
keditlistbox.h
KEditToolBar
kedittoolbar.h
KEMailSettings
kemailsettings.h
KEmoticons
kemoticons.h
KEmoticonsProvider
kemoticonsprovider.h
KEmoticonsTheme
kemoticonstheme.h
kencodingdetector.h
KEncodingFileDialog
kencodingfiledialog.h
KEncodingProber
kencodingprober.h
kexportplugin.h
KExtendableItemDelegate
kextendableitemdelegate.h
KeyboardEvent
KFadeWidgetEffect
kfadewidgeteffect.h
KFile
kfile.h
kfile_export.h
KFileDialog
kfiledialog.h
KFileFilterCombo
kfilefiltercombo.h
KFileItem
kfileitem.h
KFileItemActions
kfileitemactions.h
KFileItemDelegate
kfileitemdelegate.h
KFileItemList
KFileItemListProperties
kfileitemlistproperties.h
KFileMetaInfo
kfilemetainfo.h
KFileMetaInfoGroup
KFileMetaInfoItem
kfilemetainfoitem.h
KFilePlacesModel
kfileplacesmodel.h
KFilePlacesView
kfileplacesview.h
KFilePreviewGenerator
kfilepreviewgenerator.h
KFileShare
kfileshare.h
kfilesharedialog.h
KFileSharePropsPlugin
KFileTreeBranch
kfiletreebranch.h
KFileTreeView
kfiletreeview.h
KFileWidget
kfilewidget.h
kfilewriteplugin.h
KFilterBase
kfilterbase.h
KFilterDev
kfilterdev.h
KFilterProxySearchLine
kfilterproxysearchline.h
KFind
kfind.h
KFindDialog
kfinddialog.h
KFloatValidator
KFontAction
kfontaction.h
KFontChooser
kfontchooser.h
KFontComboBox
kfontcombobox.h
KFontDialog
kfontdialog.h
KFontRequester
kfontrequester.h
KFontSizeAction
kfontsizeaction.h
KGenericFactory
kgenericfactory.h
KGenericFactoryBase
kgesture.h
KGlobal
kglobal.h
KGlobalAccel
kglobalaccel.h
KGlobalSettings
kglobalsettings.h
kglobalshortcutinfo.h
KGradientSelector
KGraphicsWebView
kgraphicswebview.h
KGuiItem
kguiitem.h
KHBox
khbox.h
KHelpMenu
khelpmenu.h
KHistoryComboBox
khistorycombobox.h
MouseEvent (khtml/MouseEvent)
khtml_events.h
khtml_export.h
khtml_settings.h
khtmldefaults.h
KHTMLPart
KHTMLSettings
KHTMLView
khtmlview.h
KHttpProxySocketDevice
khuesaturationselect.h
KHueSaturationSelector
KIcon
kicon.h
KIconButton
kiconcache.h
KIconCanvas
KIconDialog
kicondialog.h
KIconEffect
kiconeffect.h
KIconLoader
kiconloader.h
KIconTheme
kicontheme.h
kidletime.h
KIEBookmarkExporterImpl
KIEBookmarkImporter
KIEBookmarkImporterImpl
KImageFilePreview
kimagefilepreview.h
KImageIO
kimageio.h
KIMProxy
kimproxy.h
kimproxy_export.h
KInetSocketAddress
KInputDialog
kinputdialog.h
KIntNumInput
KIntSpinBox
KIntValidator
AccessManager (KIO/AccessManager)
accessmanager.h (kio/accessmanager.h)
global.h (kio/global.h)
Job (KIO/Job)
kio_export.h
KIpAddress
KJob
kjob.h
kjobtrackerinterface.h
KJobUiDelegate
kjobuidelegate.h
kjsapi_export.h
kjsarguments.h
kjscontext.h
kjsinterpreter.h
kjsobject.h
kjsprototype.h
KKeySequenceWidget
kkeysequencewidget.h
kkeyserver.h
kkeyserver_x11.h
KLanguageButton
klanguagebutton.h
klauncher_iface.h
KLed
kled.h
KLibFactory
KLibLoader
klibloader.h
KLibrary
klibrary.h
KLineEdit
klineedit.h
KListWidget
klistwidget.h
KListWidgetSearchLine
klistwidgetsearchline.h
KLocale
klocale.h
KLocalizedString
klocalizedstring.h
klocalsocket.h
KLockFile
klockfile.h
kmacroexpander.h
KMacroExpanderBase
KMainWindow
kmainwindow.h
KMakeTypeList
kmanagerselection.h
KMD5
View (KMediaPlayer/View)
view.h (kmediaplayer/view.h)
kmediaplayer_export.h
KMenu
kmenu.h
KMenuBar
kmenubar.h
KMessage
kmessage.h
KMessageBox
kmessagebox.h
KMessageBoxMessageHandler
kmessageboxmessagehandler.h
KMessageHandler
kmetadatatagcloud.h
kmetadatatagwidget.h
KMimeType
kmimetype.h
KMimeTypeChooser
kmimetypechooser.h
KMimeTypeChooserDialog
KMimeTypeResolver
kmimetyperesolver.h
KMimeTypeTrader
kmimetypetrader.h
KMimeTypeValidator
KModifierKeyInfo
kmodifierkeyinfo.h
kmountpoint.h
KMozillaBookmarkImporterImpl
KMultiTabBar
kmultitabbar.h
KMultiTabBarButton
KMultiTabBarTab
kndbgstream
knewpassworddialog.h
entry.h (knewstuff2/core/entry.h)
knewstuff_export.h (knewstuff2/knewstuff_export.h)
knewstuffaction.h (knewstuff2/ui/knewstuffaction.h)
knewstuffbutton.h (knewstuff2/ui/knewstuffbutton.h)
entry.h (knewstuff3/entry.h)
knewstuff_export.h (knewstuff3/knewstuff_export.h)
knewstuffaction.h (knewstuff3/knewstuffaction.h)
knewstuffbutton.h (knewstuff3/knewstuffbutton.h)
KNewStuffAction
KNewStuffButton
KNFSShare
knfsshare.h
KNotification
knotification.h
KNotificationRestrictions
knotificationrestrictions.h
knotifyconfig_export.h
KNotifyConfigWidget
knotifyconfigwidget.h
Entry (KNS/Entry)
Entry (KNS3/Entry)
KNSBookmarkExporter
KNSBookmarkExporterImpl
KNSBookmarkImporter
KNSBookmarkImporterImpl
KNTLM
kntlm.h
kntlm_export.h
KNumInput
knuminput.h
knumvalidator.h
KOCRDialog
KonqBookmarkMenu
konqbookmarkmenu.h
KonqBookmarkOwner
KOpenWithDialog
kopenwithdialog.h
KOperaBookmarkExporterImpl
KOperaBookmarkImporter
KOperaBookmarkImporterImpl
KPageDialog
kpagedialog.h
KPageModel
kpagemodel.h
KPageView
kpageview.h
KPageWidget
kpagewidget.h
KPageWidgetItem
KPageWidgetModel
kpagewidgetmodel.h
Event (KParts/Event)
Factory (KParts/Factory)
factory.h (kparts/factory.h)
Plugin (KParts/Plugin)
plugin.h (kparts/plugin.h)
kparts_export.h
KPassivePopup
kpassivepopup.h
KPassivePopupMessageHandler
kpassivepopupmessagehandler.h
KPassiveSocketBase
KPasswordDialog
kpassworddialog.h
KPasteTextAction
kpastetextaction.h
KPixmapCache
kpixmapcache.h
KPixmapProvider
kpixmapprovider.h
KPixmapRegionSelectorDialog
kpixmapregionselectordialog.h
KPixmapRegionSelectorWidget
kpixmapregionselectorwidget.h
KPixmapSequence
kpixmapsequence.h
KPixmapSequenceOverlayPainter
kpixmapsequenceoverlaypainter.h
kpixmapsequencewidget.h
KPlotAxis
kplotaxis.h
KPlotObject
kplotobject.h
KPlotPoint
kplotpoint.h
KPlotWidget
kplotwidget.h
KPluginFactory
kpluginfactory.h
KPluginInfo
kplugininfo.h
KPluginLoader
kpluginloader.h
KPluginSelector
kpluginselector.h
KPopupFrame
KPreviewWidgetBase
kpreviewwidgetbase.h
KPrintPreview
kprintpreview.h
KProcess
kprocess.h
KProgressDialog
kprogressdialog.h
KPropertiesDialog
kpropertiesdialog.h
kpropsdialog.h
KProtocolInfo
kprotocolinfo.h
KProtocolManager
kprotocolmanager.h
KPty
kpty.h
kpty_export.h
KPtyDevice
kptydevice.h
KPtyProcess
kptyprocess.h
KPushButton
kpushbutton.h
KRandom
krandom.h
KRandomSequence
krandomsequence.h
KRatingPainter
kratingpainter.h
KRatingWidget
kratingwidget.h
KRecentDocument
krecentdocument.h
KRecentFilesAction
krecentfilesaction.h
kregexpeditorinterface.h
KRemoteEncoding
kremoteencoding.h
KReplace
kreplace.h
KReplaceDialog
kreplacedialog.h
KResolver
KResolverEntry
KResolverResults
KRestrictedLine
krestrictedline.h
KReverseResolver
KRichTextEdit
krichtextedit.h
KRichTextWidget
krichtextwidget.h
Action (Kross/Action)
plugin.h (kross/ui/plugin.h)
view.h (kross/ui/view.h)
kross_export.h
krossconfig.h
KRuler
kruler.h
KRun
krun.h
KSambaShare
ksambashare.h
KSaveFile
ksavefile.h
kscan.h
KScanDialog
KSelectAction
kselectaction.h
KSelectionOwner
kselectionproxymodel.h
KSelectionWatcher
KSelector
kselector.h
KSeparator
kseparator.h
KServerSocket
KService
kservice.h
kserviceaction.h
KServiceGroup
kservicegroup.h
KServiceType
kservicetype.h
KServiceTypeProfile
kservicetypeprofile.h
KServiceTypeTrader
kservicetypetrader.h
KSessionManager
ksessionmanager.h
Dialog (KSettings/Dialog)
dialog.h (ksettings/dialog.h)
KSharedConfig
ksharedconfig.h
KSharedConfigPtr
KSharedPtr
ksharedptr.h
KShell
kshell.h
KShellCompletion
kshellcompletion.h
KShortcut
kshortcut.h
KShortcutsDialog
kshortcutsdialog.h
KShortcutsEditor
kshortcutseditor.h
kshortcutwidget.h
ksimpleconfig.h
KSocketAddress
KSocketBase
KSocketDevice
KSocketDeviceFactory
ksocketfactory.h
KSocks
KSocksSocketDevice
KSortableItem
KSortableList
ksortablelist.h
KSpeech
kspeech.h
kspeech_export.h
KSplashScreen
ksplashscreen.h
KSqueezedTextLabel
ksqueezedtextlabel.h
KStandardAction
kstandardaction.h
KStandardDirs
kstandarddirs.h
KStandardGuiItem
kstandardguiitem.h
KStandardShortcut
kstandardshortcut.h
KStartupInfo
kstartupinfo.h
KStartupInfoData
KStartupInfoId
KStatusBar
kstatusbar.h
kstatusbarjobtracker.h
kstatusbarofflineindicator.h
KStatusNotifierItem
kstatusnotifieritem.h
kstdaccel.h
kstdaction.h
kstdguiitem.h
KStreamSocket
KStringHandler
kstringhandler.h
KStringListValidator
kstringvalidator.h
KStyle
kstyle.h
KStyleFactory
KSvgRenderer
ksvgrenderer.h
KSycoca
ksycoca.h
KSycocaEntry
ksycocaentry.h
ksycocatype.h
KSystemTimeZone
ksystemtimezone.h
KSystemTimeZones
KSystemTimeZoneSource
KSystemTrayIcon
ksystemtrayicon.h
KTabBar
ktabbar.h
KTabWidget
ktabwidget.h
ktagcloudwidget.h
ktagdisplaywidget.h
KTar
ktar.h
ktcpsocket.h
KTempDir
ktempdir.h
KTemporaryFile
ktemporaryfile.h
KTextBrowser
ktextbrowser.h
KTextEdit
ktextedit.h
Document (KTextEditor/Document)
Factory (KTextEditor/Factory)
factory.h (ktexteditor/factory.h)
Plugin (KTextEditor/Plugin)
plugin.h (ktexteditor/plugin.h)
Range (KTextEditor/Range)
View (KTextEditor/View)
view.h (ktexteditor/view.h)
ktexteditor_export.h
KTimeZone
ktimezone.h
KTimeZoneData
KTimeZones
KTimeZoneSource
KTimeZoneWidget
ktimezonewidget.h
ktip.h
KTipDatabase
KTipDialog
KTitleWidget
ktitlewidget.h
KToggleAction
ktoggleaction.h
KToggleFullScreenAction
ktogglefullscreenaction.h
KToggleToolBarAction
ktoggletoolbaraction.h
KToolBar
ktoolbar.h
KToolBarLabelAction
ktoolbarlabelaction.h
KToolBarPopupAction
ktoolbarpopupaction.h
KToolBarSpacerAction
ktoolbarspaceraction.h
KToolInvocation
ktoolinvocation.h
ktrader.h
KTranslatable
ktranslatable.h
KTreeWidgetSearchLine
ktreewidgetsearchline.h
KTreeWidgetSearchLineWidget
KTypeList
ktypelist.h
KTypeListIndexOf
KTypeListLength
ktypelistutils.h
KTzfileTimeZone
ktzfiletimezone.h
KTzfileTimeZoneSource
kuiserverjobtracker.h
KUndoStack
kundostack.h
KUniqueApplication
kuniqueapplication.h
kunitconversion_export.h
kunittest_export.h
KUnixSocketAddress
KUriFilter
kurifilter.h
KUriFilterData
KUriFilterPlugin
KUrl
kurl.h
KUrlComboBox
kurlcombobox.h
KUrlComboRequester
KUrlCompletion
kurlcompletion.h
KUrlLabel
kurllabel.h
KUrlNavigator
kurlnavigator.h
KUrlPixmapProvider
kurlpixmapprovider.h
KUrlRequester
kurlrequester.h
KUrlRequesterDialog
kurlrequesterdialog.h
KUser
kuser.h
KUserGroup
kutils_export.h
KVBox
kvbox.h
kwallet.h
KWebPage
kwebpage.h
KWebPluginFactory
kwebpluginfactory.h
KWebView
kwebview.h
kwebwallet.h
KWidgetItemDelegate
kwidgetitemdelegate.h
kwidgetjobtracker.h
KWindowInfo
kwindowinfo.h
KWindowSystem
kwindowsystem.h
KWordMacroExpander
KWordWrap
kwordwrap.h
KXBELBookmarkImporterImpl
KXErrorHandler
kxerrorhandler.h
KXMessages
kxmessages.h
KXMLGUIBuilder
kxmlguibuilder.h
KXMLGUIClient
kxmlguiclient.h
KXMLGUIFactory
kxmlguifactory.h
KXmlGuiWindow
kxmlguiwindow.h
kxutils.h
KXYSelector
kxyselector.h
KZip
kzip.h
KZipFileEntry
KZoneAllocator
Label
label.h
LineEdit
lineedit.h
LinkStyle
ListJob
Literal
literal.h
LiteralTerm
literalterm.h
LiveConnectExtension
loadsavefiltercheckplugin.h
MainWindow
mainwindow.h
Manager
manager.h
MarkInterface
markinterface.h
MediaList
MetaData
MetaFunction
metafunction.h
MetaInfoJob
metainfojob.h
MetaType
metatype.h
MetaTypeHandler
MetaTypeImpl
MetaTypeVariant
MetaTypeVoidStar
Meter
meter.h
MimetypeJob
model.h
ModificationInterface
modificationinterface.h
module.h
MouseDoubleClickEvent
MouseMoveEvent
MousePressEvent
MouseReleaseEvent
MultiGetJob
MutationEvent
NamedNodeMap
NegationTerm
negationterm.h
global.h (nepomuk/global.h)
Service (Nepomuk/Service)
nepomuk_export.h
nepomukontologyloader.h
nepomukquery_export.h
nepomukservice.h
NET
NetAccess
netaccess.h
NetRC
NETRootInfo
NETWinInfo
netwm.h
netwm_def.h
Networking
networking.h
NetworkInterface
networkinterface.h
Node
NodeFilter
NodeIterator
NodeList
Notation
Object
object.h
Ontology
ontology.h
ontologyloader.h
ontologymanager.h
OpenUrlEvent
OpticalDisc
opticaldisc.h
OpticalDrive
opticaldrive.h
OrgKdeKDirNotifyInterface
OrgKdeKLauncherInterface
OrTerm
orterm.h
Package
package.h
PackageMetadata
packagemetadata.h
PackageStructure
packagestructure.h
PaintUtils
paintutils.h
ParameterizedSessionConfigInterface
Part
part.h
PartActivateEvent
PartBase
PartManager
partmanager.h
PartSelectEvent
PasswordDialog
passworddialog.h
paste.h
Plasma
plasma.h
AccessManager (Plasma/AccessManager)
accessmanager.h (plasma/accessmanager.h)
Dialog (Plasma/Dialog)
dialog.h (plasma/dialog.h)
Service (Plasma/Service)
View (Plasma/View)
view.h (plasma/view.h)
plasma_export.h
Player
player.h
PluginPage
pluginpage.h
PopupApplet
popupapplet.h
PortableMediaPlayer
portablemediaplayer.h
PowerManagement
powermanagement.h
Predicate
predicate.h
predicateproperties.h
PreviewJob
previewjob.h
process.h
ProcessingInstruction
Processor
processor.h
Property
property.h
PtyProcess
PublicService
publicservice.h
PushButton
pushbutton.h
qtest_kde.h
Query
query.h
QueryMatch
querymatch.h
QueryParser
queryparser.h
QueryServiceClient
queryserviceclient.h
QueuePolicy
QueuePolicy.h
QVconvertible
RadioButton
radiobutton.h
range.h
RangeException
rangefeedback.h
ReadOnlyPart
ReadWritePart
Rect
RemoteService
remoteservice.h
RenameDialog
renamedialog.h
RenameDialogPlugin
renamedialogplugin.h
Resource
resource.h
ResourceManager
resourcemanager.h
ResourceRestrictionPolicy
ResourceRestrictionPolicy.h
ResourceTerm
resourceterm.h
ResourceTypeTerm
resourcetypeterm.h
Result
result.h
RGBColor
Runner
runner.h
RunnerContext
runnercontext.h
RunnerManager
runnermanager.h
RunnerScript
runnerscript.h
runnersyntax.h
Scheduler
scheduler.h
Script
script.h
ScriptEngine
scriptengine.h
ScriptingPlugin
ScrollBar
scrollbar.h
ScrollWidget
scrollwidget.h
SearchInterface
searchinterface.h
Separator
separator.h
serialinterface.h
service.h
serviceaccessjob.h
ServiceBase
servicebase.h
ServiceBrowser
servicebrowser.h
ServiceJob
servicejob.h
ServiceModel
servicemodel.h
ServiceTypeBrowser
servicetypebrowser.h
SessionConfigInterface
sessionconfiginterface.h
SessionData
sessiondata.h
settings.h
SignalPlotter
signalplotter.h
SimpleJob
SimpleTerm
simpleterm.h
SkipDialog
skipdialog.h
Slave
slave.h
SlaveBase
slavebase.h
SlaveConfig
slaveconfig.h
SlaveInterface
slaveinterface.h
Slider
slider.h
SlotTester
smartcardreader.h
SmartCursor
smartcursor.h
SmartCursorNotifier
smartcursornotifier.h
SmartCursorWatcher
smartcursorwatcher.h
SmartInterface
smartinterface.h
SmartRange
smartrange.h
SmartRangeNotifier
smartrangenotifier.h
SmartRangeWatcher
smartrangewatcher.h
solid_export.h
solidnamespace.h
Dialog (Sonnet/Dialog)
dialog.h (sonnet/dialog.h)
speller.h
SpinBox
spinbox.h
ssh.h
SshProcess
sslui.h
State
State.h
StatJob
StatusBarExtension
statusbarextension.h
StorageAccess
storageaccess.h
StorageDrive
storagedrive.h
StorageVolume
storagevolume.h
StoredTransferJob
stub.h
StubProcess
StyleSheet
StyleSheetList
su.h
SuProcess
Svg
svg.h
SvgWidget
svgwidget.h
TabBar
tabbar.h
Tag
tag.h
Task
TCPSlaveBase
tcpslavebase.h
TemplateInterface
templateinterface.h
Term
term.h
Tester
tester.h
TestResults
Text
TextBrowser
textbrowser.h
TextEdit
textedit.h
TextEvent
TextHintInterface
texthintinterface.h
Theme
theme.h
Thing
thing.h
Thread
Thread.h
ThreadWeaver.h
Job (ThreadWeaver/Job)
threadweaver_export.h
ThumbCreator
thumbcreator.h
thumbsequencecreator.h
ToolButton
toolbutton.h
tools.h
ToolTipContent
tooltipcontent.h
ToolTipManager
tooltipmanager.h
TransferJob
TreeView
treeview.h
TreeWalker
type_toQString
type_toQVariant
udsentry.h
UIEvent
uploaddialog.h
ValueColumnInterface
valuecolumninterface.h
VariableInterface
variableinterface.h
Variant
variant.h
Version
version.h
video.h
VideoWidget
videowidget.h
Wallet
Wallpaper
wallpaper.h
WallpaperScript
wallpaperscript.h
Weaver
WeaverInterface
WeaverInterface.h
WeaverObserver
WeaverObserver.h
WebView
webview.h
WindowArgs
WindowEffects
windoweffects.h
WrapperInterface
wrapperinterface.h
ZoomInterface
zoominterface.h
to the top
Shared Libraries (37)
libkde3support.so.4.4.0
libkdecore.so.5.4.0
libkdefakes.so.5.4.0
libkdeinit4_kbuildsycoca4.so
libkdeinit4_kconf_update.so
libkdeinit4_kded4.so
libkdeinit4_kio_http_cache_cleaner.so
libkdeinit4_klauncher.so
libkdesu.so.5.4.0
libkdeui.so.5.4.0
libkdewebkit.so.5.4.0
libkdnssd.so.4.4.0
libkfile.so.4.4.0
libkhtml.so.5.4.0
libkimproxy.so.4.4.0
libkio.so.5.4.0
libkjs.so.4.4.0
libkjsapi.so.4.4.0
libkjsembed.so.4.4.0
libkmediaplayer.so.4.4.0
libknewstuff2.so.4.4.0
libknewstuff3.so.4.4.0
libknotifyconfig.so.4.4.0
libkntlm.so.4.4.0
libkparts.so.4.4.0
libkpty.so.4.4.0
libkrosscore.so.4.4.0
libkrossui.so.4.4.0
libktexteditor.so.4.4.0
libkunitconversion.so.4.4.0
libkunittest.so.4.4.0
libkutils.so.4.4.0
libnepomuk.so.4.4.0
libnepomukquery.so.4.4.0
libplasma.so.3.0.0
libsolid.so.4.4.0
libthreadweaver.so.4.4.0
to the top