NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
PatternData Struct Reference

Data to pass to the Pattern Functions. More...

#include "functions.h"

+ Collaboration diagram for PatternData:

Data Fields

bool done
 Should we close the Dialog? More...
 
bool selection
 Was a selection made? More...
 
char * buf
 Buffer for the results. More...
 
size_t buflen
 Length of the results buffer. More...
 
struct Menumenu
 Pattern Menu. More...
 

Detailed Description

Data to pass to the Pattern Functions.

Definition at line 34 of file functions.h.

Field Documentation

◆ done

bool PatternData::done

Should we close the Dialog?

Definition at line 36 of file functions.h.

◆ selection

bool PatternData::selection

Was a selection made?

Definition at line 37 of file functions.h.

◆ buf

char* PatternData::buf

Buffer for the results.

Definition at line 38 of file functions.h.

◆ buflen

size_t PatternData::buflen

Length of the results buffer.

Definition at line 39 of file functions.h.

◆ menu

struct Menu* PatternData::menu

Pattern Menu.

Definition at line 40 of file functions.h.


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