OpenMW
|
Details of a suspected Load Order problem a plug-in will have. This is basically a POD. More...
#include <loadordererror.hpp>
Public Types | |
enum | ErrorCode { ErrorCode_None = 0, ErrorCode_MissingDependency = 1, ErrorCode_InactiveDependency = 2, ErrorCode_LoadOrder = 3 } |
Public Member Functions | |
LoadOrderError () | |
LoadOrderError (ErrorCode errorCode, QString fileName) | |
ErrorCode | errorCode () const |
QString | fileName () const |
QString | toolTip () const |
Private Attributes | |
ErrorCode | mErrorCode |
QString | mFileName |
Static Private Attributes | |
static QString | sErrorToolTips [ErrorCode_LoadOrder] |
Details of a suspected Load Order problem a plug-in will have. This is basically a POD.
|
inline |
|
inline |
|
inline |
|
inline |
QString ContentSelectorModel::LoadOrderError::toolTip | ( | ) | const |
|
private |
|
private |
|
staticprivate |