Crossfire Server, Trunk
face_sets Struct Reference

#include <image.h>

+ Collaboration diagram for face_sets:

Data Fields

size_t allocated
 
char * comment
 
char * extension
 
face_infofaces
 
struct face_setsfallback
 
char * fullname
 
int id
 
char * prefix
 
char * size
 

Detailed Description

Information about one face set

Definition at line 17 of file image.h.

Field Documentation

◆ allocated

size_t face_sets::allocated

Allocated size of faces.

Definition at line 25 of file image.h.

Referenced by CREPixmap::getIcon(), PngLoader::load(), Facesets::replace(), test_faceset(), and FacesetsPanel::updateItem().

◆ comment

char* face_sets::comment

Human-readable comment for this set.

Definition at line 24 of file image.h.

Referenced by FacesetLoader::load(), Facesets::replace(), send_image_info(), and FacesetWriter::write().

◆ extension

char* face_sets::extension

Supplementary description.

Definition at line 23 of file image.h.

Referenced by FacesetsWrapper::extension(), FacesetLoader::load(), Facesets::replace(), send_image_info(), and FacesetWriter::write().

◆ faces

◆ fallback

struct face_sets* face_sets::fallback

Faceset to use when an image is not found in this faceset.

Definition at line 21 of file image.h.

Referenced by FacesetsWrapper::fallback(), get_face_fallback(), CREPixmap::getIcon(), FacesetLoader::load(), send_image_info(), and FacesetWriter::write().

◆ fullname

char* face_sets::fullname

◆ id

◆ prefix

◆ size

char* face_sets::size

Human-readable set size.

Definition at line 22 of file image.h.

Referenced by FacesetLoader::load(), Facesets::replace(), send_image_info(), FacesetsWrapper::size(), and FacesetWriter::write().


The documentation for this struct was generated from the following file: