Empirical
|
#include <d3_init.h>
Public Member Functions | |
int | GetID () const |
void | Log () const |
Protected Member Functions | |
D3_Base () | |
Default constructor - adds placeholder to js.objects array in Javascript. More... | |
D3_Base (int id) | |
D3_Base (const D3_Base &other) | |
D3_Base & | operator= (const D3_Base &other) |
~D3_Base () | |
Protected Attributes | |
int | id |
A base object that all D3 objects inherit from. Handles storing the object in Javascript You probably don't want to instantiate this directly
|
inlineprotected |
Default constructor - adds placeholder to js.objects array in Javascript.
|
inlineprotected |
Construct an object pointing to a pre-determined location in js.objects. Warning: This trusts that you know what you're doing in choosing an id.
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
protected |