NeoMutt  2024-11-14-34-g5aaf0d
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PatternData Struct Reference

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 Bufferbuf
 Buffer for the results.
 
struct Menumenu
 Pattern Menu.
 
struct PatternEntryArray entries
 Patterns for the Menu.
 

Detailed Description

Data to pass to the Pattern Functions.

Definition at line 46 of file pattern_data.h.

Field Documentation

◆ done

bool PatternData::done

Should we close the Dialog?

Definition at line 48 of file pattern_data.h.

◆ selection

bool PatternData::selection

Was a selection made?

Definition at line 49 of file pattern_data.h.

◆ buf

struct Buffer* PatternData::buf

Buffer for the results.

Definition at line 50 of file pattern_data.h.

◆ menu

struct Menu* PatternData::menu

Pattern Menu.

Definition at line 51 of file pattern_data.h.

◆ entries

struct PatternEntryArray PatternData::entries

Patterns for the Menu.

Definition at line 52 of file pattern_data.h.


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