![]()  | 
  
    Dragonfly 2.2 
   A text-based game engine 
   | 
 
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.  | |
 1.7.3