#include <thumbmsg.h>
Inheritance diagram for ThumbMessage:
Public Types | |
| enum | ThumbState { CACHESIZECHANGED, KILLCACHE } |
Public Member Functions | |
| ThumbMessage (ThumbState TheState, INT32 Size) | |
| ThumbMessage (ThumbState TheState, SGLibType LibType) | |
Public Attributes | |
| ThumbState | State |
| INT32 | NewSize |
| SGLibType | Type |
Definition at line 126 of file thumbmsg.h.
|
|
Definition at line 132 of file thumbmsg.h. 00133 { 00134 CACHESIZECHANGED, 00135 KILLCACHE 00136 };
|
|
||||||||||||
|
Definition at line 143 of file thumbmsg.h.
|
|
||||||||||||
|
Definition at line 148 of file thumbmsg.h.
|
|
|
Definition at line 139 of file thumbmsg.h. |
|
|
Definition at line 138 of file thumbmsg.h. |
|
|
Definition at line 140 of file thumbmsg.h. |
1.4.4