- Source:
- Services to interact with Electron
Members
(static, constant) app
- Source:
Properties:
Name | Type | Description |
---|---|---|
maximize |
function | Function to maximize the screen size of the program. |
minimize |
function | Function to minimize the screen size of the program. |
quit |
function | Function to close and exit the program. |
resize |
function | Function to resize the screen size of the program, accepts ({ width: x, height: x }). |
unmaximize |
function | Function to contract (unmaximize) the screen size of the program. |
- Methods from Electron Inter Process Communication.
(static, constant) config
- Source:
Properties:
Name | Type | Description |
---|---|---|
component |
React component; to display for a given "page". |
|
setScreenSize |
Function; if not maximized, sets the screen size of the app. |
- App configuration settings.
(static, constant) getFiles
- Source:
- To Do:
-
- - Should only accept video files
- Function to get a list of files that a user wants to have renamed, this also returns the folder path and name the user has selected.
(static, constant) renameFiles
- Source:
- Function to rename files with matched files, in original directory (for now).