TrinityCore
WorldPackets::Query::QueryPageTextResponse Class Referencefinal

#include <QueryPackets.h>

+ Inheritance diagram for WorldPackets::Query::QueryPageTextResponse:

Classes

struct  PageTextInfo
 

Public Member Functions

 QueryPageTextResponse ()
 
WorldPacket const * Write () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () override final
 
void Clear ()
 
WorldPacket && Move ()
 
void ShrinkToFit ()
 
OpcodeServer GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

uint32 PageTextID = 0
 
bool Allow = false
 
std::vector< PageTextInfoPages
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 173 of file QueryPackets.h.

Constructor & Destructor Documentation

◆ QueryPageTextResponse()

WorldPackets::Query::QueryPageTextResponse::QueryPageTextResponse ( )
inline

Definition at line 176 of file QueryPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Query::QueryPageTextResponse::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 294 of file QueryPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ Allow

bool WorldPackets::Query::QueryPageTextResponse::Allow = false

Definition at line 190 of file QueryPackets.h.

◆ Pages

std::vector<PageTextInfo> WorldPackets::Query::QueryPageTextResponse::Pages

Definition at line 191 of file QueryPackets.h.

◆ PageTextID

uint32 WorldPackets::Query::QueryPageTextResponse::PageTextID = 0

Definition at line 189 of file QueryPackets.h.


The documentation for this class was generated from the following files: