Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
sptkPane Class Reference
#include <sptkpane.h>
Inheritance diagram for sptkPane:
List of all members.
Detailed Description
- Author:
- Sven Broenstrup
Member Function Documentation
void sptkPane::addGadget |
( |
sptkGadget * |
newGadget |
) |
|
|
|
Add a sptkGadget to the actual Container. - Parameters:
-
|
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: