#ifndef __CPBASEQTAPPLICATION__PLUGINSNAVIGATOR__H__ #define __CPBASEQTAPPLICATION__PLUGINSNAVIGATOR__H__ #include #include namespace cpBaseQtApplication { /** */ class cpBaseQtApplication_EXPORT PluginsNavigator : public QTreeWidget { Q_OBJECT; public: typedef PluginsNavigator Self; typedef QTreeWidget Superclass; public: explicit PluginsNavigator( QWidget* parent = NULL ); virtual ~PluginsNavigator( ); void Update( ); protected: void _Clear( ); void _Update( ); }; } // ecapseman #endif // __CPBASEQTAPPLICATION__PLUGINSNAVIGATOR__H__ // eof - $RCSfile$