7 #ifndef TPZGuiInterfaceH 8 #define TPZGuiInterfaceH 46 fProgressBarMaxPos(gui.fProgressBarMaxPos),fProgressBarMinPos(gui.fProgressBarMinPos)
Contains declaration of the TPZSavable class which defines the interface to save and restore objects ...
virtual ~TPZGuiInterface()
TPZGuiInterface & operator=(const TPZGuiInterface &gui)
virtual void ShowErrorMessage(std::string message)
int & ProgressBarMaxPos()
void SetMessage(const std::string &message)
#define DebugStop()
Returns a message to user put a breakpoint in.
TPZGuiInterface(const TPZGuiInterface &gui)
This class implements a very simple interface from PZ kernel to GUI. Module: Common.
Defines the interface for saving and reading data. Persistency.
void Read(TPZStream &buf, void *context) override
read objects from the stream
int & ProgressBarMinPos()
void Write(TPZStream &buf, int withclassid) const override
Writes this object to the TPZStream buffer. Include the classid if withclassid = true.
This class defines the interface to save and restore objects from TPZStream objects. Persistency.
virtual void UpdateCaption()
int ClassId() const override
Define the class id associated with the class.