#include <processorwidget.h>
|  | 
|  | ProcessorWidget (Processor *p) | 
| virtual Processor * | getProcessor () const | 
| virtual bool | isVisible () const | 
| virtual void | setVisible (bool visible) | 
| virtual glm::ivec2 | getDimensions () const | 
| virtual void | setDimensions (ivec2) | 
| virtual glm::ivec2 | getPosition () const | 
| virtual void | setPosition (ivec2) | 
| virtual bool | isFullScreen () const | 
| virtual void | setFullScreen (bool fullscreen) | 
| virtual bool | isOnTop () const | 
| virtual void | setOnTop (bool onTop) | 
|  | Observer (const Observer &other) | 
|  | Observer (Observer &&other) | 
| Observer & | operator= (Observer &&other) | 
| Observer & | operator= (const Observer &other) | 
| virtual | ~Observer () | 
| void | removeObservation (ObservableInterface *observable) | 
| void | removeObservations () | 
|  | 
| virtual void | updateVisible (bool visible)=0 | 
| virtual void | updateDimensions (ivec2)=0 | 
| virtual void | updatePosition (ivec2)=0 | 
| virtual void | updateFullScreen (bool)=0 | 
| virtual void | updateOnTop (bool)=0 | 
| void | addObservation (ObservableInterface *observable) | 
|  | 
| std::unordered_set< ObservableInterface * > | observables_ | 
Base class for widgets connected to a Processor 
◆ setDimensions()
  
  | 
        
          | virtual void inviwo::ProcessorWidget::setDimensions | ( | ivec2 |  | ) |  |  | virtual | 
 
 
The documentation for this class was generated from the following file: