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