qsl designer
This commit is contained in:
@@ -298,6 +298,10 @@ export function GetRotatorSettings() {
|
||||
return window['go']['main']['App']['GetRotatorSettings']();
|
||||
}
|
||||
|
||||
export function GetSecretStatus() {
|
||||
return window['go']['main']['App']['GetSecretStatus']();
|
||||
}
|
||||
|
||||
export function GetStartupStatus() {
|
||||
return window['go']['main']['App']['GetStartupStatus']();
|
||||
}
|
||||
@@ -438,6 +442,74 @@ export function PopulateBuiltinReferences(arg1) {
|
||||
return window['go']['main']['App']['PopulateBuiltinReferences'](arg1);
|
||||
}
|
||||
|
||||
export function QSLDefaultTemplateID() {
|
||||
return window['go']['main']['App']['QSLDefaultTemplateID']();
|
||||
}
|
||||
|
||||
export function QSLDeleteTemplate(arg1) {
|
||||
return window['go']['main']['App']['QSLDeleteTemplate'](arg1);
|
||||
}
|
||||
|
||||
export function QSLFlagDataURL(arg1) {
|
||||
return window['go']['main']['App']['QSLFlagDataURL'](arg1);
|
||||
}
|
||||
|
||||
export function QSLFonts() {
|
||||
return window['go']['main']['App']['QSLFonts']();
|
||||
}
|
||||
|
||||
export function QSLGenerateProposals(arg1) {
|
||||
return window['go']['main']['App']['QSLGenerateProposals'](arg1);
|
||||
}
|
||||
|
||||
export function QSLGetEmailTemplates() {
|
||||
return window['go']['main']['App']['QSLGetEmailTemplates']();
|
||||
}
|
||||
|
||||
export function QSLGetTemplate(arg1) {
|
||||
return window['go']['main']['App']['QSLGetTemplate'](arg1);
|
||||
}
|
||||
|
||||
export function QSLListTemplates() {
|
||||
return window['go']['main']['App']['QSLListTemplates']();
|
||||
}
|
||||
|
||||
export function QSLPhotoDataURL(arg1, arg2) {
|
||||
return window['go']['main']['App']['QSLPhotoDataURL'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function QSLPickPhotos() {
|
||||
return window['go']['main']['App']['QSLPickPhotos']();
|
||||
}
|
||||
|
||||
export function QSLPreviewDataURL(arg1) {
|
||||
return window['go']['main']['App']['QSLPreviewDataURL'](arg1);
|
||||
}
|
||||
|
||||
export function QSLResolvePreview(arg1) {
|
||||
return window['go']['main']['App']['QSLResolvePreview'](arg1);
|
||||
}
|
||||
|
||||
export function QSLSaveEmailTemplates(arg1) {
|
||||
return window['go']['main']['App']['QSLSaveEmailTemplates'](arg1);
|
||||
}
|
||||
|
||||
export function QSLSavePreview(arg1, arg2) {
|
||||
return window['go']['main']['App']['QSLSavePreview'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function QSLSaveTemplate(arg1, arg2, arg3, arg4) {
|
||||
return window['go']['main']['App']['QSLSaveTemplate'](arg1, arg2, arg3, arg4);
|
||||
}
|
||||
|
||||
export function QSLSetDefaultTemplate(arg1) {
|
||||
return window['go']['main']['App']['QSLSetDefaultTemplate'](arg1);
|
||||
}
|
||||
|
||||
export function QSLStylePresets() {
|
||||
return window['go']['main']['App']['QSLStylePresets']();
|
||||
}
|
||||
|
||||
export function QSOAudioBegin() {
|
||||
return window['go']['main']['App']['QSOAudioBegin']();
|
||||
}
|
||||
@@ -462,6 +534,14 @@ export function ReloadUDPIntegrations() {
|
||||
return window['go']['main']['App']['ReloadUDPIntegrations']();
|
||||
}
|
||||
|
||||
export function RemovePassphrase(arg1) {
|
||||
return window['go']['main']['App']['RemovePassphrase'](arg1);
|
||||
}
|
||||
|
||||
export function RenderEQSL(arg1, arg2) {
|
||||
return window['go']['main']['App']['RenderEQSL'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function ReplaceAwardReferences(arg1, arg2) {
|
||||
return window['go']['main']['App']['ReplaceAwardReferences'](arg1, arg2);
|
||||
}
|
||||
@@ -590,6 +670,10 @@ export function SendClusterSpot(arg1, arg2, arg3) {
|
||||
return window['go']['main']['App']['SendClusterSpot'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
export function SendEQSL(arg1, arg2, arg3) {
|
||||
return window['go']['main']['App']['SendEQSL'](arg1, arg2, arg3);
|
||||
}
|
||||
|
||||
export function SendQSORecordingEmail(arg1) {
|
||||
return window['go']['main']['App']['SendQSORecordingEmail'](arg1);
|
||||
}
|
||||
@@ -618,6 +702,10 @@ export function SetDVKLabel(arg1, arg2) {
|
||||
return window['go']['main']['App']['SetDVKLabel'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function SetPassphrase(arg1) {
|
||||
return window['go']['main']['App']['SetPassphrase'](arg1);
|
||||
}
|
||||
|
||||
export function SetUIPref(arg1, arg2) {
|
||||
return window['go']['main']['App']['SetUIPref'](arg1, arg2);
|
||||
}
|
||||
@@ -670,6 +758,10 @@ export function UltrabeamRetract() {
|
||||
return window['go']['main']['App']['UltrabeamRetract']();
|
||||
}
|
||||
|
||||
export function UnlockSecrets(arg1) {
|
||||
return window['go']['main']['App']['UnlockSecrets'](arg1);
|
||||
}
|
||||
|
||||
export function UpdateAwardReferenceList(arg1) {
|
||||
return window['go']['main']['App']['UpdateAwardReferenceList'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user