EvEmu
0.8.4
11 September 2021
|
#include "FleetBound.h"
Public Member Functions | |
FleetBound (PyServiceMgr *mgr, uint32 fleetID) | |
virtual void | Release () |
PyCallable_DECL_CALL (Init) | |
PyCallable_DECL_CALL (GetInitState) | |
PyCallable_DECL_CALL (GetFleetID) | |
PyCallable_DECL_CALL (Invite) | |
PyCallable_DECL_CALL (AcceptInvite) | |
PyCallable_DECL_CALL (RejectInvite) | |
PyCallable_DECL_CALL (ChangeWingName) | |
PyCallable_DECL_CALL (ChangeSquadName) | |
PyCallable_DECL_CALL (SetOptions) | |
PyCallable_DECL_CALL (GetJoinRequests) | |
PyCallable_DECL_CALL (RejectJoinRequest) | |
PyCallable_DECL_CALL (AddToVoiceChat) | |
PyCallable_DECL_CALL (SetVoiceMuteStatus) | |
PyCallable_DECL_CALL (ExcludeFromVoiceMute) | |
PyCallable_DECL_CALL (GetFleetComposition) | |
PyCallable_DECL_CALL (GetWings) | |
PyCallable_DECL_CALL (SendBroadcast) | |
PyCallable_DECL_CALL (UpdateMemberInfo) | |
PyCallable_DECL_CALL (SetMotdEx) | |
PyCallable_DECL_CALL (GetMotd) | |
PyCallable_DECL_CALL (LeaveFleet) | |
PyCallable_DECL_CALL (MakeLeader) | |
PyCallable_DECL_CALL (SetBooster) | |
PyCallable_DECL_CALL (MoveMember) | |
PyCallable_DECL_CALL (KickMember) | |
PyCallable_DECL_CALL (CreateWing) | |
PyCallable_DECL_CALL (CreateSquad) | |
PyCallable_DECL_CALL (DeleteWing) | |
PyCallable_DECL_CALL (DeleteSquad) | |
PyCallable_DECL_CALL (Reconnect) | |
FleetBound.cpp | |
Fleet Bound code for EVEmu This code handles specific fleet functions : Allan
| |
virtual | ~FleetBound () |
![]() | |
PyBoundObject (PyServiceMgr *mgr) | |
virtual | ~PyBoundObject () |
uint32 | nodeID () const |
uint32 | bindID () const |
std::string | GetBindStr () const |
const char * | GetName () const |
virtual PyResult | Call (const std::string &method, PyCallArgs &args) |
![]() | |
PyCallable () | |
virtual | ~PyCallable () |
Protected Attributes | |
Dispatcher *const | m_dispatch |
Client * | m_client |
![]() | |
PyServiceMgr *const | m_manager |
std::string | m_strBoundObjectName |
Private Attributes | |
uint32 | m_fleetID |
Additional Inherited Members | |
![]() | |
void | _SetNodeBindID (uint32 nodeID, uint32 bindID) |
![]() | |
void | _SetCallDispatcher (CallDispatcher *d) |
Definition at line 20 of file FleetBound.h.
FleetBound::FleetBound | ( | PyServiceMgr * | mgr, |
uint32 | fleetID | ||
) |
|
virtual |
FleetBound::PyCallable_DECL_CALL | ( | Init | ) |
FleetBound::PyCallable_DECL_CALL | ( | GetInitState | ) |
FleetBound::PyCallable_DECL_CALL | ( | GetFleetID | ) |
FleetBound::PyCallable_DECL_CALL | ( | Invite | ) |
FleetBound::PyCallable_DECL_CALL | ( | AcceptInvite | ) |
FleetBound::PyCallable_DECL_CALL | ( | RejectInvite | ) |
FleetBound::PyCallable_DECL_CALL | ( | ChangeWingName | ) |
FleetBound::PyCallable_DECL_CALL | ( | ChangeSquadName | ) |
FleetBound::PyCallable_DECL_CALL | ( | SetOptions | ) |
FleetBound::PyCallable_DECL_CALL | ( | GetJoinRequests | ) |
FleetBound::PyCallable_DECL_CALL | ( | RejectJoinRequest | ) |
FleetBound::PyCallable_DECL_CALL | ( | AddToVoiceChat | ) |
FleetBound::PyCallable_DECL_CALL | ( | SetVoiceMuteStatus | ) |
FleetBound::PyCallable_DECL_CALL | ( | ExcludeFromVoiceMute | ) |
FleetBound::PyCallable_DECL_CALL | ( | GetFleetComposition | ) |
FleetBound::PyCallable_DECL_CALL | ( | GetWings | ) |
FleetBound::PyCallable_DECL_CALL | ( | SendBroadcast | ) |
FleetBound::PyCallable_DECL_CALL | ( | UpdateMemberInfo | ) |
FleetBound::PyCallable_DECL_CALL | ( | SetMotdEx | ) |
FleetBound::PyCallable_DECL_CALL | ( | GetMotd | ) |
FleetBound::PyCallable_DECL_CALL | ( | LeaveFleet | ) |
FleetBound::PyCallable_DECL_CALL | ( | MakeLeader | ) |
FleetBound::PyCallable_DECL_CALL | ( | SetBooster | ) |
FleetBound::PyCallable_DECL_CALL | ( | MoveMember | ) |
FleetBound::PyCallable_DECL_CALL | ( | KickMember | ) |
FleetBound::PyCallable_DECL_CALL | ( | CreateWing | ) |
FleetBound::PyCallable_DECL_CALL | ( | CreateSquad | ) |
FleetBound::PyCallable_DECL_CALL | ( | DeleteWing | ) |
FleetBound::PyCallable_DECL_CALL | ( | DeleteSquad | ) |
FleetBound::PyCallable_DECL_CALL | ( | Reconnect | ) |
|
inlinevirtual |
Implements PyBoundObject.
Definition at line 29 of file FleetBound.h.
|
protected |
Definition at line 68 of file FleetBound.h.
|
protected |
Definition at line 66 of file FleetBound.h.
Referenced by ~FleetBound().
|
private |
Definition at line 71 of file FleetBound.h.