foobar2000 SDK  2015-01-14
Public Member Functions
ui_element_impl< TImpl, TInterface >::ui_element_instance_impl_helper
+ Inheritance diagram for ui_element_impl< TImpl, TInterface >::ui_element_instance_impl_helper:

Public Member Functions

 ui_element_instance_impl_helper (ui_element_config::ptr cfg, ui_element_instance_callback::ptr callback)
 
GUID get_guid ()
 
GUID get_subclass ()
 
HWND get_wnd ()
 

Detailed Description

template<typename TImpl, typename TInterface = ui_element>
class ui_element_impl< TImpl, TInterface >::ui_element_instance_impl_helper

Definition at line 623 of file ui_element.h.

Constructor & Destructor Documentation

template<typename TImpl, typename TInterface = ui_element>
ui_element_impl< TImpl, TInterface >::ui_element_instance_impl_helper::ui_element_instance_impl_helper ( ui_element_config::ptr  cfg,
ui_element_instance_callback::ptr  callback 
)
inline

Definition at line 625 of file ui_element.h.

625 : TImpl(cfg,callback) {}

Member Function Documentation

template<typename TImpl, typename TInterface = ui_element>
GUID ui_element_impl< TImpl, TInterface >::ui_element_instance_impl_helper::get_guid ( )
inline

Definition at line 627 of file ui_element.h.

627 {return TImpl::g_get_guid();}
template<typename TImpl, typename TInterface = ui_element>
GUID ui_element_impl< TImpl, TInterface >::ui_element_instance_impl_helper::get_subclass ( )
inline

Definition at line 628 of file ui_element.h.

628 {return TImpl::g_get_subclass();}
template<typename TImpl, typename TInterface = ui_element>
HWND ui_element_impl< TImpl, TInterface >::ui_element_instance_impl_helper::get_wnd ( )
inline

Definition at line 629 of file ui_element.h.

629 {return *this;}

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