TrinityCore
Loading...
Searching...
No Matches
EmblemInfo Class Reference

#include <Guild.h>

Public Member Functions

 EmblemInfo ()
 
void LoadFromDB (Field *fields)
 
void SaveToDB (ObjectGuid::LowType guildId) const
 
void ReadPacket (WorldPackets::Guild::SaveGuildEmblem &packet)
 
uint32 GetStyle () const
 
uint32 GetColor () const
 
uint32 GetBorderStyle () const
 
uint32 GetBorderColor () const
 
uint32 GetBackgroundColor () const
 

Private Attributes

uint32 m_style
 
uint32 m_color
 
uint32 m_borderStyle
 
uint32 m_borderColor
 
uint32 m_backgroundColor
 

Detailed Description

Definition at line 230 of file Guild.h.

Constructor & Destructor Documentation

◆ EmblemInfo()

EmblemInfo::EmblemInfo ( )
inline

Definition at line 233 of file Guild.h.

Member Function Documentation

◆ GetBackgroundColor()

uint32 EmblemInfo::GetBackgroundColor ( ) const
inline

Definition at line 243 of file Guild.h.

+ Here is the caller graph for this function:

◆ GetBorderColor()

uint32 EmblemInfo::GetBorderColor ( ) const
inline

Definition at line 242 of file Guild.h.

+ Here is the caller graph for this function:

◆ GetBorderStyle()

uint32 EmblemInfo::GetBorderStyle ( ) const
inline

Definition at line 241 of file Guild.h.

+ Here is the caller graph for this function:

◆ GetColor()

uint32 EmblemInfo::GetColor ( ) const
inline

Definition at line 240 of file Guild.h.

+ Here is the caller graph for this function:

◆ GetStyle()

uint32 EmblemInfo::GetStyle ( ) const
inline

Definition at line 239 of file Guild.h.

+ Here is the caller graph for this function:

◆ LoadFromDB()

void EmblemInfo::LoadFromDB ( Field fields)

Definition at line 713 of file Guild.cpp.

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

◆ ReadPacket()

void EmblemInfo::ReadPacket ( WorldPackets::Guild::SaveGuildEmblem packet)

Definition at line 704 of file Guild.cpp.

+ Here is the caller graph for this function:

◆ SaveToDB()

void EmblemInfo::SaveToDB ( ObjectGuid::LowType  guildId) const

Definition at line 722 of file Guild.cpp.

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

Member Data Documentation

◆ m_backgroundColor

uint32 EmblemInfo::m_backgroundColor
private

Definition at line 250 of file Guild.h.

◆ m_borderColor

uint32 EmblemInfo::m_borderColor
private

Definition at line 249 of file Guild.h.

◆ m_borderStyle

uint32 EmblemInfo::m_borderStyle
private

Definition at line 248 of file Guild.h.

◆ m_color

uint32 EmblemInfo::m_color
private

Definition at line 247 of file Guild.h.

◆ m_style

uint32 EmblemInfo::m_style
private

Definition at line 246 of file Guild.h.


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