tbx
0.7.5
|
The dialog box associated with the setup button is about to be shown event. More...
#include <printdbox.h>
Public Types | |
enum | ShowType { SHOW_DEFAULT = 0, SHOW_FULL_SPEC = 1, SHOW_TOP_LEFT = 2 } |
Enumeration describing how the setup box is about to be shown. More... | |
Public Member Functions | |
PrintDboxSetupAboutToBeShownEvent (IdBlock &id_block, PollBlock &data) | |
Construct setup about to be shown event from Toolbox and WIMP information. More... | |
Window | setup_window () const |
Setup window that is about to be shown. | |
ShowType | show_type () const |
Get how the setup windows was shown. More... | |
Point & | top_left () const |
Get top left coordinate of where the window will be shown. More... | |
Point & | top_left () |
Get reference to top left coordinate so it can be changed in the event. More... | |
ShowFullSpec & | full_spec () |
Get reference to the full specification for the show so it can be modified. More... | |
![]() | |
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 | |
The dialog box associated with the setup button is about to be shown event.
|
inline |
Construct setup about to be shown event from Toolbox and WIMP information.
id_block | Toolbox information |
data | WIMP event information |
|
inline |
Get reference to the full specification for the show so it can be modified.
|
inline |
Get how the setup windows was shown.
|
inline |
Get top left coordinate of where the window will be shown.
|
inline |
Get reference to top left coordinate so it can be changed in the event.