Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

sptkListPane Class Reference

#include <sptklistpane.h>

Inheritance diagram for sptkListPane:

sptkPane sptkGadget sptkObject List of all members.

Public Member Functions

void add (sptkGadget *content)
void setElements (spdtList *elements)
spdtListgetElements ()

Detailed Description

Author:
Sven Broenstrup


Member Function Documentation

void sptkListPane::add sptkGadget   content
 

Add a new item to list.

Parameters:
content Content to be used in new item.

spdtList* sptkListPane::getElements  
 

Get the elements of list. Only usefull for debugging and usage in assossiation with spdtElementGadget::setElements.

Returns:
Pointer to elements of list. Use with attention.

void sptkListPane::setElements spdtList   elements
 

Set the elements of list. Caution using this with other data than returned by spdtElementGadget::getElements. Intenal Format used that my change in future.

Parameters:
elements Pointer to elements of list. Caution using this with other data than returned by spdtElementGadget::getElements. Intenal Format used that my change in future.


The documentation for this class was generated from the following file:
Powered by SPOM