libaegis/view_path.h File Reference

#include <common/main.h>

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 62 of file view_path.h.


Enumeration Type Documentation

If you add to this enum, make sure you extend project_ty::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 then 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 29 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.


Generated on Wed Mar 12 23:37:38 2008 for Aegis by  doxygen 1.5.5