![]() |
ImFusion SDK 4.3
|
Inheritance diagram for AnatomicalStructureVisualiserBase:Public Member Functions | |
| virtual void | addToViews (std::set< GlView * > views)=0 |
| virtual void | removeFromViews (std::set< GlView * > views)=0 |
| virtual std::set< GlView * > & | views () override=0 |
Public Member Functions inherited from SignalReceiver | |
| SignalReceiver ()=default | |
| Default constructor. | |
| SignalReceiver (const SignalReceiver &other) | |
| Copy constructor, does not copy any existing signal connections from other. | |
| SignalReceiver & | operator= (SignalReceiver rhs) |
| Assignment operator, disconnects all existing connections, does not copy any existing signal connections from rhs. | |
| virtual | ~SignalReceiver () |
| Virtual destructor disconnects from all connected signals. | |
Public Member Functions inherited from KeyValueStoreVisualiserParent< AnatomicalStructure > | |
| virtual AnatomicalStructure & | as ()=0 |
| virtual DataComponentList & | dataComponents ()=0 |
| virtual std::set< std::string > | pseudoClasses ()=0 |
| virtual void | updateAll ()=0 |
| void | update (KeyValueStoreVisualizerBase< AnatomicalStructure > &self, const std::string &key) |
Additional Inherited Members | |
Protected Member Functions inherited from SignalReceiver | |
| void | disconnectAll () |
| Disconnects all existing connections. | |