Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::MultiDocInterfaceSignals Class Reference

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>

Inheritance diagram for sf::MultiDocInterfaceSignals:
Collaboration diagram for sf::MultiDocInterfaceSignals:

Public Member Functions

Q_SIGNAL void textChanged ()
 
Q_SIGNAL void undoAvailable (bool b)
 
Q_SIGNAL void redoAvailable (bool b)
 
Q_SIGNAL void copyAvailable (bool b)
 
Q_SIGNAL void selectionChanged ()
 
Q_SIGNAL void cursorPositionChanged ()
 
Q_SIGNAL void modificationChanged (bool)
 

Detailed Description

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.

Member Function Documentation

◆ 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: