Searched refs:CmdResize (Results 1 – 8 of 8) sorted by relevance
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/commands/ |
H A D | cmd_resize.hpp | 37 class CmdResize: public CmdGeneric class 41 CmdResize( intf_thread_t *pIntf, const WindowManager &rWindowManager, 43 virtual ~CmdResize() { } in ~CmdResize()
|
H A D | cmd_resize.cpp | 33 CmdResize::CmdResize( intf_thread_t *pIntf, const WindowManager &rWindowManager, in CmdResize() function in CmdResize 39 void CmdResize::execute() in execute()
|
/dports/games/kfourinline/kfourinline-21.12.3/src/ |
H A D | kgamepropertyarray.h | 51 KGameMessage::createPropertyCommand(s,KGamePropertyBase::IdCommand,id(),CmdResize); in resize() 244 case CmdResize: in command()
|
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/commands/ |
H A D | CmdResize.cpp | 36 int CmdResize ( in CmdResize() function
|
H A D | commands.h | 55 int CmdResize (const CLI&, Rules&, Database&, Journal& );
|
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/controls/ |
H A D | ctrl_resize.cpp | 199 CmdGeneric *pCmd = new CmdResize( m_pParent->getIntf(), in execute()
|
/dports/games/libkdegames/libkdegames-21.12.3/src/private/kgame/ |
H A D | kgameproperty.h | 71 CmdResize=52, enumerator
|
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/ |
H A D | init.cpp | 293 …else if (command == "resize") status = CmdResize (cli, rules, database, journal … in dispatchCommand()
|