|
| static const occ::handle< Message_Messenger > & | DefaultMessenger () |
| | Defines default messenger for OCCT applications. This is global static instance of the messenger. By default, it contains single printer directed to std::cout. It can be customized according to the application needs.
|
| |
|
| static Message_Messenger::StreamBuffer | Send (Message_Gravity theGravity) |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static void | Send (const TCollection_AsciiString &theMessage, Message_Gravity theGravity) |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static Message_Messenger::StreamBuffer | SendFail () |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static Message_Messenger::StreamBuffer | SendAlarm () |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static Message_Messenger::StreamBuffer | SendWarning () |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static Message_Messenger::StreamBuffer | SendInfo () |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static Message_Messenger::StreamBuffer | SendTrace () |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static void | SendFail (const TCollection_AsciiString &theMessage) |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static void | SendAlarm (const TCollection_AsciiString &theMessage) |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static void | SendWarning (const TCollection_AsciiString &theMessage) |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static void | SendInfo (const TCollection_AsciiString &theMessage) |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static void | SendTrace (const TCollection_AsciiString &theMessage) |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static TCollection_AsciiString | FillTime (const int Hour, const int Minute, const double Second) |
| | Returns the string filled with values of hours, minutes and seconds. Example:
|
| |
| static const occ::handle< Message_Report > & | DefaultReport (const bool theToCreate=false) |
| | returns the only one instance of Report When theToCreate is true - automatically creates message report when not exist.
|
| |
| static bool | MetricFromString (const char *const theString, Message_MetricType &theType) |
| | Determines the metric from the given string identifier.
|
| |
| static const char * | MetricToString (const Message_MetricType theType) |
| | Returns the string name for a given metric type.
|
| |
| static Message_MetricType | MetricFromString (const char *const theString) |
| | Returns the metric type from the given string identifier.
|
| |
| static bool | ToOSDMetric (const Message_MetricType theMetric, OSD_MemInfo::Counter &theMemInfo) |
| | Converts message metric to OSD memory info type.
|
| |
| static bool | ToMessageMetric (const OSD_MemInfo::Counter theMemInfo, Message_MetricType &theMetric) |
| | Converts OSD memory info type to message metric.
|
| |