MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getPanelContractedPartition

Method getPanelContractedPartition

src/tools/ecode/uistatusbar.cpp:167–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167StyleSheetLength UIStatusBar::getPanelContractedPartition() const {
168 if ( isPanelExpanded() )
169 return mPanelContractedPartition;
170 return mContext->getMainSplitter()->getSplitPartition();
171}
172
173std::shared_ptr<StatusBarElement> UIStatusBar::getStatusBarElement( const std::string& id ) const {
174 auto elemIt = mElements.find( id );

Callers 1

saveConfigMethod · 0.80

Calls 1

getMainSplitterMethod · 0.45

Tested by

no test coverage detected