Method Class Reference
#include <Ample.h>
List of all members.
Detailed Description
Object method. Represents a single method in an object node.
Member Typedef Documentation
Member Function Documentation
Adds the specified observer to this object.
- Parameters:
-
| observer | The observer to add. |
Issues a call to this method with the specified arguments.
| unsigned int getDataVersion |
( |
void |
|
) |
const [inherited] |
- Returns:
- The current version of the internal state.
- Returns:
- The method group containing this method.
| uint16 getID |
( |
void |
|
) |
const |
- Returns:
- The ID of this object method.
| const std::string& getName |
( |
void |
|
) |
const |
- Returns:
- The name of this object method.
| const ObserverList& getObservers |
( |
void |
|
) |
const [inline, inherited] |
- Returns:
- The list of observers attached to this object.
- Parameters:
-
| index | The index of the desired parameter. |
- Returns:
- The parameter with the specified index.
| uint8 getParamCount |
( |
void |
|
) |
const |
- Returns:
- The number of parameters for this method.
| unsigned int getStructureVersion |
( |
void |
|
) |
const [inherited] |
- Returns:
- The current version of the internal structure.
Removes the specified observer from this object.
- Parameters:
-
| observer | The observer to remove. |
Removes the specified observer from this object.
- Parameters:
-
| observer | The observer to remove. |
| void setName |
( |
const std::string & |
name |
) |
|
Friends And Related Function Documentation