Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/win32/
H A Dwin32_timer.cpp41 OSTimer( pIntf ), m_rCommand( rCmd ), m_hWnd( hWnd ) in Win32Timer()
78 m_rCommand.execute(); in execute()
H A Dwin32_timer.hpp51 CmdGeneric &m_rCommand; member in Win32Timer
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/os2/
H A Dos2_timer.cpp51 OSTimer( pIntf ), m_rCommand( rCmd ), m_hWnd( hWnd ), m_hwndTimer( 0 ) in OS2Timer()
95 m_rCommand.execute(); in execute()
H A Dos2_timer.hpp51 CmdGeneric &m_rCommand; member in OS2Timer
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/x11/
H A Dx11_timer.cpp36 OSTimer( pIntf ), m_rCommand( rCmd ) in X11Timer()
75 m_rCommand.execute(); in execute()
H A Dx11_timer.hpp59 CmdGeneric &m_rCommand; member in X11Timer
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/controls/
H A Dctrl_button.cpp40 m_rCommand( rCommand ), m_tooltip( rTooltip ), in CtrlButton()
184 m_pParent->m_rCommand.execute(); in execute()
H A Dctrl_image.hpp76 CmdGeneric &m_rCommand; member in CtrlImage
H A Dctrl_button.hpp72 CmdGeneric &m_rCommand; member in CtrlButton
H A Dctrl_image.cpp41 m_rCommand( rCommand ), m_resizeMethod( resizeMethod ), m_art( art ), in CtrlImage()
100 m_rCommand.execute(); in handleEvent()