FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Classes | Macros | Typedefs | Functions
adsdlg.h File Reference
#include "..\_impl_include\GeneratedCommonHeader.h"

Go to the source code of this file.

Classes

struct  ads_callback_packet
 

Macros

#define CLIENTFUNC   void *
 
#define CALLB
 
#define LIST_CHANGE   ((short) 1)
 
#define LIST_APPEND   ((short) 2)
 
#define LIST_NEW   ((short) 3)
 

Typedefs

typedef voidads_hdlg
 
typedef voidads_htile
 

Functions

ARX_API int ads_get_tile (ads_hdlg, const ACHAR *, ACHAR *, int)
 
ARX_API int ads_set_tile (ads_hdlg, const ACHAR *, const ACHAR *)
 
ARX_API int ads_dimensions_tile (ads_hdlg, const ACHAR *, short *, short *)
 
ARX_API int ads_start_image (ads_hdlg, const ACHAR *)
 
ARX_API int ads_mode_tile (ads_hdlg, const ACHAR *, short)
 
ARX_API int ads_action_tile (ads_hdlg, const ACHAR *, CLIENTFUNC)
 
ARX_API int ads_get_attr_string (ads_htile, ACHAR *, ACHAR *, int)
 
ARX_API int ads_done_dialog (ads_hdlg, int)
 
ARX_API int ads_done_positioned_dialog (ads_hdlg, int, int *, int *)
 
ARX_API int ads_start_list (ads_hdlg, const ACHAR *, short, short)
 
ARX_API int ads_add_list (const ACHAR *)
 
ARX_API int ads_slide_image (short, short, short, short, const ACHAR *)
 
ARX_API int ads_load_dialog (const ACHAR *, int *)
 
ARX_API int ads_new_dialog (const ACHAR *, int, CLIENTFUNC, ads_hdlg *)
 
ARX_API int ads_new_positioned_dialog (const ACHAR *, int, CLIENTFUNC, int, int, ads_hdlg *)
 
ARX_API int ads_start_dialog (ads_hdlg, int *)
 
ARX_API int ads_term_dialog ()
 
ARX_API int ads_unload_dialog (int)
 
ARX_API int ads_fill_image (short, short, short, short, short)
 
ARX_API int ads_vector_image (short, short, short, short, short)
 

Macro Definition Documentation

◆ CALLB

#define CALLB

Definition at line 41 of file adsdlg.h.

◆ CLIENTFUNC

#define CLIENTFUNC   void *

Definition at line 38 of file adsdlg.h.

◆ LIST_APPEND

#define LIST_APPEND   ((short) 2)

Definition at line 44 of file adsdlg.h.

◆ LIST_CHANGE

#define LIST_CHANGE   ((short) 1)

Definition at line 43 of file adsdlg.h.

◆ LIST_NEW

#define LIST_NEW   ((short) 3)

Definition at line 45 of file adsdlg.h.

Typedef Documentation

◆ ads_hdlg

Definition at line 21 of file adsdlg.h.

◆ ads_htile

Definition at line 22 of file adsdlg.h.

Function Documentation

◆ ads_action_tile()

ARX_API int ads_action_tile ( ads_hdlg ,
const ACHAR * ,
CLIENTFUNC  )

◆ ads_add_list()

ARX_API int ads_add_list ( const ACHAR * )

◆ ads_dimensions_tile()

ARX_API int ads_dimensions_tile ( ads_hdlg ,
const ACHAR * ,
short * ,
short *  )

◆ ads_done_dialog()

ARX_API int ads_done_dialog ( ads_hdlg ,
int  )

◆ ads_done_positioned_dialog()

ARX_API int ads_done_positioned_dialog ( ads_hdlg ,
int ,
int * ,
int *  )

◆ ads_fill_image()

ARX_API int ads_fill_image ( short ,
short ,
short ,
short ,
short  )

◆ ads_get_attr_string()

ARX_API int ads_get_attr_string ( ads_htile ,
ACHAR * ,
ACHAR * ,
int  )

◆ ads_get_tile()

ARX_API int ads_get_tile ( ads_hdlg ,
const ACHAR * ,
ACHAR * ,
int  )

◆ ads_load_dialog()

ARX_API int ads_load_dialog ( const ACHAR * ,
int *  )

◆ ads_mode_tile()

ARX_API int ads_mode_tile ( ads_hdlg ,
const ACHAR * ,
short  )

◆ ads_new_dialog()

ARX_API int ads_new_dialog ( const ACHAR * ,
int ,
CLIENTFUNC ,
ads_hdlg *  )

◆ ads_new_positioned_dialog()

ARX_API int ads_new_positioned_dialog ( const ACHAR * ,
int ,
CLIENTFUNC ,
int ,
int ,
ads_hdlg *  )

◆ ads_set_tile()

ARX_API int ads_set_tile ( ads_hdlg ,
const ACHAR * ,
const ACHAR *  )

◆ ads_slide_image()

ARX_API int ads_slide_image ( short ,
short ,
short ,
short ,
const ACHAR *  )

◆ ads_start_dialog()

ARX_API int ads_start_dialog ( ads_hdlg ,
int *  )

◆ ads_start_image()

ARX_API int ads_start_image ( ads_hdlg ,
const ACHAR *  )

◆ ads_start_list()

ARX_API int ads_start_list ( ads_hdlg ,
const ACHAR * ,
short ,
short  )

◆ ads_term_dialog()

ARX_API int ads_term_dialog ( )

◆ ads_unload_dialog()

ARX_API int ads_unload_dialog ( int )

◆ ads_vector_image()

ARX_API int ads_vector_image ( short ,
short ,
short ,
short ,
short  )