![]() |
Public API Reference |
Keep a static instance of this structure in your property class so that your property class can implement properties more easily. More...
#include <celtool/stdpcimp.h>
Public Attributes | |
| csHash< int, csStringID > | constants |
| This is a special hash that maps ID's to constants so that we can use a switch to see which ID it is. | |
| csHash< int, csStringID > | new_constants |
| This hash is like 'constants' except that it is used for new-style action id's (like 'cel.wire.addinput'). | |
Keep a static instance of this structure in your property class so that your property class can implement properties more easily.
Definition at line 59 of file stdpcimp.h.
This is a special hash that maps ID's to constants so that we can use a switch to see which ID it is.
Definition at line 72 of file stdpcimp.h.
This hash is like 'constants' except that it is used for new-style action id's (like 'cel.wire.addinput').
Definition at line 78 of file stdpcimp.h.