MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / toggleMessageTypeVisibility

Method toggleMessageTypeVisibility

MiniZincIDE/outputwidget.h:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82 void setMessageTypeVisibility(const QString& messageType, bool visible);
83 void toggleMessageTypeVisibility(const QString& messageType) { setMessageTypeVisibility(messageType, !isMessageTypeVisible(messageType)); }
84
85 void scrollToBottom();
86signals:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected