tbx
0.7.5
|
Event information for when saveas dialogue has been completed. More...
#include <saveas.h>
Public Member Functions | |
SaveAsDialogueCompletedEvent (IdBlock &id_block, PollBlock &data) | |
Construct the event from Toolbox and WIMP event data. More... | |
bool | save_done () const |
Check if the dialogue was closed after a successful save. 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 | |
Event information for when saveas dialogue has been completed.
|
inline |
Construct the event from Toolbox and WIMP event data.
id_block | Toolbox IDs for this event |
data | Information returned from the WIMP for this event |
|
inline |
Check if the dialogue was closed after a successful save.
save_done true if the dialogue box was closed after a successful save. This value will also be false if a successful save by click on OK with adjust and then cancelling the dialogue box.