Deprecated List

Member DzApp::getAppSettingsMgr ()
Use the DzAppSettings class now instead.
Returns:
A pointer to the application-wide persistent settings manager - used to set and retrieve application settings.

Member DzApp::getRenderOptions ()
This function is provided to keep old source working. Script and plugin source should be updated to use DzRenderMgr::getRenderOptions(). This function will likely not be supported in future versions.

Class DzAppSettingsMgr

Member DzAppSettingsMgr::getBoolValue (String key, Boolean def=false)
Read a boolean value from the given key.
Parameters:
key Name of the key to read.
def Default value - this value is returned if the key fails to be read.
Returns:
The value of the requested key
See also:
setBoolValue()

Member DzAppSettingsMgr::getColorValue (String key, Color def=Qtblack)
Read a color value from the given key.
Parameters:
key Name of the key to read.
def Default value - this value is returned if the key fails to be read.
Returns:
The value of the requested key
See also:
setColorValue()

Member DzAppSettingsMgr::getFloatValue (String key, Number def=0.0)
Read a floating point value from the given key.
Parameters:
key Name of the key to read.
def Default value - this value is returned if the key fails to be read.
Returns:
The value of the requested key
See also:
setFloatValue()

Member DzAppSettingsMgr::getIntValue (String key, Number def=0)
Read a integer value from the given key.
Parameters:
key Name of the key to read.
def Default value - this value is returned if the key fails to be read.
Returns:
The value of the requested key
See also:
setIntValue()

Member DzAppSettingsMgr::getStringValue (String key, String def="")
Read a string value from the given key.
Parameters:
key Name of the key to read.
def Default value - this value is returned if the key fails to be read.
Returns:
The value of the requested key
See also:
setStringValue()

Member DzAppSettingsMgr::popPath ()
Pops a temporary key path off the top of the stack.

Member DzAppSettingsMgr::pushPath (String path)
Sets the current key path temporarily to the given path. This must be matched with a call to popPath().
Parameters:
path The subdirectory(s) to add to the current key path.

Member DzAppSettingsMgr::removeValue (String key)
Removes a key by name
Parameters:
key Name of the key to remove.
Returns:
true if the key/value existed and was successfully removed

Member DzAppSettingsMgr::setBoolValue (String key, Boolean setting)
Write key with a boolean value.
Parameters:
key Name of the key to write.
setting Value to save for the key.
Returns:
true if the key/value was successfully written
See also:
getBoolValue()

Member DzAppSettingsMgr::setColorValue (String key, Color setting)
Write key with a color value.
Parameters:
key Name of the key to write.
setting Value to save for the key.
Returns:
true if the key/value was successfully written
See also:
getColorValue()

Member DzAppSettingsMgr::setFloatValue (String key, Number setting)
Write key with a floating point value.
Parameters:
key Name of the key to write.
setting Value to save for the key.
Returns:
true if the key/value was successfully written
See also:
getFloatValue()

Member DzAppSettingsMgr::setIntValue (String key, Number setting)
Write key with a integer value.
Parameters:
key Name of the key to write.
setting Value to save for the key.
Returns:
true if the key/value was successfully written
See also:
getIntValue()

Member DzAppSettingsMgr::setStringValue (String key, String setting)
Write key with a string value.
Parameters:
key Name of the key to write.
setting Value to save for the key.
Returns:
true if the key/value was successfully written
See also:
getStringValue()

Member DzButton::ToggleState
This is no longer applicable. See DzCheckBox::checkState

Member DzButton::Off

Member DzButton::NoChange

Member DzButton::On

Member DzButton::ToggleType
This is no longer applicable. See DzCheckBox::tristate

Member DzButton::SingleShot

Member DzButton::Toggle

Member DzButton::Tristate

Member DzButton::exclusiveToggle
This is always false.

Member DzButton::on
This is always false.

Member DzButton::toggleState
Always returns NoChange. See DzCheckBox::checkState

Member DzButton::toggleType
Always returns SingleShot. See DzCheckBox::tristate

Member DzDir::mkdirs (String dirName="") const
Use mkpath() instead.

Member DzDir::rmdirs (String dirName="") const
Use rmpath() instead.

Member DzGridLayout::addMultiCellLayout (DzLayout layout, Number fromRow, Number toRow, Number fromCol, Number toCol)
Use addLayout() instead

Member DzGridLayout::addMultiCellWidget (DzWidget widget, Number fromRow, Number toRow, Number fromCol, Number toCol)
Use addWidget() instead

Member DzHierarchyPane::sortAscending ()
Sort the list by name in ascending order

Member DzHierarchyPane::sortDescending ()
Sort the list by name in descending order

Member DzHierarchyPane::sortNone ()
Turn off sorting in the list of items

Member DzMaterial::getNumUVMaps ()
This is deprecated because its name is somewhat of a misnomer. Use getNumGLMaps instead.

Member DzPushButton::setToggleButton (Boolean yesNo)
Use setCheckable() instead.

Member DzShaderPane::doSortOrder (Number which)
New code should use the sort() function instead.

Member DzShaderPane::sortAscending ()
New code should use the sort() function instead.

Member DzShaderPane::sortDescending ()
New code should use the sort() function instead.

Member DzShaderPane::sortNone ()
New code should use the sort() function instead.

Member DzSystem::print (String expression)

Member DzSystem::println (String expression)

Member DzTextEdit::lines
Has the same value as textBlocks (read-only)

Member DzTextEdit::linkUnderline
This is always false

Member DzTextEdit::paragraphs
The number of paragraphs (read-only) use blockCount instead

Member DzTextEdit::selectionIndexEnd ()
Use selectionEnd() instead.
Returns:
The index of the character in the last paragraph of the selection where the selection ends

Member DzTextEdit::selectionIndexStart ()
Use selectionStart() instead.
Returns:
The index of the first character selected in the first paragraph of the selection

Member DzTextEdit::selectionParaEnd ()
Use selectionEnd() instead.
Returns:
The number of the paragraph in which the currect selection ends

Member DzTextEdit::selectionParaStart ()
Use selectionStart() instead.
Returns:
The number of the paragraph in which the currect selection begins

Generated on Thu Sep 24 12:21:09 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.