

Static Public Member Functions | |
| static ThemeRepository * | instance (intf_thread_t *pIntf) |
| Get the instance of ThemeRepository Returns NULL if the initialization of the object failed. | |
| static void | destroy (intf_thread_t *pIntf) |
| Delete the instance of ThemeRepository. | |
Protected Member Functions | |
| ThemeRepository (intf_thread_t *pIntf) | |
| virtual | ~ThemeRepository () |
| ThemeRepository::ThemeRepository | ( | intf_thread_t * | pIntf | ) | [protected] |
References _, OSFactory::getResourcePath(), OSFactory::instance(), vlc_value_t::psz_string, text, var_AddCallback, var_Change, var_Create, VLC_VAR_HASCHOICE, VLC_VAR_ISCOMMAND, VLC_VAR_SETTEXT, VLC_VAR_STRING, and VLC_VAR_VOID.
Referenced by instance().
| ThemeRepository::~ThemeRepository | ( | ) | [protected, virtual] |
References SkinObject::getIntf(), var_DelCallback, and var_Destroy.
| ThemeRepository * ThemeRepository::instance | ( | intf_thread_t * | pIntf | ) | [static] |
Get the instance of ThemeRepository Returns NULL if the initialization of the object failed.
References intf_sys_t::p_repository, intf_thread_t::p_sys, and ThemeRepository().
Referenced by Run().
| void ThemeRepository::destroy | ( | intf_thread_t * | pIntf | ) | [static] |
Delete the instance of ThemeRepository.
References intf_sys_t::p_repository, and intf_thread_t::p_sys.
Referenced by Run().
1.5.6