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


Definition at line 46 of file GridLayout.hpp.
Public Member Functions | |
| GridLayout (const Frame &frame, int rows, int columns) | |
| Constructor. | |
| virtual int | getFrameCount (void) |
| virtual Frame | getFrame (int fnum) |
| virtual Frame | getFrame (int row, int col) |
Protected Attributes | |
| std::vector< Frame > | targetList |
| List containing the frames created in this layout. | |
| int | nrows |
| Number of rows. | |
| int | ncols |
| Number of columns. | |
|
||||||||||||||||
|
Constructor.
|
|
||||||||||||
|
Definition at line 70 of file GridLayout.hpp. References targetList. |
|
|
Reimplemented from Layout. Definition at line 62 of file GridLayout.hpp. References targetList. Referenced by SeriesList::drawLegend(). |
|
|
Reimplemented from Layout. Definition at line 59 of file GridLayout.hpp. References targetList. |
|
|
Number of columns.
Definition at line 84 of file GridLayout.hpp. |
|
|
Number of rows.
Definition at line 81 of file GridLayout.hpp. |
|
|
List containing the frames created in this layout.
Definition at line 78 of file GridLayout.hpp. Referenced by getFrame(), and getFrameCount(). |
1.3.9.1