Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
signalslot_utils_p.h File Reference

(a5bb88c896170ec0c719c3a73ce932cb8d5205ca)

#include <QtCore/qstring.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qmap.h>
#include <QtCore/qobject.h>
+ Include dependency graph for signalslot_utils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  qdesigner_internal::ClassMemberFunctions
 

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Typedefs

using qdesigner_internal::ClassesMemberFunctions = QList<ClassMemberFunctions>
 

Enumerations

enum  qdesigner_internal::MemberType { qdesigner_internal::SignalMember , qdesigner_internal::SlotMember }
 

Functions

QMap< QString, QStringqdesigner_internal::getSignals (QDesignerFormEditorInterface *core, QObject *object, bool showAll)
 
QMap< QString, QStringqdesigner_internal::getMatchingSlots (QDesignerFormEditorInterface *core, QObject *object, const QString &signalSignature, bool showAll)
 
bool qdesigner_internal::memberFunctionListContains (QDesignerFormEditorInterface *core, QObject *object, MemberType type, const QString &signature)
 
ClassesMemberFunctions qdesigner_internal::reverseClassesMemberFunctions (const QString &obj_name, MemberType member_type, const QString &peer, QDesignerFormWindowInterface *form)
 
bool qdesigner_internal::signalMatchesSlot (QDesignerFormEditorInterface *core, const QString &signal, const QString &slot)
 
QString qdesigner_internal::realObjectName (QDesignerFormEditorInterface *core, QObject *object)