GnuCash 2.4.99
Defines

Period / Date Frequency Specification. More...

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

Go to the source code of this file.

Defines

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

Detailed Description

Period / Date Frequency Specification.

Author:
Copyright (C) 2001 Joshua Sled <jsled@asynchronous.org>

Definition in file FreqSpec.h.


Define 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,)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines