#include <view_change_width.h>
rcsc::View_ChangeWidthに対する継承グラフ
Public メソッド | |
View_ChangeWidth (const ViewWidth &width) | |
construct with view width | |
bool | execute (PlayerAgent *agent) |
execute action | |
ViewAction * | clone () const |
create cloned object |
rcsc::View_ChangeWidth::View_ChangeWidth | ( | const ViewWidth & | width | ) | [inline, explicit] |
construct with view width
width | new view width |
bool rcsc::View_ChangeWidth::execute | ( | PlayerAgent * | agent | ) | [virtual] |
execute action
agent | pointer to the agent itself |
rcsc::ViewActionを実装しています。
ViewAction* rcsc::View_ChangeWidth::clone | ( | ) | const [inline, virtual] |