3DCoat Core API
The 3DCoat API documentation.
|
This is the complete list of members for coat::ui, including all inherited members.
addExtension(const char *roomID, const char *section, pybind11::object &obj) | coat::ui | static |
addTranslation(const char *id, const char *text) | coat::ui | static |
apply() | coat::ui | static |
checkIfExtensionPresent(const char *extension_ID) | coat::ui | static |
checkIfMenuItemInserted(const char *ID_in_menu) | coat::ui | static |
cmd(const char *id, std::function< void()> process_in_modal_dialog=0) | coat::ui | static |
cmd(const char *id, pybind11::object fn=pybind11::none()) | coat::ui | static |
currentRoom() | coat::ui | static |
enablePenChannel(int i, bool enabled) | coat::ui | static |
getBoolField(const char *id) | coat::ui | static |
getCurrentLanguage() | coat::ui | static |
getEditBoxValue(const char *id, str &result) | coat::ui | static |
getEditBoxValue(const char *id) (defined in coat::ui) | coat::ui | static |
getIdTranslation(const char *id) | coat::ui | static |
getOption(const char *id) | coat::ui | static |
getSliderValue(const char *id) | coat::ui | static |
hideDontShowAgainMessage(const char *id) | coat::ui | static |
highlight(const char *id, float milliseconds) | coat::ui | static |
inputFloat(float initial_value) | coat::ui | static |
inputInt(int initial_value) | coat::ui | static |
inputString(const char *text, int min_length=0) | coat::ui | static |
insertInMenu(const char *Menu, const char *ID_in_menu, const char *script_path) | coat::ui | static |
insertInToolset(const char *roomID, const char *section, const char *toolID, const char *script_path="") | coat::ui | static |
isEnabledPenChannel(int i) | coat::ui | static |
isInRoom(const char *name) | coat::ui | static |
presentInUI(const char *id) | coat::ui | static |
removeCommandFromMenu(const char *ID_in_menu) | coat::ui | static |
removeToolParam(BaseClass *B=nullptr) | coat::ui | static |
roomID(int index) | coat::ui | static |
roomName(int index) | coat::ui | static |
roomsCount() | coat::ui | static |
scale() | coat::ui | static |
setBoolValue(const char *id, bool value) | coat::ui | static |
setEditBoxValue(const char *id, const char *value) | coat::ui | static |
setEditBoxValue(const char *id, int value) | coat::ui | static |
setEditBoxValue(const char *id, float value) | coat::ui | static |
setFileForFileDialog(const char *filename) | coat::ui | static |
setOption(const char *id, const char *value) | coat::ui | static |
setOption(const char *id, bool value) (defined in coat::ui) | coat::ui | static |
setOption(const char *id, float value) (defined in coat::ui) | coat::ui | static |
setSliderValue(const char *id, float value) | coat::ui | static |
showInfoMessage(const char *infoID, int milliseconds) | coat::ui | static |
switchToLanguage(const char *language) | coat::ui | static |
toolParam(BaseClass *B) | coat::ui | static |
toRoom(const char *name, bool Force=false) | coat::ui | static |
wait(const char *id, float max_seconds) | coat::ui | static |