GlobalVariables
- class lib.gui.utils.config.GlobalVariables
Bases:
objectGlobal tkinter variables accessible from all parts of the GUI. Should only be accessed from
get_config().tk_varsAttributes Summary
The command line action to perform
Full path the analysis folder
Trueif the console should be cleared otherwiseFalseThe current Faceswap command running
The command line action to generate
Trueif Faceswap is currently training otherwiseFalseTrueif the training graph should be refreshed otherwiseFalseTrueif a Faceswap task is running otherwiseFalseAttributes Documentation
- action_command
The command line action to perform
- Type:
tkinter.StringVar
- analysis_folder
Full path the analysis folder
- Type:
tkinter.StringVar
- console_clear
Trueif the console should be cleared otherwiseFalse- Type:
tkinter.BooleanVar
- display
The current Faceswap command running
- Type:
tkinter.StringVar
- generate_command
The command line action to generate
- Type:
tkinter.StringVar
- is_training
Trueif Faceswap is currently training otherwiseFalse- Type:
tkinter.BooleanVar
- refresh_graph
Trueif the training graph should be refreshed otherwiseFalse- Type:
tkinter.BooleanVar
- running_task
Trueif a Faceswap task is running otherwiseFalse- Type:
tkinter.BooleanVar
- property action_command: StringVar
The command line action to perform
- Type:
tkinter.StringVar
- property analysis_folder: StringVar
Full path the analysis folder
- Type:
tkinter.StringVar
- property console_clear: BooleanVar
Trueif the console should be cleared otherwiseFalse- Type:
tkinter.BooleanVar
- property display: StringVar
The current Faceswap command running
- Type:
tkinter.StringVar
- property generate_command: StringVar
The command line action to generate
- Type:
tkinter.StringVar
- property is_training: BooleanVar
Trueif Faceswap is currently training otherwiseFalse- Type:
tkinter.BooleanVar
- property refresh_graph: BooleanVar
Trueif the training graph should be refreshed otherwiseFalse- Type:
tkinter.BooleanVar
- property running_task: BooleanVar
Trueif a Faceswap task is running otherwiseFalse- Type:
tkinter.BooleanVar