#include <CSPanel.h>
Inheritance diagram for CSPanel:
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 () |
|
Definition at line 25 of file CSPanel.h.
00025 : CSGrafikElement(0,0) {} |
|
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 } |
|
Definition at line 23 of file CSPanel.h. Referenced by layoutSetupLayout().
00023 {} |
|
Reimplemented from CSGrafikElement. Definition at line 28 of file CSPanel.h. References CLASS.
00028 {return (std::string) CLASS;} |
|
Definition at line 30 of file CSPanel.h.
00030 {return false;} |
|
Definition at line 31 of file CSPanel.h. References layoutSetupPanel().
00031 {layoutSetupPanel();} |
Here is the call graph for this function:
|
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(). |