refactoredCPPNeuronMesher
tinyfiledialogs.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

char const * tinyfd_getGlobalChar (char const *aCharVariableName)
 
int tinyfd_getGlobalInt (char const *aIntVariableName)
 
int tinyfd_setGlobalInt (char const *aIntVariableName, int aValue)
 
void tinyfd_beep (void)
 
int tinyfd_notifyPopup (char const *aTitle, char const *aMessage, char const *aIconType)
 
int tinyfd_messageBox (char const *aTitle, char const *aMessage, char const *aDialogType, char const *aIconType, int aDefaultButton)
 
char * tinyfd_inputBox (char const *aTitle, char const *aMessage, char const *aDefaultInput)
 
char * tinyfd_saveFileDialog (char const *aTitle, char const *aDefaultPathAndOrFile, int aNumOfFilterPatterns, char const *const *aFilterPatterns, char const *aSingleFilterDescription)
 
char * tinyfd_openFileDialog (char const *aTitle, char const *aDefaultPathAndOrFile, int aNumOfFilterPatterns, char const *const *aFilterPatterns, char const *aSingleFilterDescription, int aAllowMultipleSelects)
 
char * tinyfd_selectFolderDialog (char const *aTitle, char const *aDefaultPath)
 
char * tinyfd_colorChooser (char const *aTitle, char const *aDefaultHexRGB, unsigned char const aDefaultRGB[3], unsigned char aoResultRGB[3])
 

Variables

char tinyfd_version [8]
 
char tinyfd_needs []
 
int tinyfd_verbose
 
int tinyfd_silent
 
int tinyfd_allowCursesDialogs
 
int tinyfd_forceConsole
 
char tinyfd_response [1024]
 

Function Documentation

◆ tinyfd_beep()

void tinyfd_beep ( void  )
Here is the call graph for this function:

◆ tinyfd_colorChooser()

char* tinyfd_colorChooser ( char const *  aTitle,
char const *  aDefaultHexRGB,
unsigned char const  aDefaultRGB[3],
unsigned char  aoResultRGB[3] 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tinyfd_getGlobalChar()

char const* tinyfd_getGlobalChar ( char const *  aCharVariableName)

◆ tinyfd_getGlobalInt()

int tinyfd_getGlobalInt ( char const *  aIntVariableName)

◆ tinyfd_inputBox()

char* tinyfd_inputBox ( char const *  aTitle,
char const *  aMessage,
char const *  aDefaultInput 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tinyfd_messageBox()

int tinyfd_messageBox ( char const *  aTitle,
char const *  aMessage,
char const *  aDialogType,
char const *  aIconType,
int  aDefaultButton 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tinyfd_notifyPopup()

int tinyfd_notifyPopup ( char const *  aTitle,
char const *  aMessage,
char const *  aIconType 
)
Here is the call graph for this function:

◆ tinyfd_openFileDialog()

char* tinyfd_openFileDialog ( char const *  aTitle,
char const *  aDefaultPathAndOrFile,
int  aNumOfFilterPatterns,
char const *const *  aFilterPatterns,
char const *  aSingleFilterDescription,
int  aAllowMultipleSelects 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tinyfd_saveFileDialog()

char* tinyfd_saveFileDialog ( char const *  aTitle,
char const *  aDefaultPathAndOrFile,
int  aNumOfFilterPatterns,
char const *const *  aFilterPatterns,
char const *  aSingleFilterDescription 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tinyfd_selectFolderDialog()

char* tinyfd_selectFolderDialog ( char const *  aTitle,
char const *  aDefaultPath 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ tinyfd_setGlobalInt()

int tinyfd_setGlobalInt ( char const *  aIntVariableName,
int  aValue 
)

Variable Documentation

◆ tinyfd_allowCursesDialogs

int tinyfd_allowCursesDialogs
extern

Curses dialogs are difficult to use and counter-intuitive. On windows they are only ascii and still uses the unix backslash !

◆ tinyfd_forceConsole

int tinyfd_forceConsole
extern

◆ tinyfd_needs

char tinyfd_needs[]
extern

◆ tinyfd_response

char tinyfd_response[1024]
extern

◆ tinyfd_silent

int tinyfd_silent
extern

◆ tinyfd_verbose

int tinyfd_verbose
extern

◆ tinyfd_version

char tinyfd_version[8]
extern