Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
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 std::filesystem::path &filename, bool entireScene, bool backgroundVisible)
QImage exportViewToImage (bool entireScene, bool backgroundVisible, QSize size=QSize())
TextLabelOverlaygetOverlay () const
NetworkSearchgetNetworkSearch () const
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 mousePressEvent (QMouseEvent *e) override
virtual void mouseReleaseEvent (QMouseEvent *e) override
virtual void mouseMoveEvent (QMouseEvent *e) override
Protected Member Functions inherited from inviwo::Observer
void addObservation (ObservableInterface *observable)

Additional Inherited Members

Protected Attributes inherited from inviwo::Observer
std::unordered_set< ObservableInterface * > observables_

Member Function Documentation

◆ onNetworkEditorFileChanged()

virtual void inviwo::NetworkEditorView::onNetworkEditorFileChanged ( const std::string & newFilename)
overridevirtual

Reimplemented from inviwo::NetworkEditorObserver.


The documentation for this class was generated from the following file:
  • networkeditorview.h