|
pfcrender
1.0.1
|
The LSYSModel implementation. More...
#include <LSYSModelImpl.h>
Inheritance diagram for Model::LSYSModelImpl:Signals | |
| void | modelChanged (const QString &new_string) const override |
Signals inherited from Model::LSYSModel | |
| virtual void | modelChanged (const QString &new_string) const =0 |
Public Member Functions | |
| void | setModel (std::unique_ptr< QString >) override |
| const QString * | getModel () const override |
Public Member Functions inherited from Model::LSYSModel | |
| virtual | ~LSYSModel () |
Private Attributes | |
| std::unique_ptr< QString > | m_sModel |
The LSYSModel implementation.
|
overridevirtual |
Implements Model::LSYSModel.
References m_sModel.
|
overridesignal |
Referenced by setModel().
|
overridevirtual |
Implements Model::LSYSModel.
References m_sModel, and modelChanged().
|
private |
Referenced by getModel(), and setModel().