Qt-Advanced-Docking-System/AdvancedDockingSystem/include/ads
mfreiholz 032a5d6cdf Memleak fixes
* Set parent of title- and content-widget to associated container-widget
* inside FloatingWidget::takeContent(...)

Restore state
* Restore all contents as visible and then call hideSectionContent(...) at
* the end. This is more consistent and uses same code (public API).
* Pass version to sub-methods to handle different formats
* Fix serialization, if nothing is visible (no sections, only hidden
* contents)
2016-02-19 12:00:39 +01:00
..
API.h Fixes compiler warning C4482 (enum usage with type name). 2016-02-15 13:56:42 +01:00
ContainerWidget.h Memleak fixes 2016-02-19 12:00:39 +01:00
DropOverlay.h Fixes compiler warning C4482 (enum usage with type name). 2016-02-15 13:56:42 +01:00
FloatingWidget.h Better compatible with qt4. 2016-02-15 12:27:23 +01:00
Internal.h Implements show/hide of SectionContent + serialization of state (not yet 2016-02-18 15:06:00 +01:00
SectionContent.h Refactors: Move save/restore impl into separate methods. 2016-02-17 14:42:46 +01:00
SectionContentWidget.h Implements show/hide of SectionContent + serialization of state (not yet 2016-02-18 15:06:00 +01:00
SectionTitleWidget.h Implements show/hide of SectionContent + serialization of state (not yet 2016-02-18 15:06:00 +01:00
SectionWidget.h Implements show/hide of SectionContent + serialization of state (not yet 2016-02-18 15:06:00 +01:00