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

sptkBar Class Reference

#include <sptkbar.h>

Inheritance diagram for sptkBar:

sptkObject sptkMenuBar sptkStatusBar sptkToolBar List of all members.

Public Member Functions

virtual void draw ()
void setPane (sptkGadget *pane)
sptkGadgetgetPane ()
void setHandler (sptkEventHandler *handler)
sptkEventHandlergetHandler ()

Protected Attributes

sptkEventHandlerhandler
sptkGadgetpane

Detailed Description

Author:
Sven Broenstrup


Member Function Documentation

virtual void sptkBar::draw   [virtual]
 

Draw function of the Bar

sptkEventHandler* sptkBar::getHandler  
 

WARNING: For internal use only!

sptkGadget* sptkBar::getPane  
 

Get the Pane the Bar is on

Returns:
The Pane the Bar is put on.

void sptkBar::setHandler sptkEventHandler   handler
 

WARNING: For internal use only!

void sptkBar::setPane sptkGadget   pane
 

Set the Pane the Bar is to put on, prefered would be a root pane

Parameters:
pane The Pane the Bar is to put on.


Member Data Documentation

sptkEventHandler* sptkBar::handler [protected]
 

The Eventhandler of the Bar.

sptkGadget* sptkBar::pane [protected]
 

The Pane the Bar is put on


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