Go to the source code of this file.
|
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]) |
|
◆ tinyfd_beep()
void tinyfd_beep |
( |
void |
| ) |
|
◆ tinyfd_colorChooser()
char* tinyfd_colorChooser |
( |
char const * |
aTitle, |
|
|
char const * |
aDefaultHexRGB, |
|
|
unsigned char const |
aDefaultRGB[3], |
|
|
unsigned char |
aoResultRGB[3] |
|
) |
| |
◆ 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 |
|
) |
| |
◆ tinyfd_messageBox()
int tinyfd_messageBox |
( |
char const * |
aTitle, |
|
|
char const * |
aMessage, |
|
|
char const * |
aDialogType, |
|
|
char const * |
aIconType, |
|
|
int |
aDefaultButton |
|
) |
| |
◆ tinyfd_notifyPopup()
int tinyfd_notifyPopup |
( |
char const * |
aTitle, |
|
|
char const * |
aMessage, |
|
|
char const * |
aIconType |
|
) |
| |
◆ tinyfd_openFileDialog()
char* tinyfd_openFileDialog |
( |
char const * |
aTitle, |
|
|
char const * |
aDefaultPathAndOrFile, |
|
|
int |
aNumOfFilterPatterns, |
|
|
char const *const * |
aFilterPatterns, |
|
|
char const * |
aSingleFilterDescription, |
|
|
int |
aAllowMultipleSelects |
|
) |
| |
◆ tinyfd_saveFileDialog()
char* tinyfd_saveFileDialog |
( |
char const * |
aTitle, |
|
|
char const * |
aDefaultPathAndOrFile, |
|
|
int |
aNumOfFilterPatterns, |
|
|
char const *const * |
aFilterPatterns, |
|
|
char const * |
aSingleFilterDescription |
|
) |
| |
◆ tinyfd_selectFolderDialog()
char* tinyfd_selectFolderDialog |
( |
char const * |
aTitle, |
|
|
char const * |
aDefaultPath |
|
) |
| |
◆ tinyfd_setGlobalInt()
int tinyfd_setGlobalInt |
( |
char const * |
aIntVariableName, |
|
|
int |
aValue |
|
) |
| |
◆ 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
◆ tinyfd_needs
◆ tinyfd_response
char tinyfd_response[1024] |
|
extern |
◆ tinyfd_silent
◆ tinyfd_verbose
◆ tinyfd_version