33 #ifndef __TERRALIB_QT_PLUGINS_TIMEVIEWER_PLUGIN_H__    34 #define __TERRALIB_QT_PLUGINS_TIMEVIEWER_PLUGIN_H__    37 #include "../../../core/plugin/CppPlugin.h"    94 #endif  //__TERRALIB_QT_PLUGINS_TIMEVIEWER_PLUGIN_H__ 
QAction * m_timeViewerAction
 
A base class for application events. 
 
Basic information about a plugin. 
 
void triggered(te::qt::af::evt::Event *e)
 
The base class for C++ plugins. 
 
void onTimeViewerActionTriggered()
 
void shutdown()
This method will be called by applicatons to shutdown plugin's functionality. 
 
te::qt::plugins::tv::TimeViewerDockWidget * m_tvDock
 
void onTimeDockTriggered(te::qt::af::evt::Event *e)
 
void startup()
This method will be called by applications to startup some plugin's functionality. 
 
Plugin(const te::core::PluginInfo &pluginInfo)