5 @SuppressWarnings public class DockMainWindow : Qt.QWidget{
6 public DockMainWindow(){
10 public DockMainWindow(long handle){
16 if (nativehandle == 0){
24 if (nativehandle == 0){
static const int QTNADDDOCKPANELS
static const int QTNMOVEDOCKBAR
static const int QTNCLEARDOCKBARS
static const int QTNINSERTDOCKBAR
static const int QTNCENTRALWIDGET
static const int QTNREMOVEDOCKBAR
static const int QTNINSERTDOCUMENTPANEL
static const int QTNADDTOOLBAR
static const int QTNDOCKBARMANAGER
static const int QTNTITLEBAR
static const int QTNADDDOCKWINDOW
static const int QTNSTATUSBAR
static const int DMLOADSTATE
static const int DMSAVESTATE
static const int QTNDMW_INSERTDOCKPANEL
static const int QTNADDDOCUMENTPANEL
static const int QTNADDDOCKPANEL
static const int QTNCLEARDOCKPANELS
static const int QTNREMOVEDOCKPANEL
static const int QTNDOCKPANELMANAGER
static const int QTNMENUBAR
static const int QTNTITLEBARWIDGET
static const int qtDockMainWindow
void cdecl object_set_long_int_long(long h, int proid, long hv,int iv, long h1)
Object cdecl object_get_handle_string(long h, int proid,long handle, String name)
long cdecl object_get_long_int(long h, int proid, long hv,int iv)
Object cdecl object_get_string_handle_string_int(long h, int proid,String text, long handle, String v1, int v2)
void cdecl widget_set_native_value(long h, int proid, long value)
void cdecl widget_set_object_value(long h, int proid, Object value)
Object cdecl long_int4(long h, int proid, long v0,int i1,int i2,int i3,int i4)
bool cdecl widget_get_bool_value(long h, int proid)
Object cdecl widget_get_object(long h, int proid)
long cdecl createQObject(int type, Object xobj, long parent)
void cdecl void_long2(long handle,int proid, long value1, long v2)
Qt.QWidget titleBarWidget()
DockToolBar addToolBar(String title, Qtitan.DockBarArea barPosition)
void moveDockBar(DockToolBar before, DockToolBar bar)
DockWindow addDockWindow(DockPanelBase panel, Qt.QRect rect)
Qt.QStatusBar statusBar()
bool create(@NotNilptr Qt.QWidget parent) override
bool insertDockBar(DockToolBar bar, Qtitan.DockBarArea position)
DockWidgetPanel addDockPanel(String title, Qt.QSize sizeHint, Qtitan.DockPanelArea area, DockPanelBase targetPanel)
DockDocumentPanel addDocumentPanel(String title )
DockBarManager dockBarManager()
WindowTitleBar titleBar()
void removeDockPanel(DockWidgetPanel panel)
DockWidgetPanel addDockPanel(String title, Qtitan.DockPanelArea area, DockPanelBase targetPanel)
void insertDockPanel(DockWidgetPanel panel, Qtitan.DockPanelArea area, DockPanelBase targetPanel)
void loadState(byte [] data)
Qt.QWidget centralWidget()
DockPanelManager dockPanelManager()
void insertDockBar(DockToolBar before, DockToolBar bar)
void insertDocumentPanel(DockDocumentPanel documentPanel)
void removeDockBar(DockToolBar bar)
static final String format(String, Object[])