NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
AliasView Struct Reference

GUI data wrapping an Alias. More...

#include "gui.h"

+ Collaboration diagram for AliasView:

Data Fields

int num
 Index number in list.
 
int orig_seq
 Sequence in alias config file.
 
bool is_searched: 1
 Alias has been searched.
 
bool is_matched: 1
 Search matches this Alias.
 
bool is_tagged: 1
 Is it tagged?
 
bool is_deleted: 1
 Is it deleted?
 
bool is_visible: 1
 Is visible?
 
struct Aliasalias
 Alias.
 

Detailed Description

GUI data wrapping an Alias.

Definition at line 37 of file gui.h.

Field Documentation

◆ num

int AliasView::num

Index number in list.

Definition at line 39 of file gui.h.

◆ orig_seq

int AliasView::orig_seq

Sequence in alias config file.

Definition at line 40 of file gui.h.

◆ is_searched

bool AliasView::is_searched

Alias has been searched.

Definition at line 41 of file gui.h.

◆ is_matched

bool AliasView::is_matched

Search matches this Alias.

Definition at line 42 of file gui.h.

◆ is_tagged

bool AliasView::is_tagged

Is it tagged?

Definition at line 43 of file gui.h.

◆ is_deleted

bool AliasView::is_deleted

Is it deleted?

Definition at line 44 of file gui.h.

◆ is_visible

bool AliasView::is_visible

Is visible?

Definition at line 45 of file gui.h.

◆ alias

struct Alias* AliasView::alias

Alias.

Definition at line 46 of file gui.h.


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