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


example11.cpp, and example13.cpp.
Definition at line 45 of file BorderLayout.hpp.
Public Member Functions | |
| BorderLayout (const Frame &frame, double marginSize) | |
| Constructor. | |
| BorderLayout (const Frame &frame, double xMarginSize, double yMarginSize) | |
| Constructor. | |
| BorderLayout (const Frame &frame, double leftMargin, double topMargin, double rightMargin, double bottomMargin) | |
| Constructor. | |
| virtual int | getFrameCount (void) |
| virtual Frame | getFrame (int fnum) |
Protected Attributes | |
| std::vector< Frame > | targetList |
| List containing the frames created in this layout. | |
|
||||||||||||
|
Constructor.
|
|
||||||||||||||||
|
Constructor.
|
|
||||||||||||||||||||||||
|
Constructor.
|
|
|
Reimplemented from Layout. Definition at line 81 of file BorderLayout.hpp. References targetList. |
|
|
Reimplemented from Layout. Definition at line 78 of file BorderLayout.hpp. |
|
|
List containing the frames created in this layout.
Definition at line 87 of file BorderLayout.hpp. Referenced by getFrame(). |
1.3.9.1