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

Function isExpandable

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

Source from the content-addressed store, hash-verified

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
26signals:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected