|
static const 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. More...
|
|
|
static Message_Messenger::StreamBuffer | Send (Message_Gravity theGravity) |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static void | Send (const TCollection_AsciiString &theMessage, Message_Gravity theGravity) |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static Message_Messenger::StreamBuffer | SendFail () |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static Message_Messenger::StreamBuffer | SendAlarm () |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static Message_Messenger::StreamBuffer | SendWarning () |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static Message_Messenger::StreamBuffer | SendInfo () |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static Message_Messenger::StreamBuffer | SendTrace () |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static void | SendFail (const TCollection_AsciiString &theMessage) |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static void | SendAlarm (const TCollection_AsciiString &theMessage) |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static void | SendWarning (const TCollection_AsciiString &theMessage) |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static void | SendInfo (const TCollection_AsciiString &theMessage) |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static void | SendTrace (const TCollection_AsciiString &theMessage) |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static TCollection_AsciiString | FillTime (const Standard_Integer Hour, const Standard_Integer Minute, const Standard_Real Second) |
| Returns the string filled with values of hours, minutes and seconds. Example: More...
|
|
static const Handle< Message_Report > & | DefaultReport (const Standard_Boolean theToCreate=Standard_False) |
| returns the only one instance of Report When theToCreate is true - automatically creates message report when not exist. More...
|
|
static Standard_Boolean | MetricFromString (const Standard_CString theString, Message_MetricType &theType) |
| Determines the metric from the given string identifier. More...
|
|
static Standard_CString | MetricToString (const Message_MetricType theType) |
| Returns the string name for a given metric type. More...
|
|
static Message_MetricType | MetricFromString (const Standard_CString theString) |
| Returns the metric type from the given string identifier. More...
|
|
static Standard_Boolean | ToOSDMetric (const Message_MetricType theMetric, OSD_MemInfo::Counter &theMemInfo) |
| Converts message metric to OSD memory info type. More...
|
|
static Standard_Boolean | ToMessageMetric (const OSD_MemInfo::Counter theMemInfo, Message_MetricType &theMetric) |
| Converts OSD memory info type to message metric. More...
|
|