340 void updateMinimizedState();
343 SbVec3f getTopLevelSize(){
return topLevelFrameScale->scaleFactor.
getValue();}
346 void updateDialogBuild(
SbBool is2dRender);
347 void fixSizeWithBorder(
SbVec2i32 &size,
int revert = 1);
348 SoWidget getBaseWidget() {
return m_baseWidget;};
349 SoWidget getWidget();
351 static void initClass();
352 static void exitClass();
354 void setCurrentFocusedWidget(SoWidget widget);
355 void setCurrentScrolledWidget(SoWidget widget);
356 SoWidget getCurrentScrolledWidget();
357 SoWidget getCurrentFocusedWidget();
360 void setScrollProperties();
361 void setPosition(SbVec2i32& pos);
362 void setSize(int32_t sw, int32_t sh, int32_t smw, int32_t smh, int32_t smmw, int32_t smmh);
363 void updateTopLevelWidgetScrollPosition();
364 void updateAfterSceneGraphChange();
365 virtual void resetSize();
367 void setDefaultState();
368 void getDefaultState(SbVec2i32 &size, SbVec2i32 &min, SbVec2i32 &max);
370 SoMenuBar* widgetHasMenuBar();
372 void updateChildren();
373 void updateTopLevelWidget(SbVec2i32 &rSize);
376 virtual void internalRemoveChild(
int index ) {
removeChild(index); }
377 virtual void internalRemoveChild( SoNode *child ) {
removeChild(
findChild(
dynamic_cast<SoTopComponent*
>(child))); }
379 virtual void internalAddChild( SoNode *child );
380 virtual int internalFindChild(
const SoNode *child )
const;
381 virtual void internalInsertChild( SoNode *child,
int newChildIndex );
382 virtual SoNode *internalGetChild(
int index)
const {
return getChild(index); }
383 virtual void internalReplaceChild(
int index, SoNode *newChild);
384 virtual void internalReplaceChild( SoNode *oldChild, SoNode *newChild) {
replaceChild(
dynamic_cast<SoTopComponent*
>(oldChild),
dynamic_cast<SoTopComponent*
>(newChild)); }
391 virtual SbBool readInstance(SoInput *in,
unsigned short flags);
394 virtual SbBool readChildren(SoInput *in);
396 SoWidget m_baseWidget;
398 SoWidget m_topLevelWidget;
399 SoWidget m_topLevelWidgetXt;
403 void getDefaultSize(SbVec2i32 &size, SbVec2i32 &min, SbVec2i32 &max);
404 void getSize(SbVec2i32 &size, SbVec2i32 &min, SbVec2i32 &max);
423 int m_numberOfChildren;
425 SoWidget m_currentFocusedWidget;
426 SoWidget m_currentScrolledWidget;
430 int m_arrayNumChildren;
431 SbVec2i32* m_childrenMax;
432 SbVec2i32* m_childrenMin;
433 SbVec2i32* m_childrenSize;
437 SoWidget m_clipWindowXt;
445 SbVec2i32 m_initSize;
446 SbVec2i32 m_initMinSize;
447 SbVec2i32 m_initMaxSize;
449 void computeNewChildrenHeight(SbVec2i32 &rSize);
450 void createBaseWidget(SoWidget parent);
452 void createTopLevelWidget();
453 void initWidgetConstant();
454 void setChildrenComponentSize();
455 void setChildrenLabelSize();
456 void updateBaseWidget();
457 void updateChildrenSizeDB();
458 void computeSize(SbVec2i32 &rSize, SbVec2i32 & pos);
460 void changeRowSpacing();
461 void changeResizable();
462 void changeModalFrame();
463 void changePosition();
464 void changeMinMaxSize();
466 virtual void changeEnable();
467 virtual void changeLabel();
468 virtual void changeWidth();
469 virtual void changeHeight();
471 virtual void applyAuditor(SoDialogViz* dlgCpt);
473 virtual void updateFromSensor(SoSensor* sensor);
474 SoDialogAuditor* m_defaultAuditor;
479 static char* TopLevelDialog;
480 static void change3DSkin();
481 static SbBool isSkinLoaded();
482 static void setSkinLoaded(
SbBool loaded);
488 SO_DG_CATALOG_ENTRY_HEADER( frameSep );
489 SO_DG_CATALOG_ENTRY_HEADER( frame );
490 SO_DG_CATALOG_ENTRY_HEADER( labelSep );
491 SO_DG_CATALOG_ENTRY_HEADER( labelProp );
492 SO_DG_CATALOG_ENTRY_HEADER( minSep );
493 SO_DG_CATALOG_ENTRY_HEADER( minSwtch );
494 SO_DG_CATALOG_ENTRY_HEADER( minPressed );
495 SO_DG_CATALOG_ENTRY_HEADER( minReleased );
500 SbPlaneProjector* m_planeProj;
501 SbVec3f m_worldRestartPt;
502 SbVec3f m_initialPos;
503 float m_mTopLevelCachedDepth;
504 SbBool m_firstMinimization;
505 static SbBool m_isSkinLoaded;
507 SoScale* topLevelFrameScale;
508 SoText3* topLevelLabel;
509 SoTranslation* topLevelFrameTranslation, *topLevelMinTranslation, *topLevelLabelTranslation;
510 SoTransform* topLevelFrameTransform;
512 void create3DTopLevelDialog();
513 void update3DTopLevelDialog();
514 void update3DChildren();
515 void update3DChildrenPosition();
516 void update3DLabel();
518 void minimize3DDialog();
519 void restore3DDialog();
522 virtual void change3DLabel();
523 virtual void change3DPosition();
525 static void startCB3D(
void *, SoDragger *inDragger );
526 void draggerStartCallback3D();
527 static void motionCB3D(
void *, SoDragger *inDragger );
528 void draggerMotionCallback3D();
529 static void finishCB3D(
void *, SoDragger *inDragger );
530 void draggerFinishCallback3D();
533 virtual void getBoundingBox(SoGetBoundingBoxAction* action);
534 virtual void rayPick(SoRayPickAction *action);
535 virtual void search(SoSearchAction *action);
536 virtual void write(SoWriteAction *action);