@@ -16,6 +16,7 @@ class classdesc__pack_t {}
1616class classdesc__RESTProcess_t { }
1717class classdesc__TCL_obj_t { }
1818class ecolab__cairo__Surface { }
19+ class std__lock_guard { }
1920
2021export class EventInterface extends CppClass {
2122 item : Item ;
@@ -172,7 +173,6 @@ export class RenderNativeWindow extends EventInterface {
172173 async frameArgs ( ) : Promise < minsky__RenderNativeWindow__RenderFrameArgs > { return this . $callMethod ( 'frameArgs' ) ; }
173174 async hasScrollBars ( ) : Promise < boolean > { return this . $callMethod ( 'hasScrollBars' ) ; }
174175 async init ( ) : Promise < void > { return this . $callMethod ( 'init' ) ; }
175- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
176176 async registerImage ( ) : Promise < void > { return this . $callMethod ( 'registerImage' ) ; }
177177 async renderFrame ( a1 : minsky__RenderNativeWindow__RenderFrameArgs ) : Promise < void > { return this . $callMethod ( 'renderFrame' , a1 ) ; }
178178 async renderToEMF ( a1 : string ) : Promise < void > { return this . $callMethod ( 'renderToEMF' , a1 ) ; }
@@ -376,7 +376,6 @@ export class CSVDialog extends CppClass {
376376 async keyPress ( a1 : minsky__EventInterface__KeyPressArgs ) : Promise < boolean > { return this . $callMethod ( 'keyPress' , a1 ) ; }
377377 async loadFile ( ) : Promise < void > { return this . $callMethod ( 'loadFile' ) ; }
378378 async loadFileFromName ( a1 : string ) : Promise < void > { return this . $callMethod ( 'loadFileFromName' , a1 ) ; }
379- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
380379 async mouseDown ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseDown' , a1 , a2 ) ; }
381380 async mouseMove ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseMove' , a1 , a2 ) ; }
382381 async mouseUp ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseUp' , a1 , a2 ) ; }
@@ -470,7 +469,6 @@ export class Canvas extends RenderNativeWindow {
470469 async keyPress ( a1 : minsky__EventInterface__KeyPressArgs ) : Promise < boolean > { return this . $callMethod ( 'keyPress' , a1 ) ; }
471470 async lassoMode ( ...args : string [ ] ) : Promise < string > { return this . $callMethod ( 'lassoMode' , ...args ) ; }
472471 async lockRavelsInSelection ( ) : Promise < void > { return this . $callMethod ( 'lockRavelsInSelection' ) ; }
473- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
474472 async mouseDown ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseDown' , a1 , a2 ) ; }
475473 async mouseMove ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseMove' , a1 , a2 ) ; }
476474 async mouseUp ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseUp' , a1 , a2 ) ; }
@@ -641,7 +639,6 @@ export class EquationDisplay extends RenderNativeWindow {
641639 async init ( ) : Promise < void > { return this . $callMethod ( 'init' ) ; }
642640 async keyPress ( a1 : minsky__EventInterface__KeyPressArgs ) : Promise < boolean > { return this . $callMethod ( 'keyPress' , a1 ) ; }
643641 async m_zoomFactor ( ...args : number [ ] ) : Promise < number > { return this . $callMethod ( 'm_zoomFactor' , ...args ) ; }
644- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
645642 async mouseDown ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseDown' , a1 , a2 ) ; }
646643 async mouseMove ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseMove' , a1 , a2 ) ; }
647644 async mouseUp ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseUp' , a1 , a2 ) ; }
@@ -693,7 +690,6 @@ export class FontDisplay extends CppClass {
693690 async hasScrollBars ( ) : Promise < boolean > { return this . $callMethod ( 'hasScrollBars' ) ; }
694691 async init ( ) : Promise < void > { return this . $callMethod ( 'init' ) ; }
695692 async keyPress ( a1 : minsky__EventInterface__KeyPressArgs ) : Promise < boolean > { return this . $callMethod ( 'keyPress' , a1 ) ; }
696- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
697693 async mouseDown ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseDown' , a1 , a2 ) ; }
698694 async mouseMove ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseMove' , a1 , a2 ) ; }
699695 async mouseUp ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseUp' , a1 , a2 ) ; }
@@ -945,7 +941,6 @@ export class GodleyTableWindow extends CppClass {
945941 async insertIdx ( ...args : number [ ] ) : Promise < number > { return this . $callMethod ( 'insertIdx' , ...args ) ; }
946942 async keyPress ( ...args : any [ ] ) : Promise < boolean > { return this . $callMethod ( 'keyPress' , ...args ) ; }
947943 async leftTableOffset ( ...args : number [ ] ) : Promise < number > { return this . $callMethod ( 'leftTableOffset' , ...args ) ; }
948- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
949944 async matchingTableColumns ( a1 : number ) : Promise < string [ ] > { return this . $callMethod ( 'matchingTableColumns' , a1 ) ; }
950945 async matchingTableColumnsByCol ( a1 : number ) : Promise < string [ ] > { return this . $callMethod ( 'matchingTableColumnsByCol' , a1 ) ; }
951946 async maxHistory ( ...args : number [ ] ) : Promise < number > { return this . $callMethod ( 'maxHistory' , ...args ) ; }
@@ -1487,7 +1482,6 @@ export class PhillipsDiagram extends RenderNativeWindow {
14871482 async hasScrollBars ( ) : Promise < boolean > { return this . $callMethod ( 'hasScrollBars' ) ; }
14881483 async init ( ) : Promise < void > { return this . $callMethod ( 'init' ) ; }
14891484 async keyPress ( a1 : minsky__EventInterface__KeyPressArgs ) : Promise < boolean > { return this . $callMethod ( 'keyPress' , a1 ) ; }
1490- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
14911485 async mouseDown ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseDown' , a1 , a2 ) ; }
14921486 async mouseMove ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseMove' , a1 , a2 ) ; }
14931487 async mouseUp ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseUp' , a1 , a2 ) ; }
@@ -1649,7 +1643,6 @@ export class PlotWidget extends Item {
16491643 async lh ( a1 : number , a2 : number ) : Promise < number > { return this . $callMethod ( 'lh' , a1 , a2 ) ; }
16501644 async logx ( ...args : boolean [ ] ) : Promise < boolean > { return this . $callMethod ( 'logx' , ...args ) ; }
16511645 async logy ( ...args : boolean [ ] ) : Promise < boolean > { return this . $callMethod ( 'logy' , ...args ) ; }
1652- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
16531646 async makeDisplayPlot ( ) : Promise < void > { return this . $callMethod ( 'makeDisplayPlot' ) ; }
16541647 async maxx ( ...args : number [ ] ) : Promise < number > { return this . $callMethod ( 'maxx' , ...args ) ; }
16551648 async maxy ( ...args : number [ ] ) : Promise < number > { return this . $callMethod ( 'maxy' , ...args ) ; }
@@ -1894,7 +1887,6 @@ export class RavelPopup extends CppClass {
18941887 async hasScrollBars ( ) : Promise < boolean > { return this . $callMethod ( 'hasScrollBars' ) ; }
18951888 async init ( ) : Promise < void > { return this . $callMethod ( 'init' ) ; }
18961889 async keyPress ( a1 : minsky__EventInterface__KeyPressArgs ) : Promise < boolean > { return this . $callMethod ( 'keyPress' , a1 ) ; }
1897- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
18981890 async mouseDown ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseDown' , a1 , a2 ) ; }
18991891 async mouseLeave ( ) : Promise < void > { return this . $callMethod ( 'mouseLeave' ) ; }
19001892 async mouseMove ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseMove' , a1 , a2 ) ; }
@@ -2222,7 +2214,6 @@ export class VariablePane extends CppClass {
22222214 async justification ( a1 : number ) : Promise < string > { return this . $callMethod ( 'justification' , a1 ) ; }
22232215 async keyPress ( a1 : minsky__EventInterface__KeyPressArgs ) : Promise < boolean > { return this . $callMethod ( 'keyPress' , a1 ) ; }
22242216 async m_zoomFactor ( ...args : number [ ] ) : Promise < number > { return this . $callMethod ( 'm_zoomFactor' , ...args ) ; }
2225- async macOSXRedraw ( ) : Promise < void > { return this . $callMethod ( 'macOSXRedraw' ) ; }
22262217 async mouseDown ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseDown' , a1 , a2 ) ; }
22272218 async mouseMove ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseMove' , a1 , a2 ) ; }
22282219 async mouseUp ( a1 : number , a2 : number ) : Promise < void > { return this . $callMethod ( 'mouseUp' , a1 , a2 ) ; }
0 commit comments