|
QSettingsDialog
1.0.0
A Qt library to easily create a settings dialog for user configurable settings
|
This is the complete list of members for QSectionSettingsContainer, including all inherited members.
| acceptEntry(int index, int id, QSharedPointer< QSettingsEntry > entry) override | QSectionSettingsContainer | protectedvirtual |
| appendEntry(QSettingsEntry *entry) override (defined in QSectionSettingsContainer) | QSectionSettingsContainer | slot |
| appendGroup(const QString &id, int displayId=0, const QString &name=QString(), bool optional=false, const QString &tooltip=QString()) | QSectionSettingsContainer | slot |
| blockSignals(bool block) | QObject | |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const | QObject | |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, Functor functor) | QObject | static |
| connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) | QObject | static |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| containerPath() const override | QSectionSettingsContainer | virtual |
| createGroupContainer(const QString &id) | QSectionSettingsContainer | |
| createGroupContainer(const QString &id, QObject *parent) const | QSectionSettingsContainer | |
| createGroupContainerFromIndex(int index) | QSectionSettingsContainer | |
| createGroupContainerFromIndex(int index, QObject *parent) const | QSectionSettingsContainer | |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| deleteLater() | QObject | |
| destroyed(QObject *obj) | QObject | |
| dialog() const override | QSectionSettingsContainer | virtual |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) | QObject | static |
| disconnect(const char *signal, const QObject *receiver, const char *method) const | QObject | |
| disconnect(const QObject *receiver, const char *method) const | QObject | |
| disconnect(const QMetaObject::Connection &connection) | QObject | static |
| disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) | QObject | static |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| doAccept(QSettingsContainer *target, int index, int id, QSharedPointer< QSettingsEntry > entry) | QSettingsContainer | inlineprotected |
| dumpObjectInfo() | QObject | |
| dumpObjectTree() | QObject | |
| dynamicPropertyNames() const | QObject | |
| elementCount() const override | QSectionSettingsContainer | virtual |
| event(QEvent *e) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| findChild(const QString &name, Qt::FindChildOptions options) const | QObject | |
| findChildren(const QString &name, Qt::FindChildOptions options) const | QObject | |
| findChildren(const QRegExp ®Exp, Qt::FindChildOptions options) const | QObject | |
| findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const | QObject | |
| getElementId(int index) const | QSectionSettingsContainer | |
| getEntry(int id) const override | QSectionSettingsContainer | virtual |
| getEntryFromIndex(int index) const override | QSectionSettingsContainer | virtual |
| getEntryId(int index) const override | QSectionSettingsContainer | virtual |
| getEntryIndex(int id) const override | QSectionSettingsContainer | virtual |
| getGroupIndex(const QString &id) const | QSectionSettingsContainer | |
| getGrouptId(int index) const | QSectionSettingsContainer | |
| inherits(const char *className) const | QObject | |
| insertEntry(int index, QSettingsEntry *entry) override (defined in QSectionSettingsContainer) | QSectionSettingsContainer | slot |
| insertEntry(int index, QSharedPointer< QSettingsEntry > entry) override (defined in QSectionSettingsContainer) | QSectionSettingsContainer | slot |
| insertGroup(int index, const QString &id, int displayId=0, const QString &name=QString(), bool optional=false, const QString &tooltip=QString()) | QSectionSettingsContainer | slot |
| installEventFilter(QObject *filterObj) | QObject | |
| isEntry(int index) const override | QSectionSettingsContainer | virtual |
| isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
| isWidgetType() const | QObject | |
| isWindowType() const | QObject | |
| killTimer(int id) | QObject | |
| metaObject() const | QObject | virtual |
| moveElement(int indexFrom, int indexTo) override (defined in QSectionSettingsContainer) | QSectionSettingsContainer | slot |
| moveToThread(QThread *targetThread) | QObject | |
| objectName | QObject | |
| objectName() const | QObject | |
| objectNameChanged(const QString &objectName) | QObject | |
| parent() const | QObject | |
| prependEntry(QSettingsEntry *entry) override (defined in QSectionSettingsContainer) | QSectionSettingsContainer | slot |
| prependGroup(const QString &id, int displayId=0, const QString &name=QString(), bool optional=false, const QString &tooltip=QString()) | QSectionSettingsContainer | slot |
| property(const char *name) const | QObject | |
| QObject(QObject *parent) | QObject | |
| QSectionSettingsContainer(QSettingsDialog *settingsDialog, const QString &containerPath, QObject *parent=nullptr) | QSectionSettingsContainer | explicit |
| QSectionSettingsContainer(const QSettingsLayout &layout, QObject *parent=nullptr) | QSectionSettingsContainer | explicit |
| QSettingsContainer(QObject *parent=nullptr) | QSettingsContainer | inlineprotected |
| receivers(const char *signal) const | QObject | protected |
| removeElementFromIndex(int index) override (defined in QSectionSettingsContainer) | QSectionSettingsContainer | slot |
| removeEntry(int id) override (defined in QSectionSettingsContainer) | QSectionSettingsContainer | slot |
| removeEventFilter(QObject *obj) | QObject | |
| removeGroup(const QString &id) | QSectionSettingsContainer | slot |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| setObjectName(const QString &name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| signalsBlocked() const | QObject | |
| startTimer(int interval, Qt::TimerType timerType) | QObject | |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| tr(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| transferElement(int indexFrom, QSettingsContainer *targetContainer, int indexTo) override | QSectionSettingsContainer | virtual |
| trUtf8(const char *sourceText, const char *disambiguation, int n) | QObject | static |
| ~QObject() | QObject | virtual |
| ~QSectionSettingsContainer() | QSectionSettingsContainer |
1.8.11