更新
This commit is contained in:
24
types/UI/Layout/ApplicationLayout.d.ts
vendored
Normal file
24
types/UI/Layout/ApplicationLayout.d.ts
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
import { ApplicationService } from '../../ApplicationServices/Application';
|
||||
import { MaterialContainerProps } from '../Components/MaterialContainer';
|
||||
export declare let appUi: WebCAD;
|
||||
export declare class WebCAD {
|
||||
app: ApplicationService;
|
||||
constructor();
|
||||
initRootLayout(): void;
|
||||
renderMain(): void;
|
||||
renderTopPanel(): void;
|
||||
renderTopToolBar(): void;
|
||||
renderDownPanel(): void;
|
||||
renderRightPanel(): void;
|
||||
renderCommandInput(): void;
|
||||
renderCameraControlButton(): void;
|
||||
renderToolBar(): void;
|
||||
renderMouseUI(): void;
|
||||
renderVirtualKeys(): void;
|
||||
renderCameraState(): void;
|
||||
renderTaskState(): void;
|
||||
renderAxisMode(): void;
|
||||
showMaterialEditor(props: MaterialContainerProps): void;
|
||||
CanvasOnsizeEvent(): void;
|
||||
}
|
||||
//# sourceMappingURL=ApplicationLayout.d.ts.map
|
1
types/UI/Layout/ApplicationLayout.d.ts.map
Normal file
1
types/UI/Layout/ApplicationLayout.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"ApplicationLayout.d.ts","sourceRoot":"","sources":["../../../../src/UI/Layout/ApplicationLayout.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAO,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAkBhF,OAAO,EAAqB,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAY5F,eAAO,IAAI,KAAK,EAAE,MAAM,CAAC;AAEzB,qBAAa,MAAM;IAEf,GAAG,EAAE,kBAAkB,CAAC;;IA2ExB,cAAc;IAqDd,UAAU;IAQV,cAAc;IAMd,gBAAgB;IAMhB,eAAe;IAMf,gBAAgB;IAyBhB,kBAAkB;IAKlB,yBAAyB;IAazB,aAAa;IAsBb,aAAa;IAab,iBAAiB;IAQjB,iBAAiB;IAIjB,eAAe;IAIf,cAAc;IAKd,kBAAkB,CAAC,KAAK,EAAE,sBAAsB;IAKhD,iBAAiB;CACpB"}
|
17
types/UI/Layout/MaterialEditorLayout.d.ts
vendored
Normal file
17
types/UI/Layout/MaterialEditorLayout.d.ts
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
import { PhysicalMaterialRecord } from '../../DatabaseServices/PhysicalMaterialRecord';
|
||||
import { MaterialEditor } from '../../Editor/MaterialEditor';
|
||||
export declare class MaterialEditorLayout {
|
||||
material: PhysicalMaterialRecord;
|
||||
editor: MaterialEditor;
|
||||
htmlEl: HTMLElement;
|
||||
destroyFuncs: Function[];
|
||||
constructor(material: PhysicalMaterialRecord);
|
||||
private initViewer;
|
||||
private initLayout;
|
||||
getAttributePanelEl(): HTMLElement;
|
||||
getobject(): HTMLElement;
|
||||
renderSceneConfig(): void;
|
||||
renderAttributePanel(): void;
|
||||
dispose(): void;
|
||||
}
|
||||
//# sourceMappingURL=MaterialEditorLayout.d.ts.map
|
1
types/UI/Layout/MaterialEditorLayout.d.ts.map
Normal file
1
types/UI/Layout/MaterialEditorLayout.d.ts.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"MaterialEditorLayout.d.ts","sourceRoot":"","sources":["../../../../src/UI/Layout/MaterialEditorLayout.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAM7D,qBAAa,oBAAoB;IAKV,QAAQ,EAAE,sBAAsB;IAHnD,MAAM,EAAE,cAAc,CAAC;IACvB,MAAM,EAAE,WAAW,CAAyC;IAC5D,YAAY,EAAE,QAAQ,EAAE,CAAM;gBACX,QAAQ,EAAE,sBAAsB;IAOnD,OAAO,CAAC,UAAU;IAoBlB,OAAO,CAAC,UAAU;IAgClB,mBAAmB;IAKnB,SAAS;IAIT,iBAAiB;IAejB,oBAAoB;IAWpB,OAAO;CAQV"}
|
Reference in New Issue
Block a user