omni.flux.stage_manager.widget
SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- class omni.flux.stage_manager.widget.StageManagerWidget(core: Optional[omni.flux.stage_manager.core.core.StageManagerCore] = None, tab_height: int = 32, tab_padding: int = 32, active_style: str = 'WorkspaceBackground', inactive_style: str = 'TransparentBackground', **kwargs)
Bases:
object
- build_ui()
- property default_attr: dict[str, None]
- destroy()
- resize_tabs()
Fire and forget the _resize_tabs_deferred asynchronous method
- select_tab(index: int, *args)
Fire and forget the _select_tab_deferred asynchronous method