API Documentation
|
Provides a way to iterate over a series of widgets, useful for printing dialogs or turning Widgets into reports or PDF files. More...
#include <WidgetIterator.h>
Public Member Functions | |
virtual QWidget * | getReport (uint04 report_index) const |
QSize | preferredSize () const |
uint04 | reportCount () const |
virtual void | setCustomReport (uint04 index, QWidget *widget) |
WidgetIterator () | |
WidgetIterator (const Buffer< QWidget * > &objects_to_report) | |
virtual | ~WidgetIterator () |
Protected Attributes | |
QSize | m_prefered_size |
Buffer< QWidget * > | m_widgets |
Provides a way to iterate over a series of widgets, useful for printing dialogs or turning Widgets into reports or PDF files.
WidgetIterator | ( | ) |
WidgetIterator | ( | const Buffer< QWidget * > & | objects_to_report | ) |
|
inlinevirtual |
|
virtual |
Reimplemented in ReportIterator.
QSize preferredSize | ( | ) | const |
uint04 reportCount | ( | ) | const |
|
virtual |
|
protected |
|
protected |