Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
spdtElement Class Reference
#include <spdtelement.h>
Inheritance diagram for spdtElement:
List of all members.
Detailed Description
- Author:
- Sven Broenstrup
Member Function Documentation
|
Get the content object of actual Element. - Returns:
- Pointer to content object.
|
spdtElement* spdtElement::getNext |
( |
|
) |
|
|
|
Get the next Element of actual Element. - Returns:
- Pointer to next Element.
|
spdtElement* spdtElement::getPrev |
( |
|
) |
|
|
|
Get the next Element of actual Element. - Returns:
- Pointer to next Element.
|
void spdtElement::setContent |
( |
sptkObject * |
newElement |
) |
|
|
|
Set the content object of actual Element. - Parameters:
-
newElement | Pointer to content object. |
|
void spdtElement::setNext |
( |
spdtElement * |
newElement |
) |
|
|
|
Set the next Element of actual Element. - Parameters:
-
newElement | Pointer to next Element. |
|
void spdtElement::setPrev |
( |
spdtElement * |
newElement |
) |
|
|
|
Set the previous Element of actual Element. - Parameters:
-
newElement | Pointer to previous Element. |
|
The documentation for this class was generated from the following file: