Base::ConsoleEvent Class Reference
Public Member Functions | |
ConsoleEvent (ConsoleSingleton::FreeCAD_ConsoleMsgType type, const std::string &msg) | |
~ConsoleEvent () | |
Public Attributes | |
std::string | msg |
ConsoleSingleton::FreeCAD_ConsoleMsgType | msgtype |
Constructor & Destructor Documentation
◆ ConsoleEvent()
Base::ConsoleEvent::ConsoleEvent | ( | ConsoleSingleton::FreeCAD_ConsoleMsgType | type, |
const std::string & | msg | ||
) |
◆ ~ConsoleEvent()
Base::ConsoleEvent::~ConsoleEvent | ( | ) |
Member Data Documentation
◆ msg
std::string Base::ConsoleEvent::msg |
Referenced by Base::ConsoleOutput::customEvent().
◆ msgtype
ConsoleSingleton::FreeCAD_ConsoleMsgType Base::ConsoleEvent::msgtype |
Referenced by Base::ConsoleOutput::customEvent().
The documentation for this class was generated from the following file:
- src/Base/Console.cpp