GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros

Period / Date Frequency Specification. More...

#include "gnc-engine.h"
#include <glib.h>
#include "qof.h"

Go to the source code of this file.

Macros

#define ENUM_LIST_TYPE(_)
 
#define ENUM_LIST_UI(_)
 

Detailed Description

Period / Date Frequency Specification.

Author
Copyright (C) 2001 Joshua Sled jsled.nosp@m.@asy.nosp@m.nchro.nosp@m.nous.nosp@m..org

Definition in file FreqSpec.h.

Macro Definition Documentation

#define ENUM_LIST_UI (   _)
Value:
_(UIFREQ_NONE,) \
_(UIFREQ_ONCE,) \
_(UIFREQ_DAILY,) \
_(UIFREQ_DAILY_MF,) \
_(UIFREQ_WEEKLY,) \
_(UIFREQ_BI_WEEKLY,) \
_(UIFREQ_SEMI_MONTHLY,) \
_(UIFREQ_MONTHLY,) \
_(UIFREQ_QUARTERLY,) \
_(UIFREQ_TRI_ANUALLY,) \
_(UIFREQ_SEMI_YEARLY,) \
_(UIFREQ_YEARLY,) \
_(UIFREQ_NUM_UI_FREQSPECS,)