headsuppoker.h
来自「含有uml的多个实例及实例的java源码。」· C头文件 代码 · 共 79 行
H
79 行
// {{{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 + =
减小字号Ctrl + -
显示快捷键?