Quad Pang
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
TimeDisplay Class Reference

A Time Display is expirable StrokeDisplay. More...

#include <TextDisplay.h>

Inheritance diagram for TimeDisplay:
StrokeDisplay Lifetime StrokeDisplay Lifetime TextDisplay TextDisplay TextDisplay TextDisplay

List of all members.

Public Member Functions

 TimeDisplay (int cols, int rows, int fontSize, bool bg, int expTime)
 TimeDisplay (int cols, int rows, int fontSize, bool bg, int expTime)

Detailed Description

A Time Display is expirable StrokeDisplay.

Definition at line 71 of file TextDisplay.h.


Constructor & Destructor Documentation

TimeDisplay::TimeDisplay ( int  cols,
int  rows,
int  fontSize,
bool  bg,
int  expTime 
) [inline]

Definition at line 76 of file TextDisplay.h.

        : StrokeDisplay(cols, rows, fontSize, bg, true)
        , Lifetime(expTime) {}
TimeDisplay::TimeDisplay ( int  cols,
int  rows,
int  fontSize,
bool  bg,
int  expTime 
) [inline]

Definition at line 76 of file TextDisplay.h.

        : StrokeDisplay(cols, rows, fontSize, bg, true)
        , Lifetime(expTime) {}

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