refs #335, renaming

* the term "components" will only be used for GUI components (derived from QWidget/ QWidget derived classes) fron now on
* timer, and enabler classes renamed accordingly: CEnableForRuntime, CEnableForDockWidgetInfoArea, CUpdateTimer
* adjusted all dependent classes
This commit is contained in:
Klaus Basan
2014-10-10 15:23:03 +02:00
committed by Roland Winklmeier
parent bb8b515c87
commit df5169ee98
38 changed files with 161 additions and 149 deletions

View File

@@ -18,9 +18,9 @@ namespace BlackGui
{
//! Forward declarations
class CInfoArea;
namespace Components { class CDockWidgetInfoAreaComponent; }
namespace Components { class CEnableForDockWidgetInfoArea; }
//! Specialized class for dock widgets serving as info area
//! Specialized class for dock widgets serving as info area.
//! \sa CDockWidgetInfoBar
//! \sa CInfoArea
class CDockWidgetInfoArea : public CDockWidget
@@ -53,7 +53,7 @@ namespace BlackGui
private:
//! Find all embedded dock widget components. These are components marked as CDockWidgetInfoAreaComponent
//! \remarks Only directly embedded info area components, not those of nested info areas
QList<Components::CDockWidgetInfoAreaComponent *> findEmbeddedDockWidgetInfoAreaComponents();
QList<Components::CEnableForDockWidgetInfoArea *> findEmbeddedDockWidgetInfoAreaComponents();
//! Nested info areas
QList<CDockWidgetInfoArea *> findNestedInfoAreas();