Home
last modified time | relevance | path

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

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/commands/
H A Dcmd_resize.hpp37 class CmdResize: public CmdGeneric class
41 CmdResize( intf_thread_t *pIntf, const WindowManager &rWindowManager,
43 virtual ~CmdResize() { } in ~CmdResize()
H A Dcmd_resize.cpp33 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 Dkgamepropertyarray.h51 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 DCmdResize.cpp36 int CmdResize ( in CmdResize() function
H A Dcommands.h55 int CmdResize (const CLI&, Rules&, Database&, Journal& );
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/controls/
H A Dctrl_resize.cpp199 CmdGeneric *pCmd = new CmdResize( m_pParent->getIntf(), in execute()
/dports/games/libkdegames/libkdegames-21.12.3/src/private/kgame/
H A Dkgameproperty.h71 CmdResize=52, enumerator
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/
H A Dinit.cpp293 …else if (command == "resize") status = CmdResize (cli, rules, database, journal … in dispatchCommand()