52class SoGuiComponent :
public SoGuiBase
54#ifndef HIDDEN_FROM_DOC
55 SO_FIELDCONTAINER_HEADER( SoGuiComponent );
70 SbBool isTopLevelShell()
const;
75 void setTopLevelShell(
const SbBool topLevelShell );
80 void setFullScreen(
const SbBool enable );
85 SbBool isFullScreen()
const;
92 void setFullScreenEnable(
const SbBool enable );
98 SbBool isFullScreenEnable()
const;
107 void setTitle(
const SbString& newTitle );
121 void setIconTitle(
const SbString& newIconTitle );
139 void setWidgetName(
const SbString& name );
151 void setClassName(
const SbString& n );
153 void setSynchronize(
SbBool synch );
156 void setVisible(
SbBool visible );
158 void setIsQt(
const SbBool flag ) { m_isQt = flag; }
160 SbBool isQt()
const {
return m_isQt; }
162 void setBaseWidgetHandle(
void* _baseWidget ) { m_baseWidgetHandle = _baseWidget; };
163 void* getBaseWidgetHandle()
const {
return m_baseWidgetHandle; };
165 virtual SbBool bindNormalContext() {
return FALSE; };
166 virtual SbBool unbindNormalContext() {
return FALSE; };
173 virtual ~SoGuiComponent();
186 SbBool m_fullScreenEnabled;
189 void* m_baseWidgetHandle;