PyBrx.pyi
class Core Class
def __init__() -> None:
Raises an exception.
This class cannot be instantiated from Python.
def __reduce__(self) -> Any:
def getOpenObjects() -> list:
def isLicenseAvailable(val: PyBrx.LicensedFeature) -> bool:
class DbProperties Class
def __init__() -> None:
Raises an exception.
This class cannot be instantiated from Python.
def __reduce__(self) -> Any:
def dumpAll(id: PyDb.ObjectId) -> None:
def getValue(id: PyDb.ObjectId, name: str) -> PyDb.AcValue:
def isReadOnly(id: PyDb.ObjectId, name: str) -> tuple:
def isValid(id: PyDb.ObjectId, name: str) -> tuple:
def listAll(id: PyDb.ObjectId) -> list:
def setValue(id: PyDb.ObjectId, name: str, val: PyDb.AcValue) -> None:
class LicensedFeature Class
eCore: ClassVar[Self]
eCommunicator: ClassVar[Self]
eBim: ClassVar[Self]
eMechanical: ClassVar[Self]
class PyBrxPanel Class
def __init__(self, name: str, configKey: str) -> None:
def __reduce__(self) -> Any:
def backgroundColor(self) -> int:
def create(self, panel: wx.Panel) -> bool:
def destroy(self) -> None:
def isFloating(self) -> bool:
def setIcon(self, imagePath: str) -> None:
def tabTextColor(self) -> int: