Crate question_bank_creator
Source - banks
- Functions that deal with the Bank struct.
- global
- Holds the TypeWrapper enum.
- lists
- Functions for creating and manipulating lists.
- math_functions
- Math-based functions.
- menus
- Functions for use in creating menus.
- misc
- Miscellaneous functions used by other modules.
- questions
- Functions that deal with the Question struct.
- variable
- Functions that deal with the Variable struct.
- Wdgts
- Struct that holds the primary window’s widgets.
- BANK_DIR
- The default folder for saving Banks.
- DATA_GENERAL_FOLDER
- The default folder where data is saved.
- DEVELOPMENT_VERSION
- The current iteration of the program being worked on.
- LIST_DIR
- The default folder for saving Lists.
- PROGRAM_TITLE
- The title of the project.
- QDISP_HEIGHT
- Default height of the question display.
- SCROLLBAR_WIDTH
- Default width of the scrollbar group.
- VARIABLE_DIR
- The default folder for saving Variables.
- VERSION
- The current version..
- APP_FLTK
- Holds the currently running FLTK App.
- CURRENT_BANK
- Contains the question Bank that is currently being edited.
- LAST_DIR_USED
- Contains the last directory path that was used.
- WIDGETS
- Holds the FLTK widgets currently being used.