NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
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?
 
bool selection
 Was a selection made?
 
char * buf
 Buffer for the results.
 
size_t buflen
 Length of the results buffer.
 
struct Menumenu
 Pattern Menu.
 

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: