#include <bayonnescript.h>
Static Public Member Functions | |
| static Property * | find (const char *name) |
Protected Member Functions | |
| virtual void | setProperty (char *data, char *temp, unsigned size)=0 |
| Set property method. | |
| virtual long | getValue (const char *data) |
| Get property into numeric value. | |
| virtual void | setValue (char *data, unsigned len, long value) |
| Set integer property to a value. | |
| virtual bool | isProperty (const char *data) |
| See if should be computed as property. | |
| virtual void | getProperty (char *data, char *temp, unsigned size)=0 |
| Get property method. | |
| virtual long | adjustValue (long value) |
| normalize values for scope and range. | |
| virtual unsigned | getPropertySize (void) |
| Get default size of creation if override. | |
| Property (const char *name) | |
Friends | |
| class __EXPORT | ScriptInterp |
|
|
|
|
|
normalize values for scope and range.
|
|
|
|
|
||||||||||||||||
|
Get property method. Performs var.xxx conversions.
|
|
|
Get default size of creation if override.
|
|
|
Get property into numeric value.
|
|
|
See if should be computed as property.
|
|
||||||||||||||||
|
Set property method. Performs set.xxx and init.xxx methods.
|
|
||||||||||||||||
|
Set integer property to a value.
|
|
|
|
1.4.4