MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setClosable

Function setClosable

gui/qt/dockwidget.h:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 void setState(bool visible);
21 bool isClosable() const { return m_closable; }
22 void setClosable(bool closable) { m_closable = closable; }
23 bool isExpandable() const { return m_expandable; }
24 void setExpandable(bool expandable) { m_expandable = expandable; }
25

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected