TwiceAsNice  2019-02-18
Public Member Functions | Public Attributes | List of all members
WidgetGUI< T > Class Template Reference

#include <WidgetGUI.h>

Inheritance diagram for WidgetGUI< T >:
Inheritance graph
Collaboration diagram for WidgetGUI< T >:
Collaboration graph

Public Member Functions

 WidgetGUI (QWidget *_parent=0)
 
virtual ~WidgetGUI ()
 
void connect (Nice::JointPtr _joint)
 

Public Attributes

T * m_Widget
 
QFrame * ViewFrame
 
QFrame * EditorFrame
 

Constructor & Destructor Documentation

◆ WidgetGUI()

template<typename T >
WidgetGUI< T >::WidgetGUI ( QWidget *  _parent = 0)
inline

◆ ~WidgetGUI()

template<typename T >
virtual WidgetGUI< T >::~WidgetGUI ( )
inlinevirtual

Member Function Documentation

◆ connect()

template<typename T >
void WidgetGUI< T >::connect ( Nice::JointPtr  _joint)
inline

Member Data Documentation

◆ EditorFrame

template<typename T >
QFrame* WidgetGUI< T >::EditorFrame

◆ m_Widget

template<typename T >
T* WidgetGUI< T >::m_Widget

◆ ViewFrame

template<typename T >
QFrame* WidgetGUI< T >::ViewFrame

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