#include <CSArea.h>
Inheritance diagram for CSRoundedArea:
Public Member Functions | |
virtual std::string | getType () |
CSRoundedArea () | |
virtual void | paint (SDL_Surface *destination, SDL_Rect *parentViewport) |
void | setCorner (int corner) |
Static Public Attributes | |
const char * | CLASS = "CSRoundedArea" |
Protected Attributes | |
int | mCorner |
|
Definition at line 46 of file CSArea.cpp. References LOG_ENTER, LOG_EXIT, and mCorner.
|
|
Reimplemented from CSArea. Definition at line 42 of file CSArea.h. References CLASS.
00042 {return (std::string) CLASS;} |
|
Reimplemented from CSArea. Definition at line 54 of file CSArea.cpp. References SDLMain::DrawRoundRectFill(), and mCorner.
00055 { 00056 static char *functionName="paint"; 00057 SDLMain::DrawRoundRectFill(destination, area->x, area->y, area->w, area->h, mColor, mCorner); 00058 } |
Here is the call graph for this function:
|
Definition at line 45 of file CSArea.h. References mCorner. Referenced by CSLAF::getAreaInternal().
00045 {mCorner = corner;} |
|
Definition at line 38 of file CSArea.h. Referenced by CSRoundedArea(), paint(), and setCorner(). |
|
Reimplemented from CSArea. Definition at line 12 of file CSArea.cpp. Referenced by getType(). |