Classes | Defines | Typedefs

ap_Dialog_Tab.h File Reference

#include "xap_Frame.h"
#include "xap_Dialog.h"
#include "xav_View.h"
#include "ut_units.h"
#include "fl_BlockLayout.h"

Go to the source code of this file.

Classes

class  AP_Dialog_Tab

Defines

#define MAX_TAB_LENGTH   15
#define SET_GATHER(a, u)

Typedefs

typedef void(* TabSaveCallBack )(AP_Dialog_Tab *pDlg, FV_View *pView, const char *szTabStops, const char *szDflTabStop, void *closure)

Define Documentation

#define MAX_TAB_LENGTH   15

Referenced by AP_Dialog_Tab::buildTab().

#define SET_GATHER (   a,
  u 
)
Value:
virtual u _gather##a(void) = 0; \
                        virtual void    _set##a( u ) = 0

Typedef Documentation

typedef void(* TabSaveCallBack)(AP_Dialog_Tab *pDlg, FV_View *pView, const char *szTabStops, const char *szDflTabStop, void *closure)