C++ (Qt)struct CWinCommand { bool CanCopy( QString * txt ) const = 0; // можем копировать? и что (подсветка и текст меню) bool DoCopy ( void ) = 0; bool CanPaste( QString * txt ) const = 0; bool DoPaste ( const QVariant & ) = 0; void CanDelete(... ...};