Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Documentation

Doxygen Source Code Documentation


Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search  

SUMA_SELECTION_DIALOG_STRUCT Struct Reference

#include <SUMA_define.h>


Data Fields

SUMA_FILE_SELECT_MODE Mode
void(* SelectCallback )(char *filename, void *data)
void * SelectData
void(* CancelCallback )(void *data)
void * CancelData
Widget dlg_w
Widget daddy
char * filename
char * FilePattern
SUMA_Boolean preserve

Field Documentation

void(* SUMA_SELECTION_DIALOG_STRUCT::CancelCallback)(void *data)
 

function called when cancel or kill is called

Referenced by SUMA_CreateFileSelectionDialogStruct(), and SUMA_FileSelection_popdown_cb().

void* SUMA_SELECTION_DIALOG_STRUCT::CancelData
 

data sent along to CancelCallback

Definition at line 882 of file SUMA_define.h.

Referenced by SUMA_CreateFileSelectionDialogStruct(), and SUMA_FileSelection_popdown_cb().

Widget SUMA_SELECTION_DIALOG_STRUCT::daddy
 

widget of parent

Definition at line 884 of file SUMA_define.h.

Referenced by SUMA_CreateFileSelectionDialog(), SUMA_CreateFileSelectionDialogStruct(), and SUMA_FileSelection_file_select_cb().

Widget SUMA_SELECTION_DIALOG_STRUCT::dlg_w
 

widget of dialog

Definition at line 883 of file SUMA_define.h.

Referenced by SUMA_CreateFileSelectionDialog(), SUMA_CreateFileSelectionDialogStruct(), SUMA_FileSelection_file_select_cb(), SUMA_FileSelection_popdown_cb(), and SUMA_FileSelection_Unmap_cb().

char* SUMA_SELECTION_DIALOG_STRUCT::filename
 

selected filename. NOTE: This is only valid when a selection has been made

Definition at line 885 of file SUMA_define.h.

Referenced by SUMA_CreateFileSelectionDialogStruct(), SUMA_FileSelection_file_select_cb(), and SUMA_FreeFileSelectionDialogStruct().

char* SUMA_SELECTION_DIALOG_STRUCT::FilePattern
 

Pattern for filename filtering Only relevant when window is opened

Definition at line 887 of file SUMA_define.h.

Referenced by SUMA_CreateFileSelectionDialog(), SUMA_CreateFileSelectionDialogStruct(), and SUMA_FreeFileSelectionDialogStruct().

SUMA_FILE_SELECT_MODE SUMA_SELECTION_DIALOG_STRUCT::Mode
 

Definition at line 877 of file SUMA_define.h.

Referenced by SUMA_CreateFileSelectionDialog(), SUMA_CreateFileSelectionDialogStruct(), and SUMA_FileSelection_file_select_cb().

SUMA_Boolean SUMA_SELECTION_DIALOG_STRUCT::preserve
 

If YUP, then widget is only unmanaged when selection is made or cancel is pressed. In this case, you should take care of dlg's safekeeping and eventual destruction. If Nope, then the widget is destroyed after selection and/or cancel and the dlg structure is destroyed. Be careful, if Preserve is NOPE, that your callbacks do not return before being done with this structure

Definition at line 889 of file SUMA_define.h.

Referenced by SUMA_CreateFileSelectionDialogStruct(), and SUMA_FileSelection_Unmap_cb().

void(* SUMA_SELECTION_DIALOG_STRUCT::SelectCallback)(char *filename, void *data)
 

function called when a selection is made See note for Preserve field

Referenced by SUMA_CreateFileSelectionDialogStruct(), and SUMA_FileSelection_file_select_cb().

void* SUMA_SELECTION_DIALOG_STRUCT::SelectData
 

data sent along to SelectCallback

Definition at line 880 of file SUMA_define.h.

Referenced by SUMA_CreateFileSelectionDialogStruct(), and SUMA_FileSelection_file_select_cb().


The documentation for this struct was generated from the following file:
 

Powered by Plone

This site conforms to the following standards: