Aegis  4.25.D505
Defines | Enumerations | Functions
/home/archives/aegis/branch.4/branch.25/delta28933.505/libaegis/view_path.h File Reference

Go to the source code of this file.

Defines

#define view_path_MAX   4

Enumerations

enum  view_path_ty { view_path_first, view_path_none, view_path_simple, view_path_extreme }

Functions

const char * view_path_ename (view_path_ty)

Define Documentation

#define view_path_MAX   4

Definition at line 61 of file view_path.h.


Enumeration Type Documentation

If you add to this enum, make sure you extend project::file_list and change::file_list

Enumerator:
view_path_first 

Only use the first element of the view path. Transparent and removed files will be reported.

view_path_none 

Walk down the search list looking for files, unioning all of the file lists together. Transparent and removed file will be reported. The "none" is somewhat of a misnomer - it means no transparency processing is done, rather than no view path.

view_path_simple 

Apply the transparency when searching for files, but return removed files when you see them.

view_path_extreme 

Apply the transparency when searching for files, and also omit any mention of removed files.

Definition at line 28 of file view_path.h.


Function Documentation

const char* view_path_ename ( view_path_ty  )

The view_path_ename function may be used to obtain a human readable string equivalent of a view_path_ty value.