Class to connect signals to the clients of a document. Since the class sf::MultiDocInterface cannot inheriting QObject because of Qt not allowing multiple inheritance of a QObject derived class. So this class is an intermediate.
More...
#include <MultiDocInterface.h>
Class to connect signals to the clients of a document. Since the class sf::MultiDocInterface cannot inheriting QObject because of Qt not allowing multiple inheritance of a QObject derived class. So this class is an intermediate.
◆ copyAvailable()
Q_SIGNAL void sf::MultiDocInterfaceSignals::copyAvailable |
( |
bool |
b | ) |
|
◆ cursorPositionChanged()
Q_SIGNAL void sf::MultiDocInterfaceSignals::cursorPositionChanged |
( |
| ) |
|
◆ modificationChanged()
Q_SIGNAL void sf::MultiDocInterfaceSignals::modificationChanged |
( |
bool |
| ) |
|
◆ redoAvailable()
Q_SIGNAL void sf::MultiDocInterfaceSignals::redoAvailable |
( |
bool |
b | ) |
|
◆ selectionChanged()
Q_SIGNAL void sf::MultiDocInterfaceSignals::selectionChanged |
( |
| ) |
|
◆ textChanged()
Q_SIGNAL void sf::MultiDocInterfaceSignals::textChanged |
( |
| ) |
|
◆ undoAvailable()
Q_SIGNAL void sf::MultiDocInterfaceSignals::undoAvailable |
( |
bool |
b | ) |
|
The documentation for this class was generated from the following file: