LifecycleClient Class Reference

#include <RobotAPI/libraries/armem_gui/lifecycle.h>

+ Inheritance diagram for LifecycleClient:

Public Member Functions

virtual void onConnect ()
 
virtual void onConnect (ManagedIceObject &component)
 
virtual void onConnect (ManagedIceObject *component)
 
virtual void onDisconnect ()
 
virtual void onDisconnect (ManagedIceObject &component)
 
virtual void onDisconnect (ManagedIceObject *component)
 
virtual void onInit ()
 
virtual void onInit (ManagedIceObject &component)
 
virtual void onInit (ManagedIceObject *component)
 
virtual ~LifecycleClient ()
 

Detailed Description

Definition at line 54 of file lifecycle.h.

Constructor & Destructor Documentation

◆ ~LifecycleClient()

~LifecycleClient ( )
virtual

Definition at line 30 of file lifecycle.cpp.

Member Function Documentation

◆ onConnect() [1/3]

void onConnect ( )
virtual

Definition at line 80 of file lifecycle.cpp.

+ Here is the caller graph for this function:

◆ onConnect() [2/3]

void onConnect ( ManagedIceObject component)
virtual

Definition at line 64 of file lifecycle.cpp.

+ Here is the call graph for this function:

◆ onConnect() [3/3]

void onConnect ( ManagedIceObject component)
virtual

Definition at line 42 of file lifecycle.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ onDisconnect() [1/3]

void onDisconnect ( )
virtual

Definition at line 84 of file lifecycle.cpp.

+ Here is the caller graph for this function:

◆ onDisconnect() [2/3]

void onDisconnect ( ManagedIceObject component)
virtual

Definition at line 70 of file lifecycle.cpp.

+ Here is the call graph for this function:

◆ onDisconnect() [3/3]

void onDisconnect ( ManagedIceObject component)
virtual

Definition at line 50 of file lifecycle.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ onInit() [1/3]

void onInit ( )
virtual

Definition at line 76 of file lifecycle.cpp.

+ Here is the caller graph for this function:

◆ onInit() [2/3]

void onInit ( ManagedIceObject component)
virtual

Definition at line 58 of file lifecycle.cpp.

+ Here is the call graph for this function:

◆ onInit() [3/3]

void onInit ( ManagedIceObject component)
virtual

Definition at line 34 of file lifecycle.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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