|
|
#include <ArmarXGui/libraries/ArmarXGuiComponentPlugins/LightweightRemoteGuiComponentPlugin.h>
Inheritance diagram for LightweightRemoteGuiComponentPlugin:Public Member Functions | |
| void | postCreatePropertyDefinitions (PropertyDefinitionsPtr &properties) override |
| void | postOnConnectComponent () override |
| void | postOnDisconnectComponent () override |
| void | preOnConnectComponent () override |
| void | preOnDisconnectComponent () override |
| void | preOnInitComponent () override |
Public Member Functions inherited from ManagedIceObjectPlugin | |
| ManagedIceObject & | parent () |
| template<class T > | |
| T & | parent () |
| const ManagedIceObject & | parent () const |
| template<class T > | |
| const T & | parent () const |
| template<class T > | |
| bool | parentDerives () const |
| virtual | ~ManagedIceObjectPlugin ()=default |
Public Attributes | |
| Ice::ObjectPrx | remoteGuiObject |
| IceUtil::Handle< IceUtil::Shared > | runningTask |
| std::map< std::string, RemoteGui::TabProxy * > | tabs |
Additional Inherited Members | |
Protected Member Functions inherited from ComponentPlugin | |
| virtual void | componentPropertiesUpdated (const std::set< std::string > &changedProperties) |
| ManagedIceObjectPlugin (ManagedIceObject &parent, std::string pre) | |
Protected Member Functions inherited from ManagedIceObjectPlugin | |
| template<class PluginT , class... ParamsT> | |
| PluginT * | addPlugin (const std::string prefix="", ParamsT &&... params) |
| template<class PluginT , class... ParamsT> | |
| void | addPlugin (PluginT *&targ, const std::string prefix="", ParamsT &&... params) |
| template<class PluginT , class... ParamsT> | |
| void | addPlugin (std::experimental::observer_ptr< PluginT > &targ, const std::string prefix="", ParamsT &&... params) |
| void | addPluginDependency (ManagedIceObjectPlugin *dependedOn) |
| void | addPluginDependency (std::experimental::observer_ptr< ManagedIceObjectPlugin > dependedOn) |
| std::string | makePropertyName (const std::string &name) |
| ManagedIceObjectPlugin (ManagedIceObject &parent, std::string pre) | |
| virtual void | postOnExitComponent () |
| virtual void | postOnInitComponent () |
| const std::string & | prefix () const |
| virtual void | preOnExitComponent () |
Definition at line 50 of file LightweightRemoteGuiComponentPlugin.h.
|
overridevirtual |
Reimplemented from ComponentPlugin.
Definition at line 86 of file LightweightRemoteGuiComponentPlugin.cpp.
|
overridevirtual |
Reimplemented from ManagedIceObjectPlugin.
Definition at line 66 of file LightweightRemoteGuiComponentPlugin.cpp.
|
overridevirtual |
Reimplemented from ManagedIceObjectPlugin.
Definition at line 81 of file LightweightRemoteGuiComponentPlugin.cpp.
|
overridevirtual |
Reimplemented from ManagedIceObjectPlugin.
Definition at line 56 of file LightweightRemoteGuiComponentPlugin.cpp.
|
overridevirtual |
Reimplemented from ManagedIceObjectPlugin.
Definition at line 71 of file LightweightRemoteGuiComponentPlugin.cpp.
|
overridevirtual |
Reimplemented from ManagedIceObjectPlugin.
Definition at line 47 of file LightweightRemoteGuiComponentPlugin.cpp.
| Ice::ObjectPrx remoteGuiObject |
Definition at line 62 of file LightweightRemoteGuiComponentPlugin.h.
| IceUtil::Handle<IceUtil::Shared> runningTask |
Definition at line 63 of file LightweightRemoteGuiComponentPlugin.h.
| std::map<std::string, RemoteGui::TabProxy*> tabs |
Definition at line 64 of file LightweightRemoteGuiComponentPlugin.h.