listViewComponent.h

Go to the documentation of this file.
00001 #ifndef LIST_VIEW_COMPONENT_H
00002 #define LIST_VIEW_COMPONENT_H
00003 
00015 #include "componentInterface.h"
00016 
00017 
00021 class ListViewComponent : ComponentInterface {
00022 public:
00023   ListViewComponent(void);
00024   ~ListViewComponent(void);
00025 };
00026 
00027 #endif /* !LIST_VIEW_COMPONENT_H */
00028 

Generated on Mon Apr 13 22:52:02 2009 by  doxygen 1.5.7.1