![]() |
NDEVR
API Documentation
|
Allows the software to display a warning to the end user about a problem encountered during an IOFactory read/write operation. More...
Public Member Functions | |
| FileFactoryWarning (const TranslatedString &title, const File &file, uint04 line_number=Constant< uint04 >::Invalid) | |
| Constructs a warning referencing a specific file and optional line number. | |
| FileFactoryWarning (const TranslatedString &title, const TranslatedString &message) | |
| Constructs a warning with a title and descriptive message. | |
Public Attributes | |
| TranslatedString | message |
| The descriptive message body of the warning. | |
| TranslatedString | title |
| The title or heading of the warning. | |
Allows the software to display a warning to the end user about a problem encountered during an IOFactory read/write operation.
Definition at line 52 of file IOFactory.h.
| FileFactoryWarning::FileFactoryWarning | ( | const TranslatedString & | title, |
| const TranslatedString & | message ) |
| FileFactoryWarning::FileFactoryWarning | ( | const TranslatedString & | title, |
| const File & | file, | ||
| uint04 | line_number = Constant< uint04 >::Invalid ) |
Constructs a warning referencing a specific file and optional line number.
| [in] | title | The title or heading of the warning. |
| [in] | file | The file associated with the warning. |
| [in] | line_number | The line number in the file where the problem was encountered. Defaults to Constant<uint04>::Invalid if not specified. |
References title.