Data to pass to the Pattern Functions. More...
#include "pattern_data.h"
Collaboration diagram for PatternData:Data Fields | |
| bool | done |
| Should we close the Dialog? | |
| bool | selection |
| Was a selection made? | |
| struct Buffer * | buf |
| Buffer for the results. | |
| struct Menu * | menu |
| Pattern Menu. | |
| struct PatternEntryArray | entries |
| Patterns for the Menu. | |
Data to pass to the Pattern Functions.
Definition at line 46 of file pattern_data.h.
| bool PatternData::done |
Should we close the Dialog?
Definition at line 48 of file pattern_data.h.
| bool PatternData::selection |
Was a selection made?
Definition at line 49 of file pattern_data.h.
| struct Buffer* PatternData::buf |
Buffer for the results.
Definition at line 50 of file pattern_data.h.
| struct Menu* PatternData::menu |
Definition at line 51 of file pattern_data.h.
| struct PatternEntryArray PatternData::entries |
Patterns for the Menu.
Definition at line 52 of file pattern_data.h.