⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 headsuppoker.h

📁 含有uml的多个实例及实例的java源码。
💻 H
字号:
// {{{RME classifier 'Logical View::HeadsUpPoker'#ifndef HeadsUpPoker_H#define HeadsUpPoker_H#ifdef PRAGMA#pragma interface "HeadsUpPoker.h"#endif#include <RTSystem/CardGameComponent.h>// {{{RME tool 'OT::Cpp' property 'HeaderPreface'// {{{USR// }}}USR// }}}RMEextern const RTActorClass HeadsUpPoker;#define SUPER RTActorclass HeadsUpPoker_Actor : public RTActor{public:	// {{{RME tool 'OT::Cpp' property 'PublicDeclarations'	// {{{USR	// }}}USR	// }}}RMEprotected:	// {{{RME tool 'OT::Cpp' property 'ProtectedDeclarations'	// {{{USR	// }}}USR	// }}}RMEprivate:	// {{{RME tool 'OT::Cpp' property 'PrivateDeclarations'	// {{{USR	// }}}USR	// }}}RMEprotected:	// {{{RME capsuleRole 'player'	RTActorRef player;	// }}}RME	// {{{RME capsuleRole 'dealer'	RTActorRef dealer;	// }}}RMEpublic:	HeadsUpPoker_Actor( RTController * rtg_rts, RTActorRef * rtg_ref );	virtual ~HeadsUpPoker_Actor( void );	virtual int _followOutV( RTBindingEnd & rtg_end, int rtg_compId, int rtg_portId, int rtg_repIndex );	virtual void rtsBehavior( int signalIndex, int portIndex );	virtual const RTActor_class * getActorData( void ) const;protected:	static const RTActor_class rtg_class;public:	static const RTStateId rtg_parent_state[];private:	static const RTComponentDescriptor rtg_capsule_roles[];};#undef SUPER// {{{RME tool 'OT::Cpp' property 'HeaderEnding'// {{{USR// }}}USR// }}}RME#endif /* HeadsUpPoker_H */// }}}RME

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -