Base type of script accessible objects in the Daz Studio API.
Inherited By : ByteArray, Color, DzAbstractAssetContainer, abstractshapeinstance_dz, DzAction, DzActionMenu, DzActionMenuItem, DzActivityLayout, DzApp, DzArrayHelper, DzAsset, DzAssetIOMgr, DzAuthenticationMgr, DzBase, DzBrickSet, DzCallBack, DzCallBackMgr, DzColorDialog, DzContentFile, DzContentReplaceMgr, DzDebugViewUtil, DzDevice, DzDeviceMgr, DzDir, DzDomNode, DzERCBake, DzERCFreeze, DzExportMgr, DzFileDialog, DzFileFilter, DzFileInfo, DzFileIOPresetMgr, DzFollowingProjectionOptions, DzGeometryUtil, DzHelpMgr, DzHttpHelper, DzImageBlend (deprecated), DzImageComponent (deprecated), DzImageManip (deprecated), DzImageMgr, DzImportMgr, DzInteractiveInstructionObject, DzInteractiveLessonMgr, DzInteractiveLessonObject, iprrenderhandler_dz, DzLayout, DzListViewItem, DzMenu, DzMessageBox, DzMorphLoader, DzMorphLoaderBatch, DzMultiMediaMgr, DzNodeAligner, DzOpenGL, paramconnection_dz, DzPersistentMenu, DzPlugin, DzPluginMgr, presethelper_dz, DzProcess, projectionmapper_dz, projectionmapperoptions_dz, propertyclipboard_dz, DzRendererMode, DzRenderHandler, DzRenderOptions, DzSaveFilterMgr (deprecated), DzSceneHelper, DzScriptHandle, DzSettings, DzSettingsHelper, DzShaderDescription, DzShaderParameter, DzShapeRiggingAdjuster, DzStringHelper, DzStyle, DzSystem, DzTexture, DzTextureComponent, DzTimer, DzToolBarItem, DzTransferUtility, DzUiLoader, DzUndoStack, DzVideoClip, DzWidget, Font, Image, Palette, Pixmap, Point, QWidget, Rect and Size
QtScript | |
---|---|
String | objectName |
DAZ Script | |
String | name |
void | destroyed ( QObject obj=null ) |
This page exists in order to indicate the script accessible portions of QObject. QObject is the base type of all objects in the Daz Studio API.
See Also:
void : deleteLater()
Schedules this object for deletion.
Return Value:
Return Value:
Boolean : inherits( String classname )
Parameter(s):
Return Value:
true
if the object inherits classname
, otherwise false
.void : destroyed( QObject obj=null )
Signature:“destroyed(QObject*)”
Emitted immediately before the object is destroyed.