Foxit PDF SDK  9.1
FSDialogDescriptionConfig Class Reference
Inheritance diagram for FSDialogDescriptionConfig:

Instance Methods

(void) - dealloc
 
(void *) - getCptr
 
(id) - init
 Constructor.
More...
 
(id) - initWithCptr:swigOwnCObject:
 
(id) - initWithDlg_des_config:
 Constructor, with another dialog description config object.
More...
 
(id) - initWithName:first_tab:width:height:char_width:char_height:align_children:element_array:
 Constructor, with parameters.
More...
 
(void) - set:first_tab:width:height:char_width:char_height:align_children:element_array:
 Set values.
More...
 

Protected Attributes

BOOL swigCMemOwn
 
void * swigCPtr
 

Properties

NSString * align_children
 The alignment for all descendants.
More...
 
int char_height
 The height of the dialog box in characters.
More...
 
int char_width
 The width of the dialog box in characters.
More...
 
FSDialogDescriptionElementArrayelement_array
 An array of dialog description element array object.
More...
 
NSString * first_tab
 An ItemID for the dialog box item that should be first in the tab order.
More...
 
int height
 The height of the dialog box in pixels.
More...
 
NSString * name
 The title bar of the dialog box.
More...
 
int width
 The width of the dialog box in pixels.
More...
 

Detailed Description

This class represents dialog config.

Method Documentation

◆ dealloc

- (void) dealloc

◆ getCptr

- (void*) getCptr

◆ init

- (id) init

Constructor.

◆ initWithCptr:swigOwnCObject:

- (id) initWithCptr: (void *)  cptr
swigOwnCObject: (BOOL)  ownCObject 

◆ initWithDlg_des_config:

- (id) initWithDlg_des_config: (FSDialogDescriptionConfig*)  dlg_des_config

Constructor, with another dialog description config object.

Parameters
[in]dlg_des_configAnother dialog description config object.

◆ initWithName:first_tab:width:height:char_width:char_height:align_children:element_array:

- (id) initWithName: (NSString *)  name
first_tab: (NSString *)  first_tab
width: (int)  width
height: (int)  height
char_width: (int)  char_width
char_height: (int)  char_height
align_children: (NSString *)  align_children
element_array: (FSDialogDescriptionElementArray*)  element_array 

Constructor, with parameters.

Parameters
[in]nameThe title bar of the dialog box.
[in]first_tabAn ItemID for the dialog box item that should be first in the tab order.
[in]widthThe width of the dialog box in pixels.
[in]heightThe height of the dialog box in pixels.
[in]char_widthThe width of the dialog box in characters.
[in]char_heightThe height of the dialog box in characters.
[in]align_childrenThe alignment for all descendants.
[in]element_arrayAn array of dialog description element array object.

◆ set:first_tab:width:height:char_width:char_height:align_children:element_array:

- (void) set: (NSString *)  name
first_tab: (NSString *)  first_tab
width: (int)  width
height: (int)  height
char_width: (int)  char_width
char_height: (int)  char_height
align_children: (NSString *)  align_children
element_array: (FSDialogDescriptionElementArray*)  element_array 

Set values.

Parameters
[in]nameThe title bar of the dialog box.
[in]first_tabAn ItemID for the dialog box item that should be first in the tab order.
[in]widthThe width of the dialog box in pixels.
[in]heightThe height of the dialog box in pixels.
[in]char_widthThe width of the dialog box in characters.
[in]char_heightThe height of the dialog box in characters.
[in]align_childrenThe alignment for all descendants.
[in]element_arrayAn array of dialog description element array object.
Returns
None.

Member Data Documentation

◆ swigCMemOwn

- (BOOL) swigCMemOwn
protected

◆ swigCPtr

- (void*) swigCPtr
protected

Property Documentation

◆ align_children

- (NSString *) align_children
readwritenonatomiccopy

The alignment for all descendants.

◆ char_height

- (int) char_height
readwritenonatomicassign

The height of the dialog box in characters.

If no height is specified, the combined height of the contents is used.

◆ char_width

- (int) char_width
readwritenonatomicassign

The width of the dialog box in characters.

If no width is specified, the combined width of the contents is used.

◆ element_array

- (FSDialogDescriptionElementArray *) element_array
readwritenonatomiccopy

An array of dialog description element array object.

◆ first_tab

- (NSString *) first_tab
readwritenonatomiccopy

An ItemID for the dialog box item that should be first in the tab order.

If no width is specified, the combined width of the contents is used.

◆ height

- (int) height
readwritenonatomicassign

The height of the dialog box in pixels.

If no height is specified, the combined height of the contents is used.

◆ name

- (NSString *) name
readwritenonatomiccopy

The title bar of the dialog box.

◆ width

- (int) width
readwritenonatomicassign

The width of the dialog box in pixels.

If no width is specified, the combined width of the contents is used.