Panda3D
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Static Protected Attributes | List of all members
IconGroupResource Class Reference
Inheritance diagram for IconGroupResource:

Public Member Functions

 __init__ (self)
 
 add_icon (self, *args, **kwargs)
 
 get_data (self)
 
 unpack_from (self, data, offs=0)
 

Public Attributes

 icons
 

Static Public Attributes

int code_page = 0
 
 Icon = namedtuple('Icon', ('width', 'height', 'planes', 'bpp', 'size', 'id'))
 
int type = 14
 

Static Protected Attributes

 _entry = Struct('<BBBxHHIH')
 

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Member Function Documentation

◆ add_icon()

add_icon ( self,
* args,
** kwargs )

◆ get_data()

get_data ( self)

◆ unpack_from()

unpack_from ( self,
data,
offs = 0 )

Member Data Documentation

◆ _entry

_entry = Struct('<BBBxHHIH')
staticprotected

◆ code_page

int code_page = 0
static

◆ Icon

Icon = namedtuple('Icon', ('width', 'height', 'planes', 'bpp', 'size', 'id'))
static

◆ icons

icons

◆ type

int type = 14
static