Main Page | Namespace List | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

CSPanel Class Reference

#include <CSPanel.h>

Inheritance diagram for CSPanel:

CSGrafikElement CSMessageDispatchable CSMessageListener

Public Member Functions

 CSPanel ()
 CSPanel (int w, int h)
virtual std::string getType ()
virtual bool isFocusable ()
virtual void layoutSetupLayout ()

Static Public Attributes

const char * CLASS = "CSPanel"
 static element, name of this class (introsepection)


Protected Member Functions

void layoutSetupPanel ()

Constructor & Destructor Documentation

CSPanel::CSPanel  )  [inline]
 

Definition at line 25 of file CSPanel.h.

00025 : CSGrafikElement(0,0) {}

CSPanel::CSPanel int  w,
int  h
 

Definition at line 11 of file CSPanel.cpp.

References LOG_ENTER, and LOG_EXIT.

00011                              : CSGrafikElement(w, h)
00012 {
00013     static char *functionName="CSPanel";
00014     LOG_ENTER 
00015     LOG_EXIT
00016 }


Member Function Documentation

void CSPanel::layoutSetupPanel  )  [inline, protected]
 

Definition at line 23 of file CSPanel.h.

Referenced by layoutSetupLayout().

00023 {}

virtual std::string CSPanel::getType  )  [inline, virtual]
 

Reimplemented from CSGrafikElement.

Definition at line 28 of file CSPanel.h.

References CLASS.

00028 {return (std::string) CLASS;}

virtual bool CSPanel::isFocusable  )  [inline, virtual]
 

Definition at line 30 of file CSPanel.h.

00030 {return false;}

virtual void CSPanel::layoutSetupLayout  )  [inline, virtual]
 

Definition at line 31 of file CSPanel.h.

References layoutSetupPanel().

00031 {layoutSetupPanel();}

Here is the call graph for this function:


Field Documentation

const char * CSPanel::CLASS = "CSPanel" [static]
 

static element, name of this class (introsepection)

Reimplemented from CSGrafikElement.

Definition at line 9 of file CSPanel.cpp.

Referenced by CSLAF::getAreaInternal(), CSLAF::getBackgroundColorDisabledInternal(), CSLAF::getBackgroundColorEnabledInternal(), CSLAF::getBorderInternal(), CSLAF::getTextColorDisabledInternal(), CSLAF::getTextColorEnabledInternal(), and getType().


Generated on Wed Jul 14 00:44:56 2004 for CSLib by doxygen 1.3.6