GG
|
#include <AdamDlg.h>
Public Attributes | |
adobe::dictionary_t | m_property_state |
adobe::dictionary_t | m_result_values |
adobe::name_t | m_terminating_action |
adobe::dictionary_t GG::AdamDialogResult::m_property_state |
The set and touched record pair that need to restore the previous state of the dialog's property (i.e. Adam) sheet. Note that this information can be round-tripped over multiple executions of HandleAdamDialog(), resulting in a new execution of the dialog with the same state as the previous execution (i.e. values are retained execution to execution).
adobe::dictionary_t GG::AdamDialogResult::m_result_values |
Contains the complete set of output values produced by this dialog. When using HandleAdamDialog(), it is assumed that there exists in the Adam model an output cell called result that will be fetched, and that result's value will be stuffed into this dictionary. Note that this implies that the result cell itself is a dictionary of values.
adobe::name_t GG::AdamDialogResult::m_terminating_action |