Data to pass to the Autocrypt Functions. More...
#include "autocrypt_data.h"
Collaboration diagram for AutocryptData:Data Fields | |
| bool | done |
| Should we close the Dialog? | |
| struct Menu * | menu |
| Autocrypt Menu. | |
| struct AccountEntryArray | entries |
| Account Entries. | |
Data to pass to the Autocrypt Functions.
Definition at line 34 of file autocrypt_data.h.
| bool AutocryptData::done |
Should we close the Dialog?
Definition at line 36 of file autocrypt_data.h.
| struct Menu* AutocryptData::menu |
Autocrypt Menu.
Definition at line 37 of file autocrypt_data.h.
| struct AccountEntryArray AutocryptData::entries |
Account Entries.
Definition at line 38 of file autocrypt_data.h.