tbx  0.7.3
Public Member Functions | List of all members
tbx::SaveAsDialogueCompletedEvent Class Reference

Event information for when saveas dialogue has been completed. More...

#include <saveas.h>

Inheritance diagram for tbx::SaveAsDialogueCompletedEvent:
tbx::EventInfo

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...
 
- Public Member Functions inherited from tbx::EventInfo
 EventInfo (const IdBlock &id_block, PollBlock &data)
 Contruct the event information from the id_block and data update by the toolbox.
 
const IdBlockid_block () const
 IdBlock for the current event. More...
 

Additional Inherited Members

- Protected Attributes inherited from tbx::EventInfo
PollBlock_data
 raw data from the event
 

Detailed Description

Event information for when saveas dialogue has been completed.

Constructor & Destructor Documentation

tbx::SaveAsDialogueCompletedEvent::SaveAsDialogueCompletedEvent ( IdBlock id_block,
PollBlock data 
)
inline

Construct the event from Toolbox and WIMP event data.

Parameters
id_blockToolbox IDs for this event
dataInformation returned from the WIMP for this event

Member Function Documentation

bool tbx::SaveAsDialogueCompletedEvent::save_done ( ) const
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.


The documentation for this class was generated from the following file: