25 return Hash(
"TPZGuiInterface");
47 std::cout <<
fMessage.c_str() <<
"\n";
67 std::cout <<
"Starting execution\n";
71 std::cout <<
"Execution finished\n";
75 PZError << message.c_str() <<
"\n";
virtual ~TPZGuiInterface()
Contains declaration of TPZGuiInterface class.
virtual void ShowErrorMessage(std::string message)
void SetMessage(const std::string &message)
virtual void Write(const bool val)
int32_t Hash(std::string str)
Contains declaration of the abstract TPZStream class. TPZStream defines the interface for saving and ...
Defines the interface for saving and reading data. Persistency.
void Read(TPZStream &buf, void *context) override
read objects from the stream
void Write(TPZStream &buf, int withclassid) const override
Writes this object to the TPZStream buffer. Include the classid if withclassid = true.
virtual void UpdateCaption()
int ClassId() const override
Define the class id associated with the class.
#define PZError
Defines the output device to error messages and the DebugStop() function.
virtual void Read(bool &val)