23#ifndef _SO_DIALOG_PUSH_BUTTON_LAUNCHER_
24#define _SO_DIALOG_PUSH_BUTTON_LAUNCHER_
26#include <DialogViz/dialog/SoDialogPushButton.h>
27#include <DialogViz/dialog/SoTopLevelDialog.h>
153 virtual SoChildList *getChildren()
const;
155 static void initClass();
156 static void exitClass();
158 virtual void eventNotify(
unsigned int event, uintptr_t param);
161 virtual void internalRemoveChild(
int index ) {
removeChild(index); }
164 virtual void internalAddChild( SoNode *child ) {
addChild(
dynamic_cast<SoTopLevelDialog*
>(child)); }
165 virtual int internalFindChild(
const SoNode *child )
const {
return findChild(
dynamic_cast<const SoTopLevelDialog*
>(child)); }
166 virtual void internalInsertChild( SoNode *child,
int newChildIndex ) {
insertChild(
dynamic_cast<SoTopLevelDialog*
>(child), newChildIndex); }
167 virtual SoNode *internalGetChild(
int index)
const {
return getChild(index); }
168 virtual void internalReplaceChild(
int index, SoNode *newChild) {
replaceChild(index,
dynamic_cast<SoTopLevelDialog*
>(newChild)); }
169 virtual void internalReplaceChild( SoNode *oldChild, SoNode *newChild) {
replaceChild(
dynamic_cast<SoTopLevelDialog*
>(oldChild),
dynamic_cast<SoTopLevelDialog*
>(newChild)); }
174 virtual SbBool readInstance(SoInput *in,
unsigned short flags);
177 virtual SbBool readChildren(SoInput *in);
182 int m_numberOfChildren;
185 virtual void search(SoSearchAction *action);
186 virtual void rayPick(SoRayPickAction *action);
187 virtual void write(SoWriteAction *action);
Class for smart character strings.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Abstract base cl...
Abstract base class for all database nodes.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Top Level Dialog...