pfcrender
1.0.1
|
The LSYSModel class Holds a data model string in a unique ptr, notifies and supplies clients with changes. More...
#include <LSYSModel.h>
Signals | |
virtual void | modelChanged (const QString &new_string) const =0 |
Public Member Functions | |
virtual void | setModel (std::unique_ptr< QString >)=0 |
virtual QString const * | getModel () const =0 |
virtual | ~LSYSModel () |
The LSYSModel class Holds a data model string in a unique ptr, notifies and supplies clients with changes.
|
inlinevirtual |
|
pure virtual |
Implemented in Model::LSYSModelImpl.
Referenced by Plugins::Export::SVG::SVG::drawSVG(), Plugins::Export::Stdout::StdoutExport::exportModel(), and Plugins::Export::PDF::PDF::printPDF().
|
pure virtualsignal |
|
pure virtual |
Implemented in Model::LSYSModelImpl.
Referenced by Common::Sequence_Walker::execute().