|
Pol
Revision:cb584c9
|
#include <target.h>
Inheritance diagram for Pol::Core::FullMsgTargetCursor:Public Member Functions | |
| virtual | ~FullMsgTargetCursor () |
| virtual void | on_target_cursor (Mobile::Character *targetter, PKTBI_6C *msg) POL_OVERRIDE |
Public Member Functions inherited from Pol::Core::TargetCursor | |
| virtual | ~TargetCursor () |
| void | cancel (Mobile::Character *chr) |
| void | handle_target_cursor (Mobile::Character *targetter, PKTBI_6C *msg) |
| bool | send_object_cursor (Network::Client *client, PKTBI_6C::CURSOR_TYPE crstype=PKTBI_6C::CURSOR_TYPE_NEUTRAL) |
Protected Member Functions | |
| FullMsgTargetCursor (void(*func)(Mobile::Character *, PKTBI_6C *)) | |
Protected Member Functions inherited from Pol::Core::TargetCursor | |
| TargetCursor (bool inform_on_cancel) | |
Private Attributes | |
| void(* | func )(Mobile::Character *targetter, PKTBI_6C *msg) |
Friends | |
| struct | Cursors |
Additional Inherited Members | |
Public Attributes inherited from Pol::Core::TargetCursor | |
| u32 | cursorid_ |
Protected Attributes inherited from Pol::Core::TargetCursor | |
| bool | inform_on_cancel_ |
|
protected |
Definition at line 218 of file target.cpp.
|
inlinevirtual |
Definition at line 64 of file target.h.
References POL_OVERRIDE.
|
virtual |
Implements Pol::Core::TargetCursor.
Definition at line 223 of file target.cpp.
|
private |