4 @SuppressWarnings public class DockPanelManager : Qt.QObject{
5 public DockPanelManager(){
9 public DockPanelManager(long handle){
15 if (nativehandle == 0){
23 if (nativehandle == 0){
54 public DockWidgetPanel
addDockPanel(
String title, DockPanelArea area, DockPanelBase targetPanel){
62 public void insertDockPanel(DockWidgetPanel panel, DockPanelArea area, DockPanelBase targetPanel ){
static const int QTNQPM_LAYOUTPANEL
static const int QTNQPM_BESTFIT
static const int QTNQPM_ISDOCKPANELFLOAT
static const int QTNQPM_ISDOCKPANELTRANSPARENTWHILEDRAGGING
static const int QTNQPM_SHOWDOCKPANEL
static const int QTNQPM_BEGINUPDATE
static const int QTNQPM_MANAGEDWIDGET
static const int QTNQPM_ADDDOCUMENTPANEL
static const int QTNQPM_CLOSEDOCKPANEL
static const int QTNDPM_INSERTDOCKPANEL
static const int QTNQPM_ISDOCKPANELCLOSED
static const int QTNQPM_SETDOCKWINDOWTITLE
static const int QTNQPM_INSERTDOCUMENTPANEL
static const int QTNQPM_SETCENTRALWIDGET
static const int QTNQPM_SETDOCKPANELTRANSPARENTWHILEDRAGGING
static const int QTNQPM_SETDOCKPANELFULLCONTENTSWHILEDRAGGINGSHOWN
static const int QTNQPM_SETDEFAULTPANEFEATURES
static const int QTNQPM_SETARROWMARKERSSHOWN
static const int QTNQPM_ADDDOCKPANELS
static const int DPMLOADSTATE
static const int QTNQPM_ISDOCKPANELFULLCONTENTSWHILEDRAGGINGSHOWN
static const int QTNQPM_DEFAULTPANEFEATURES
static const int QTNQPM_SETMARGIN
static const int QTNQPM_DOCKWINDOWTITLE
static const int QTNQPM_ISDOCKPANELAUTOHIDE
static const int QTNQPM_CENTRALLAYOUTPANEL
static const int QTNQPM_SETDOCKPANELAUTOHIDE
static const int QTNQPM_REMOVEDOCKPANEL
static const int QTNQPM_ENDUPDATE
static const int QTNQPM_CENTRALWIDGET
static const int QTNQPM_ACTIVEDOCKPANEL
static const int QTNQPM_SETDOCKPANELFLOAT
static const int DPMSAVESTATE
static const int QTNQPM_MARGIN
static const int QTNQPM_ADDDOCKPANEL
static const int QTNQPM_ISARROWMARKERSSHOWN
static const int QTNQPM_ADDDOCKWINDOW
static const int QTNQPM_CLEARDOCKPANELS
static const int qtmDockPanelManager
static const int qtDockPanelManager
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)
int cdecl widget_get_int_value(long h, int proid)
Object cdecl long_int4(long h, int proid, long v0,int i1,int i2,int i3,int i4)
int cdecl core_getintlong(long h, int proid, long v)
void cdecl widget_slot_string(long h, int proid, String value)
void cdecl widget_set_bool_value(long h, int proid, bool v)
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)
Object cdecl core_getString(long h, int proid)
void showDockPanel(DockWidgetPanel panel, bool setFocus)
void setDockPanelAutoHide(DockPanelBase panel, bool set)
DockWidgetPanel addDockPanel(String title, Qt.QSize sizeHint, DockPanelArea area, DockPanelBase targetPanel)
void insertDockPanel(DockWidgetPanel panel, DockPanelArea area, DockPanelBase targetPanel )
bool isDockPanelFloat(DockWidgetPanel panel)
DockLayoutPanel layoutPanel()
void setArrowMarkersShown(bool show)
DockWindow addDockWindow(DockPanelBase panel, Qt.QRect rect)
bool isDockPanelTransparentWhileDragging()
int defaultPaneFeatures()
void setDockPanelFullContentsWhileDraggingShown(bool show)
void setDockPanelTransparentWhileDragging(bool transparent)
void setDefaultPaneFeatures(int features)
void closeDockPanel(DockWidgetPanel panel)
bool isDockPanelClosed(DockWidgetPanel panel)
void setCentralWidget(Qt.QWidget widget)
bool isDockPanelFullContentsWhileDraggingShown()
DockDocumentPanel addDocumentPanel(String title)
void setDockWindowTitle(String title)
bool create(@NotNilptr Qt.QMainWindow parent)
Qt.QWidget centralWidget()
DockWidgetPanel activeDockPanel()
void setDockPanelFloat(DockPanelBase panel, bool set)
void removeDockPanel(DockWidgetPanel panel)
Qt.QWidget managedWidget()
void loadState(byte [] data)
bool create(@NotNilptr Qt.QWidget parent)
DockLayoutPanel centralLayoutPanel()
DockWidgetPanel addDockPanel(String title, DockPanelArea area, DockPanelBase targetPanel)
bool isDockPanelAutoHide(DockWidgetPanel panel)
void setMargin(int margin)
bool isArrowMarkersShown()
void insertDocumentPanel(DockDocumentPanel documentPanel)
static final String format(String, Object[])