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

sptkPane Class Reference

#include <sptkpane.h>

Inheritance diagram for sptkPane:

sptkGadget sptkObject sptkBevelPane sptkLinkPane sptkListPane sptkRootPane sptkTablePane sptkTabPane sptkTextPane List of all members.

Public Member Functions

 sptkPane (sptkGadget *newGadget, int flags=0, int colspan=1, int rowspan=1)
void addGadget (sptkGadget *newGadget)
int getColSpan ()
void setColSpan (int colspan)
int getRowSpan ()
void setRowSpan (int rowspan)
void draw ()

Protected Attributes

int colspan
int rowspan

Detailed Description

Author:
Sven Broenstrup


Member Function Documentation

void sptkPane::addGadget sptkGadget   newGadget
 

Add a sptkGadget to the actual Container.

Parameters:
newGadget pointer to the sptkGadget to add.

void sptkPane::draw   [virtual]
 

Get the flagbits (as defined in include) set in the actual container.

Returns:
Flagbits set in container.

Reimplemented from sptkGadget.

int sptkPane::getColSpan  
 

Get the numbers of columns the container spans over.

Returns:
Number of columns.

int sptkPane::getRowSpan  
 

Get the numbers of rows the container spans over.

Returns:
Number of columns.

void sptkPane::setColSpan int    colspan
 

Set the numbers of columns the container spans over.

Parameters:
colspan Number of columns, default=1.

void sptkPane::setRowSpan int    rowspan
 

Set the numbers of rows the container spans over.

Parameters:
rowspan Number of rows, default=1.


Member Data Documentation

int sptkPane::colspan [protected]
 

For Panes in Tables: Number of Columns to span Pane over

int sptkPane::rowspan [protected]
 

For Panes in Tables: Number of Rows to span Pane over


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