#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 MAX_TAB_LENGTH 15 |
Referenced by AP_Dialog_Tab::buildTab().
#define SET_GATHER | ( | a, | ||
u | ||||
) |
virtual u _gather##a(void) = 0; \ virtual void _set##a( u ) = 0
typedef void(* TabSaveCallBack)(AP_Dialog_Tab *pDlg, FV_View *pView, const char *szTabStops, const char *szDflTabStop, void *closure) |