class
ComputationThread
Contents
Base classes
- class Object
- Base class for all FAST objects.
Constructors, destructors, conversion operators
Public functions
- auto isRunning() -> bool
- void stop()
- void addView(View* view)
- void clearViews()
- auto getView(int index) const -> View*
- auto getViews() const -> std::vector<View*>
- void addProcessObject(std::shared_ptr<ProcessObject> po)
- void clearProcessObjects()
- auto getProcessObjects() const -> std::vector<std::shared_ptr<ProcessObject>>
- auto getProcessObjects(int index) const -> std::shared_ptr<ProcessObject>
- void start()
Signals
- void finished()
Public slots
- void run()