tbx
0.7.5
|
Print button has been pressed event. More...
#include <printdbox.h>
Public Member Functions | |
PrintDboxPrintEvent (IdBlock &id_block, PollBlock &data) | |
Construct the PrintDboxEvent from the information returned by the Toolbox/WIMP. More... | |
bool | sideways () const |
true if orientation was set to sideway, false for upright | |
int | start () const |
Start page or -1 for all. | |
int | end () const |
End page. | |
int | copies () const |
Number of copies. | |
int | scale () const |
Scale percentage. | |
![]() | |
EventInfo (const IdBlock &id_block, PollBlock &data) | |
Contruct the event information from the id_block and data update by the toolbox. | |
const IdBlock & | id_block () const |
IdBlock for the current event. More... | |
Additional Inherited Members | |
![]() | |
PollBlock & | _data |
raw data from the event | |
Print button has been pressed event.
Construct the PrintDboxEvent from the information returned by the Toolbox/WIMP.
id_block | information on Toolbox objects affected |
data | WIMP information on the event |