Isle
Loading...
Searching...
No Matches
legonamedtexturelist.h
Go to the documentation of this file.
1#ifndef LEGONAMEDTEXTURELIST_H
2#define LEGONAMEDTEXTURELIST_H
3
4#include "legonamedtexture.h"
5#include "mxlist.h"
6
7// VTABLE: LEGO1 0x100d8110
8// class MxCollection<LegoNamedTexture *>
9
10// VTABLE: LEGO1 0x100d8128
11// class MxList<LegoNamedTexture *>
12
13// VTABLE: LEGO1 0x100d8140
14// class MxPtrList<LegoNamedTexture>
15
16// VTABLE: LEGO1 0x100d8158
17// SIZE 0x18
23class LegoNamedTextureList : public MxPtrList<LegoNamedTexture> {
24public:
30
31 // SYNTHETIC: LEGO1 0x1004f040
32 // LegoNamedTextureList::`scalar deleting destructor'
33};
34
35// VTABLE: LEGO1 0x100d8170
36// class MxListCursor<LegoNamedTexture *>
37
38// VTABLE: LEGO1 0x100d8188
39// class MxPtrListCursor<LegoNamedTexture>
40
41// VTABLE: LEGO1 0x100d81a0
42// SIZE 0x10
47class LegoNamedTextureListCursor : public MxPtrListCursor<LegoNamedTexture> {
48public:
54};
55
56// SYNTHETIC: LEGO1 0x1004f500
57// LegoNamedTextureListCursor::`scalar deleting destructor'
58
59// FUNCTION: LEGO1 0x1004f570
60// MxPtrListCursor<LegoNamedTexture>::~MxPtrListCursor<LegoNamedTexture>
61
62// SYNTHETIC: LEGO1 0x1004f5c0
63// MxListCursor<LegoNamedTexture *>::`scalar deleting destructor'
64
65// SYNTHETIC: LEGO1 0x1004f630
66// MxPtrListCursor<LegoNamedTexture>::`scalar deleting destructor'
67
68// FUNCTION: LEGO1 0x1004f6a0
69// MxListCursor<LegoNamedTexture *>::~MxListCursor<LegoNamedTexture *>
70
71// FUNCTION: LEGO1 0x1004f6f0
72// LegoNamedTextureListCursor::~LegoNamedTextureListCursor
73
74// TEMPLATE: LEGO1 0x1004eec0
75// MxCollection<LegoNamedTexture *>::Compare
76
77// TEMPLATE: LEGO1 0x1004eed0
78// MxCollection<LegoNamedTexture *>::~MxCollection<LegoNamedTexture *>
79
80// TEMPLATE: LEGO1 0x1004ef20
81// MxCollection<LegoNamedTexture *>::Destroy
82
83// TEMPLATE: LEGO1 0x1004ef30
84// MxList<LegoNamedTexture *>::~MxList<LegoNamedTexture *>
85
86// TEMPLATE: LEGO1 0x1004efc0
87// MxPtrList<LegoNamedTexture>::Destroy
88
89// TEMPLATE: LEGO1 0x1004f0b0
90// MxPtrList<LegoNamedTexture>::~MxPtrList<LegoNamedTexture>
91
92// SYNTHETIC: LEGO1 0x1004f100
93// MxCollection<LegoNamedTexture *>::`scalar deleting destructor'
94
95// SYNTHETIC: LEGO1 0x1004f170
96// MxList<LegoNamedTexture *>::`scalar deleting destructor'
97
98// SYNTHETIC: LEGO1 0x1004f220
99// MxPtrList<LegoNamedTexture>::`scalar deleting destructor'
100
101#endif // LEGONAMEDTEXTURELIST_H
[AI] Cursor/iterator for traversing a LegoNamedTextureList.
LegoNamedTextureListCursor(LegoNamedTextureList *p_list)
[AI] Constructs a cursor for a specific LegoNamedTextureList.
[AI] A list class that manages a collection of pointers to LegoNamedTexture objects.
LegoNamedTextureList()
[AI] Constructs a new LegoNamedTextureList and enables object ownership semantics for contained point...
[AI] Associates a named string with a LegoTexture instance, allowing textures to be referenced symbol...
[AI]
Definition: mxlist.h:148
#define TRUE
Definition: d3drmdef.h:28