javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/internal/qt/OS.java
changeset 78 71ad690e91f5
parent 35 85266cc22c7f
child 80 d6dafc5d983f
equal deleted inserted replaced
72:1f0034e370aa 78:71ad690e91f5
   234     public static final int QSWTEVENT_RESOURCECHANGE = QSWTEVENT_ID_RANGE_FIRST + 6;
   234     public static final int QSWTEVENT_RESOURCECHANGE = QSWTEVENT_ID_RANGE_FIRST + 6;
   235     public static final int QSWTEVENT_MOBILEDEVICEOPENED = QSWTEVENT_ID_RANGE_FIRST + 7;
   235     public static final int QSWTEVENT_MOBILEDEVICEOPENED = QSWTEVENT_ID_RANGE_FIRST + 7;
   236     public static final int QSWTEVENT_MOBILEDEVICECLOSED = QSWTEVENT_ID_RANGE_FIRST + 8;
   236     public static final int QSWTEVENT_MOBILEDEVICECLOSED = QSWTEVENT_ID_RANGE_FIRST + 8;
   237     public static final int QSWTEVENT_SCREENACTIVATED = QSWTEVENT_ID_RANGE_FIRST + 9;
   237     public static final int QSWTEVENT_SCREENACTIVATED = QSWTEVENT_ID_RANGE_FIRST + 9;
   238     public static final int QSWTEVENT_SCREENDEACTIVATED = QSWTEVENT_ID_RANGE_FIRST + 10;
   238     public static final int QSWTEVENT_SCREENDEACTIVATED = QSWTEVENT_ID_RANGE_FIRST + 10;
       
   239     public static final int QSWTEVENT_SYMBIAN_WINDOW_FULLY_VISIBLE = QSWTEVENT_ID_RANGE_FIRST + 11;
       
   240     public static final int QSWTEVENT_SYMBIAN_WINDOW_PARTIALLY_VISIBLE = QSWTEVENT_ID_RANGE_FIRST + 12;
       
   241     public static final int QSWTEVENT_SYMBIAN_WINDOW_NOT_VISIBLE = QSWTEVENT_ID_RANGE_FIRST + 13;
   239 
   242 
   240     // Qt connection types for signal-slot connections
   243     // Qt connection types for signal-slot connections
   241     public static final int QT_AUTOCONNECTION = 0;
   244     public static final int QT_AUTOCONNECTION = 0;
   242     public static final int QT_DIRECTCONNECTION = 1;
   245     public static final int QT_DIRECTCONNECTION = 1;
   243     public static final int QT_QUEUEDCONNECTION = 2;
   246     public static final int QT_QUEUEDCONNECTION = 2;
   545     public static final int QT_WA_STATICCONTENTS = 5;
   548     public static final int QT_WA_STATICCONTENTS = 5;
   546     public static final int QT_WA_PAINTOUTSIDEPAINTEVENT = 13;
   549     public static final int QT_WA_PAINTOUTSIDEPAINTEVENT = 13;
   547     public static final int QT_WA_PAINTONSCREEN = 8;
   550     public static final int QT_WA_PAINTONSCREEN = 8;
   548     public static final int QT_WA_PAINTUNCLIPPED = 52;
   551     public static final int QT_WA_PAINTUNCLIPPED = 52;
   549     public static final int QT_WA_INPUTMETHODENABLED = 14;
   552     public static final int QT_WA_INPUTMETHODENABLED = 14;
       
   553     public static final int QT_WA_NOMOUSEPROPAGATION = 73;
       
   554     public static final int QT_WA_SHOWWITHOUTACTIVATING = 98;
   550 
   555 
   551     // QStyle::StandardPixmap
   556     // QStyle::StandardPixmap
   552     public static final int QSTYLE_SP_MESSAGEBOXINFORMATION = 9;
   557     public static final int QSTYLE_SP_MESSAGEBOXINFORMATION = 9;
   553     public static final int QSTYLE_SP_MESSAGEBOXWARNING = 10;
   558     public static final int QSTYLE_SP_MESSAGEBOXWARNING = 10;
   554     public static final int QSTYLE_SP_MESSAGEBOXCRITICAL = 11;
   559     public static final int QSTYLE_SP_MESSAGEBOXCRITICAL = 11;
  1054     //
  1059     //
  1055     public static final native int QIcon_new(int pixmap);
  1060     public static final native int QIcon_new(int pixmap);
  1056     public static final native int QIcon_new();
  1061     public static final native int QIcon_new();
  1057     public static final native void QIcon_delete(int handle);
  1062     public static final native void QIcon_delete(int handle);
  1058     public static final native int QIcon_pixmap(int handle, int w, int h);
  1063     public static final native int QIcon_pixmap(int handle, int w, int h);
  1059 
  1064     
       
  1065     // 
       
  1066     // HbIcon
       
  1067     // 
       
  1068     public static final native int HbIcon_new(String name);
       
  1069     public static final native int HbIcon_pixmap(int handle);
       
  1070     public static final native void HbIcon_delete(int handle);
       
  1071     
  1060     //
  1072     //
  1061     // AbstractListModel
  1073     // AbstractListModel
  1062     //
  1074     //
  1063     public static final native int ListModel_new( int style, int parent, int listType );
  1075     public static final native int ListModel_new( int style, int parent, int listType );
  1064     public static final native void ListModel_beginInsertRows( int handle, int parentIndexHandle, int first, int last );
  1076     public static final native void ListModel_beginInsertRows( int handle, int parentIndexHandle, int first, int last );