#include <Layout.hpp>
Inheritance diagram for Layout:


It is overloaded to partition the space in a frame in several different ways.
Definition at line 45 of file Layout.hpp.
Public Member Functions | |
| Layout (const Frame &frame) | |
| Constructor. | |
| virtual int | getFrameCount (void) |
| virtual Frame | getFrame (int fnum) |
| virtual Frame | getParentFrame (void) |
Protected Attributes | |
| Frame | target |
| The frame from which nre frames are created in this layout. | |
|
|
Constructor.
Definition at line 54 of file Layout.hpp. |
|
|
Reimplemented in BorderLayout, GridLayout, HLayout, and VLayout. Definition at line 67 of file Layout.hpp. |
|
|
Reimplemented in BorderLayout, GridLayout, HLayout, and VLayout. Definition at line 60 of file Layout.hpp. |
|
|
Definition at line 74 of file Layout.hpp. |
|
|
The frame from which nre frames are created in this layout.
Definition at line 80 of file Layout.hpp. |
1.3.9.1