![]() |
SLProject 4.0.000
|
Base class for all other classes. More...
#include <SLObject.h>
Public Member Functions | |
| SLObject (const SLstring &Name="", const SLstring &url="") | |
| virtual | ~SLObject () |
| void | name (const SLstring &Name) |
| void | url (const SLstring &url) |
| const SLstring & | name () const |
| const SLstring & | url () const |
Protected Attributes | |
| SLstring | _name |
| name of an object More... | |
| SLstring | _url |
| uniform resource locator More... | |
Base class for all other classes.
The SLObject class serves as root3D class for other classes and provides for the moment only a string with the name. It could be extended for object i/o (serialization) or reference counting.
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
name of an object
|
protected |
uniform resource locator