Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

TabsListener.h

Go to the documentation of this file.
00001 #ifndef OglGui_TabsListener_h
00002 #define OglGui_TabsListener_h
00003 
00004 namespace OglGui
00005 {
00006 class Tabs;
00007 
00008 class TabsListener
00009 {
00010 public:
00011 
00012     virtual void
00013     TabSelectionEvent(Tabs *src, int tabNr, void* data)
00014     {
00015     }
00016 
00017     // RvB: Why this one as well
00018     virtual void
00019     TabSelectionEvent(Tabs *src, int tabNr, void* listenerData, int tabControlData)
00020     {
00021     }
00022 
00023 };
00024 
00025 } // namespace OglGui
00026 #endif

Generated on Fri Mar 19 09:31:39 2010 for ImpalaSrc by  doxygen 1.5.1