- adds sectionContentVisibilityChanged(...) signal
This commit is contained in:
mfreiholz
2016-04-11 07:08:40 +02:00
parent f2a352c305
commit 932ec71ad8
4 changed files with 22 additions and 0 deletions

View File

@@ -153,6 +153,13 @@ signals:
*/
void activeTabChanged(const SectionContent::RefPtr& sc, bool active);
/*!
* Emits whenever the visibility of a SectionContent changes.
* \see showSectionContent(), hideSectionContent()
* \since 0.2
*/
void sectionContentVisibilityChanged(const SectionContent::RefPtr& sc, bool visible);
private:
// Elements inside container.
QList<SectionWidget*> _sections;