StuBS
Title Class Reference

#include <user/graphics/title.h>

Inheritance diagram for Title:
[legend]
Collaboration diagram for Title:
[legend]

Public Member Functions

 Title (const Color &color=Color(0x33, 0x88, 0xcc))
 
void print (const Point &p=Point(230, 10))
 

Protected Attributes

Color color
 
Fontfont
 
char buffer [BUFFER_LEN]
 
int len
 

Static Protected Attributes

static const size_t BUFFER_LEN = 1024
 

Constructor & Destructor Documentation

◆ Title()

Title::Title ( const Color color = Color(0x33, 0x88, 0xcc))
explicit

Member Function Documentation

◆ print()

void Title::print ( const Point p = Point(230, 10))

Member Data Documentation

◆ BUFFER_LEN

const size_t Title::BUFFER_LEN = 1024
staticprotected

◆ color

Color Title::color
protected

◆ font

Font* Title::font
protected

◆ buffer

char Title::buffer[BUFFER_LEN]
protected

◆ len

int Title::len
protected

The documentation for this class was generated from the following files: