Claypool

Courses

Publications

Students

Projects

Service

Downloads

Misc


Dragonfly: Frame Class Reference
Dragonfly 2.2
A text-based game engine
Public Member Functions | Protected Attributes

Frame Class Reference

List of all members.

Public Member Functions

 ~Frame ()
 Create an empty frame.
 Frame (int new_width, int new_height, string frame_str)
 Create a frame of the indicated width and height with the string.
int getWidth ()
void setWidth (int new_width)
int getHeight ()
void setHeight (int new_height)
string getString ()
void setFrame (string new_frame_str)

Protected Attributes

int width
 Width of frame.
int height
 Height of frame.
string frame_str
 All frame characters stored as a string.

The documentation for this class was generated from the following file:
 All Classes Functions Variables Friends