OpendTect
7.0
|
Public Types | |
enum | Icon { NoIcon , Information , Warning , Critical , Question } |
Public Member Functions | |
void | about (const uiString &) |
void | aboutOpendTect (const uiString &) |
int | ask2D3D (const uiString &, bool cancelbut=false) |
int | askContinue (const uiString &) |
int | askDelete (const uiString &, bool cancelbut=false) |
int | askDeleteWithDetails (const uiString &msg, const uiStringSet &details, bool cancelbut=false) |
bool | askGoOn (const uiString &, bool withyesno, bool *dontaskagain) |
bool | askGoOn (const uiString &, bool withyesno=true) |
withyesno false: 'OK' and 'Cancel', true: 'Yes' and 'No' More... | |
bool | askGoOn (const uiString &msg, const uiString &textyes, const uiString &textno) |
bool | askGoOn (const uiString &msg, const uiString &textyes, const uiString &textno, bool *dontaskagain) |
int | askGoOnAfter (const uiString &, const uiString &cnclmsg, const uiString &textyes, const uiString &textno, bool *dontaskagain) |
int | askGoOnAfter (const uiString &, const uiString &cnclmsg=uiString::emptyString(), const uiString &textyes=uiString::emptyString(), const uiString &textno=uiString::emptyString()) |
bool | askGoOnWithDetails (const uiString &msg, const uiStringSet &details, bool withyesno=true) |
bool | askGoOnWithDetails (const uiString &msg, const uiStringSet &details, const uiString &textyes, const uiString &textno) |
int | askOverwrite (const uiString &) |
int | askRemove (const uiString &, bool cancelbut=false) |
int | askRemoveWithDetails (const uiString &msg, const uiStringSet &details, bool cancelbut=false) |
int | askSave (const uiString &, bool cancelbut=true) |
bool | error (const uiString &, const uiString &part2, const uiString &part3, bool withdontshowagain) |
void | error (const uiString &, const uiString &part2=uiString::emptyString(), const uiString &part3=uiString::emptyString()) |
void | errorWithDetails (const BufferStringSet &) |
void | errorWithDetails (const FileMultiString &) |
void | errorWithDetails (const uiStringSet &) |
void | errorWithDetails (const uiStringSet &, const uiString &firstmsg) |
bool | message (const uiString &, const uiString &part2, const uiString &part3, bool withdontshowagain) |
void | message (const uiString &, const uiString &part2=uiString::emptyString(), const uiString &part3=uiString::emptyString()) |
int | question (const uiString &, const uiString &textyes, const uiString &textno, const uiString &textcncl, const uiString &caption, bool *dontaskagain) |
int | question (const uiString &, const uiString &textyes=uiString::emptyString(), const uiString &textno=uiString::emptyString(), const uiString &textcncl=uiString::emptyString(), const uiString &caption=uiString::emptyString()) |
uiMainWin * | setMainWin (uiMainWin *) |
return old More... | |
int | showMessageBox (Icon icon, QWidget *parent, const uiString &txt, const uiString &yestxtinp, const uiString ¬xtinp, const uiString &cncltxtinp, const uiString &title, bool *notagain) |
int | showMessageBox (Icon icon, QWidget *parent, const uiString &txt, const uiString &yestxtinp, const uiString ¬xtinp, const uiString &cncltxtinp, const uiString &title=uiString::emptyString()) |
int | showMessageBoxWithDetails (Icon icon, QWidget *parent, const uiString &txt, const uiString &yestxtinp, const uiString ¬xtinp, const uiString &cncltxtinp, const uiStringSet &details, const uiString &title, bool *notagain) |
bool | showMsgNextTime (const uiString &, const uiString &msg=uiString::emptyString()) |
uiStatusBar * | statusBar () |
bool | toStatusbar (uiString, int fld=0, int msec=-1) |
returns false if there is none More... | |
bool | warning (const uiString &, const uiString &part2, const uiString &part3, bool withdontshowagain) |
void | warning (const uiString &, const uiString &part2=uiString::emptyString(), const uiString &part3=uiString::emptyString()) |
Static Public Member Functions | |
static uiString | sDontShowAgain () |
static void | setNextCaption (const uiString &) |
Protected Member Functions | |
uiMsg () | |
~uiMsg () | |
QWidget * | popParnt () |
Static Protected Attributes | |
static uiMsg * | theinst_ |
Private Member Functions | |
int | beginCmdRecEvent (const char *wintitle) |
void | endCmdRecEvent (int refnr, int retval, const char *buttxt0, const char *buttxt1=0, const char *buttxt2=0) |
Private Attributes | |
uiMainWin * | uimainwin_ = nullptr |
Friends | |
class | uiMain |
uiMsg & | uiMSG () |
<>
enum uiMsg::Icon |
|
protected |
|
protected |
void uiMsg::about | ( | const uiString & | ) |
void uiMsg::aboutOpendTect | ( | const uiString & | ) |
int uiMsg::ask2D3D | ( | const uiString & | , |
bool | cancelbut = false |
||
) |
0=3D | 1=2D -1=Cancel |
int uiMsg::askContinue | ( | const uiString & | ) |
0=Abort | 1=Continue |
int uiMsg::askDelete | ( | const uiString & | , |
bool | cancelbut = false |
||
) |
0=Don't | delete 1=Delete -1=Cancel |
int uiMsg::askDeleteWithDetails | ( | const uiString & | msg, |
const uiStringSet & | details, | ||
bool | cancelbut = false |
||
) |
0=Don't | delete 1=Delete -1=Cancel |
bool uiMsg::askGoOn | ( | const uiString & | , |
bool | withyesno, | ||
bool * | dontaskagain | ||
) |
withyesno false: 'OK' and 'Cancel', true: 'Yes' and 'No' If don't askagain is given, the user will have the option to not see this again, and the boolean will be filled in.
bool uiMsg::askGoOn | ( | const uiString & | , |
bool | withyesno = true |
||
) |
withyesno false: 'OK' and 'Cancel', true: 'Yes' and 'No'
bool uiMsg::askGoOn | ( | const uiString & | msg, |
const uiString & | textyes, | ||
const uiString & | textno, | ||
bool * | dontaskagain | ||
) |
If don't askagain is given, the user will have the option to not see this again, and the boolean will be filled in.
int uiMsg::askGoOnAfter | ( | const uiString & | , |
const uiString & | cnclmsg, | ||
const uiString & | textyes, | ||
const uiString & | textno, | ||
bool * | dontaskagain | ||
) |
1=yes, 0=no, -1=cancel If don't askagain is given, the user will have the option to not see this again, and the boolean will be filled in.
int uiMsg::askGoOnAfter | ( | const uiString & | , |
const uiString & | cnclmsg = uiString::emptyString() , |
||
const uiString & | textyes = uiString::emptyString() , |
||
const uiString & | textno = uiString::emptyString() |
||
) |
bool uiMsg::askGoOnWithDetails | ( | const uiString & | msg, |
const uiStringSet & | details, | ||
bool | withyesno = true |
||
) |
bool uiMsg::askGoOnWithDetails | ( | const uiString & | msg, |
const uiStringSet & | details, | ||
const uiString & | textyes, | ||
const uiString & | textno | ||
) |
int uiMsg::askOverwrite | ( | const uiString & | ) |
0=Abort | 1=Overwrite |
int uiMsg::askRemove | ( | const uiString & | , |
bool | cancelbut = false |
||
) |
0=Don't | remove 1=Remove -1=Cancel |
int uiMsg::askRemoveWithDetails | ( | const uiString & | msg, |
const uiStringSet & | details, | ||
bool | cancelbut = false |
||
) |
0=Don't | remove 1=Remove -1=Cancel |
int uiMsg::askSave | ( | const uiString & | , |
bool | cancelbut = true |
||
) |
0=Don't | save 1=Save -1=Cancel |
|
private |
|
private |
bool uiMsg::error | ( | const uiString & | , |
const uiString & | part2, | ||
const uiString & | part3, | ||
bool | withdontshowagain | ||
) |
If withdontshowgain is true, the user will be prompted to not see this again. Return true if the user does not want to see it again.
void uiMsg::error | ( | const uiString & | , |
const uiString & | part2 = uiString::emptyString() , |
||
const uiString & | part3 = uiString::emptyString() |
||
) |
void uiMsg::errorWithDetails | ( | const BufferStringSet & | ) |
void uiMsg::errorWithDetails | ( | const FileMultiString & | ) |
If input has multiple parts, the first will be displayed directly, while the complete message is available under a 'Details ...' button, separated by new lines.
void uiMsg::errorWithDetails | ( | const uiStringSet & | ) |
void uiMsg::errorWithDetails | ( | const uiStringSet & | , |
const uiString & | firstmsg | ||
) |
bool uiMsg::message | ( | const uiString & | , |
const uiString & | part2, | ||
const uiString & | part3, | ||
bool | withdontshowagain | ||
) |
If withdontshowgain is true, the user will be prompted to not see this again. Return true if the user does not want to see it again.
void uiMsg::message | ( | const uiString & | , |
const uiString & | part2 = uiString::emptyString() , |
||
const uiString & | part3 = uiString::emptyString() |
||
) |
|
protected |
int uiMsg::question | ( | const uiString & | , |
const uiString & | textyes, | ||
const uiString & | textno, | ||
const uiString & | textcncl, | ||
const uiString & | caption, | ||
bool * | dontaskagain | ||
) |
If don't askagain is given, the user will have the option to not see this again, and the boolean will be filled in.
int uiMsg::question | ( | const uiString & | , |
const uiString & | textyes = uiString::emptyString() , |
||
const uiString & | textno = uiString::emptyString() , |
||
const uiString & | textcncl = uiString::emptyString() , |
||
const uiString & | caption = uiString::emptyString() |
||
) |
|
static |
|
static |
Sets the caption for the next call to any of the msg fns After that, caption will be reset to default
int uiMsg::showMessageBox | ( | Icon | icon, |
QWidget * | parent, | ||
const uiString & | txt, | ||
const uiString & | yestxtinp, | ||
const uiString & | notxtinp, | ||
const uiString & | cncltxtinp, | ||
const uiString & | title, | ||
bool * | notagain | ||
) |
int uiMsg::showMessageBox | ( | Icon | icon, |
QWidget * | parent, | ||
const uiString & | txt, | ||
const uiString & | yestxtinp, | ||
const uiString & | notxtinp, | ||
const uiString & | cncltxtinp, | ||
const uiString & | title = uiString::emptyString() |
||
) |
int uiMsg::showMessageBoxWithDetails | ( | Icon | icon, |
QWidget * | parent, | ||
const uiString & | txt, | ||
const uiString & | yestxtinp, | ||
const uiString & | notxtinp, | ||
const uiString & | cncltxtinp, | ||
const uiStringSet & | details, | ||
const uiString & | title, | ||
bool * | notagain | ||
) |
bool uiMsg::showMsgNextTime | ( | const uiString & | , |
const uiString & | msg = uiString::emptyString() |
||
) |
The msg must be negative, like "Don't show msg again" Be sure to store the ret val in the user settings
uiStatusBar* uiMsg::statusBar | ( | ) |
bool uiMsg::toStatusbar | ( | uiString | , |
int | fld = 0 , |
||
int | msec = -1 |
||
) |
returns false if there is none
bool uiMsg::warning | ( | const uiString & | , |
const uiString & | part2, | ||
const uiString & | part3, | ||
bool | withdontshowagain | ||
) |
If withdontshowgain is true, the user will be prompted to not see this again. Return true if the user does not want to see it again.
void uiMsg::warning | ( | const uiString & | , |
const uiString & | part2 = uiString::emptyString() , |
||
const uiString & | part3 = uiString::emptyString() |
||
) |
|
friend |
|
friend |
|
staticprotected |
|
private |
Generated at for the OpendTect seismic interpretation project. Copyright (C): dGB Beheer B.V. 1995-2024