Menu checkBoxLauncher node. More...
#include <DialogViz/dialog/SoMenuCheckBoxLauncher.h>
Public Member Functions | |
SoMenuCheckBoxLauncher () | |
SoDialogViz * | searchForAuditorId (SbString id) |
virtual void | addChild (SoTopLevelDialog *child) |
virtual void | insertChild (SoTopLevelDialog *child, int newChildIndex) |
virtual SoNode * | getChild (int index) const |
virtual int | getNumChildren () const |
virtual int | findChild (const SoTopLevelDialog *child) const |
virtual void | removeChild (int index) |
virtual void | removeChild (SoTopLevelDialog *child) |
virtual void | removeAllChildren () |
virtual void | replaceChild (int index, SoTopLevelDialog *newChild) |
virtual void | replaceChild (SoTopLevelDialog *oldChild, SoTopLevelDialog *newChild) |
This node defines a push button item for a dialog menu with a special built-in behavior: The user can use this node to launch top level dialog window(s), without defining any specific callback to do it. You can add, insert and remove top level dialogs (SoTopLevelDialog) by using addChild(), insertChild() and removeChild() methods.
state | FALSE |
onString | "" |
// fields from SoDialogViz | |
enable | TRUE |
label | "" |
labelAlignment | LEFT |
auditorID | "" |
SoMenuCheckBox, SoMenuPushButtonLauncher
SoMenuCheckBoxLauncher::SoMenuCheckBoxLauncher | ( | ) |
Constructor.
virtual void SoMenuCheckBoxLauncher::addChild | ( | SoTopLevelDialog * | child | ) | [virtual] |
Adds a child as last one in group.
virtual int SoMenuCheckBoxLauncher::findChild | ( | const SoTopLevelDialog * | child | ) | const [virtual] |
Finds index of given child within group.
Returns -1 if not found.
virtual SoNode* SoMenuCheckBoxLauncher::getChild | ( | int | index | ) | const [virtual] |
Returns pointer to child node with the given index.
Reimplemented from SoBaseKit.
virtual int SoMenuCheckBoxLauncher::getNumChildren | ( | ) | const [virtual] |
Returns number of children.
Reimplemented from SoBaseKit.
virtual void SoMenuCheckBoxLauncher::insertChild | ( | SoTopLevelDialog * | child, | |
int | newChildIndex | |||
) | [virtual] |
Adds a child so that it becomes the one with the given index.
virtual void SoMenuCheckBoxLauncher::removeAllChildren | ( | ) | [virtual] |
Removes all children from group.
Reimplemented from SoBaseKit.
virtual void SoMenuCheckBoxLauncher::removeChild | ( | SoTopLevelDialog * | child | ) | [virtual] |
Removes first instance of given child from group.
virtual void SoMenuCheckBoxLauncher::removeChild | ( | int | index | ) | [virtual] |
Removes child with given index from group.
Reimplemented from SoBaseKit.
virtual void SoMenuCheckBoxLauncher::replaceChild | ( | SoTopLevelDialog * | oldChild, | |
SoTopLevelDialog * | newChild | |||
) | [virtual] |
Replaces first instance of given child with new child.
virtual void SoMenuCheckBoxLauncher::replaceChild | ( | int | index, | |
SoTopLevelDialog * | newChild | |||
) | [virtual] |
Replaces child with given index with new child.
SoDialogViz* SoMenuCheckBoxLauncher::searchForAuditorId | ( | SbString | id | ) |
Retrieves the DialogViz object from the specified auditorID field in an SoMenuCheckBoxLauncher structure.
NULL is returned if auditorID string is not found.