◆ About()
在文件 QMessageBox.xcsm 第 46 行定义.
46 {
47 QtXnl.long_string2_int2(0, Constant.MESSAGEBOXABT, caption, text, 0, 0);
48 }
◆ Critical()
static int Critical |
( |
String |
caption, |
|
|
String |
text, |
|
|
int |
button, |
|
|
int |
defaultBtn |
|
) |
| |
|
static |
在文件 QMessageBox.xcsm 第 32 行定义.
32 {
33 return QtXnl.long_string2_int2(0, Constant.MESSAGEBOXERR, caption, text, button, defaultBtn);
34 }
◆ Information()
static int Information |
( |
String |
caption, |
|
|
String |
text, |
|
|
int |
button, |
|
|
int |
defaultBtn |
|
) |
| |
|
static |
在文件 QMessageBox.xcsm 第 42 行定义.
42 {
43 return QtXnl.long_string2_int2(0, Constant.MESSAGEBOXINF, caption, text, button, defaultBtn);
44 }
◆ Question()
static int Question |
( |
String |
caption, |
|
|
String |
text, |
|
|
int |
button, |
|
|
int |
defaultBtn |
|
) |
| |
|
static |
在文件 QMessageBox.xcsm 第 39 行定义.
39 {
40 return QtXnl.long_string2_int2(0, Constant.MESSAGEBOXQUE, caption, text, button, defaultBtn);
41 }
◆ Warning()
static int Warning |
( |
String |
caption, |
|
|
String |
text, |
|
|
int |
button, |
|
|
int |
defaultBtn |
|
) |
| |
|
static |
在文件 QMessageBox.xcsm 第 35 行定义.
35 {
36 return QtXnl.long_string2_int2(0, Constant.MESSAGEBOXWAR, caption, text, button, defaultBtn);
37 }
◆ Abort
const int Abort = 0x00040000 |
|
static |
◆ Apply
const int Apply = 0x02000000 |
|
static |
◆ ButtonMask
const int ButtonMask = ~FlagMask |
|
static |
◆ Cancel
const int Cancel = 0x00400000 |
|
static |
◆ Close
const int Close = 0x00200000 |
|
static |
◆ Default
const int Default = 0x00000100 |
|
static |
◆ Discard
const int Discard = 0x00800000 |
|
static |
◆ Escape
const int Escape = 0x00000200 |
|
static |
◆ FirstButton
const int FirstButton = Ok |
|
static |
◆ FlagMask
const int FlagMask = 0x00000300 |
|
static |
◆ Help
const int Help = 0x01000000 |
|
static |
◆ Ignore
const int Ignore = 0x00100000 |
|
static |
◆ LastButton
const int LastButton = RestoreDefaults |
|
static |
◆ No
const int No = 0x00010000 |
|
static |
◆ NoAll
const int NoAll = NoToAll |
|
static |
◆ NoButton
const int NoButton = 0x00000000 |
|
static |
◆ NoToAll
const int NoToAll = 0x00020000 |
|
static |
◆ Ok
const int Ok = 0x00000400 |
|
static |
◆ Open
const int Open = 0x00002000 |
|
static |
◆ Reset
const int Reset = 0x04000000 |
|
static |
◆ RestoreDefaults
const int RestoreDefaults = 0x08000000 |
|
static |
◆ Retry
const int Retry = 0x00080000 |
|
static |
◆ Save
const int Save = 0x00000800 |
|
static |
◆ SaveAll
const int SaveAll = 0x00001000 |
|
static |
◆ Yes
const int Yes = 0x00004000 |
|
static |
◆ YesAll
const int YesAll = YesToAll |
|
static |
◆ YesToAll
const int YesToAll = 0x00008000 |
|
static |