The prototype object of all DAZ Studio API objects.
Inherited By : ByteArray, Color, DzAbstractAssetContainer, abstractshapeinstance_dz, DzAction, DzActionMenu, DzActionMenuItem, DzActivityLayout, DzApp, DzAppSettingsMgr, DzArrayHelper, DzAsset, DzAssetIOMgr, DzAuthenticationMgr, DzBase, brickset_dz, DzCallBack, DzCallBackMgr, DzColorDialog, DzContentFile, DzContentReplaceMgr, DzDevice, DzDeviceMgr, DzDir, DzDomNode, DzERCBake, DzERCFreeze, DzExportMgr, DzFileDialog, DzFileFilter, DzFileInfo, DzFileIOPresetMgr, DzGeometryUtil, DzHelpMgr, httphelper_dz, DzImageBlend, DzImageComponent, DzImageManip, 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, DzSceneHelper, 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 ) |
TODO: Add detailed description.
void : deleteLater()
Schedules this object for deletion.
Object : findChild( String name=“” )
Parameter(s):
Return Value:
name
, or undefined
if name
cannot be found. If name
is empty, it is equivalent to all names. The search is performed recursively.Attention:
name
, the most direct ancestor is returned. If several direct ancestors are named name
, it is undefined which one will be returned. In that case, use findChildren() instead.Array : findChildren( String name=“” )
Parameter(s):
Return Value:
name
, or an empty list if name
cannot be found. If name
is empty, it is equivalent to all names. The search is performed recursively.Return Value:
Return Value:
Boolean : inherits( String classname )
Parameter(s):
Return Value:
true
if the object inherits classname
, otherwise false
.Boolean : isA( String classname )
Parameter(s):
Return Value:
true
if the object is an instance of classname
, otherwise false
.void : destroyed( QObject obj=null )
Signature:“destroyed(QObject*)”
Emitted immediately before the object is destroyed.