Inviwo  0.9.10.1
Inviwo documentation
inviwo::NetworkEditorView Class Reference
+ Inheritance diagram for inviwo::NetworkEditorView:

Public Member Functions

 NetworkEditorView (NetworkEditor *networkEditor, InviwoMainWindow *parent=nullptr)
 
void hideNetwork (bool)
 
void fitNetwork ()
 
virtual void onNetworkEditorFileChanged (const std::string &newFilename) override
 
void exportViewToFile (const QString &filename, bool entireScene, bool backgroundVisible)
 
QImage exportViewToImage (bool entireScene, bool backgroundVisible, QSize size=QSize())
 
TextLabelOverlaygetOverlay () const
 
NetworkSearchgetNetworkSearch () const
 
- Public Member Functions inherited from inviwo::NetworkEditorObserver
virtual void onModifiedStatusChanged (const bool &)
 
- Public Member Functions inherited from inviwo::Observer
 Observer (const Observer &other)
 
 Observer (Observer &&other)
 
Observeroperator= (Observer &&other)
 
Observeroperator= (const Observer &other)
 
virtual ~Observer ()
 
void removeObservation (ObservableInterface *observable)
 
void removeObservations ()
 

Protected Member Functions

virtual void mouseDoubleClickEvent (QMouseEvent *e) override
 
virtual void resizeEvent (QResizeEvent *re) override
 
virtual void wheelEvent (QWheelEvent *e) override
 
virtual void keyPressEvent (QKeyEvent *keyEvent) override
 
virtual void keyReleaseEvent (QKeyEvent *keyEvent) override
 
virtual void focusOutEvent (QFocusEvent *) override
 
- Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)
 

Additional Inherited Members

- Protected Types inherited from inviwo::Observer
using ObservableSet = std::unordered_set< ObservableInterface * >
 
- Protected Attributes inherited from inviwo::Observer
ObservableSet observables_
 

The documentation for this class was generated from the following files: