User Tools

Site Tools


QObject

Base type of script accessible objects in the Daz Studio API.

More...

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

Properties

QtScript
StringobjectName
DAZ Script
Stringname

Methods

QtScript
voiddeleteLater ()
StringtoString ()
DAZ Script
StringclassName ()
Booleaninherits ( String classname )

Signals

voiddestroyed ( QObject obj=null )

Detailed Description

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:

Properties


String : objectName

Holds the name of the object.


String : name

Holds the name of the object.

Methods


void : deleteLater()

Schedules this object for deletion.


String : toString()

Return Value:

  • The string representation of the object.

String : className()

Return Value:

  • A string representation of the object classname.

Boolean : inherits( String classname )

Parameter(s):

  • classname - The name of the class to test for inheritance.

Return Value:

  • true if the object inherits classname, otherwise false.

Signals


void : destroyed( QObject obj=null )

Signature:“destroyed(QObject*)”

Emitted immediately before the object is destroyed.