Home
last modified time | relevance | path

Searched refs:m_pfExecute (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/commands/
H A Dcmd_callbacks.hpp39 m_label( label ), m_pfExecute( func ) in CmdCallback()
51 if( !m_pObj || !m_pfExecute ) in execute()
54 (VlcProc::instance( getIntf() )->*m_pfExecute)( m_pObj, m_newVal ); in execute()
65 void (VlcProc::*m_pfExecute)(vlc_object_t *,vlc_value_t); member in CmdCallback