|
UniWidgets
1.0.0
|
00001 #ifndef _SHOWTEXTLOGIC_H 00002 #define _SHOWTEXTLOGIC_H 00003 // ------------------------------------------------------------------------- 00004 #include <objects/ShowLogic.h> 00005 // ------------------------------------------------------------------------- 00006 namespace UniWidgets 00007 { 00008 class Text; 00014 class ShowTextLogic : public ShowLogic<SimpleText> 00015 { 00016 public: 00017 ShowTextLogic(); 00018 explicit ShowTextLogic(ShowLogic<SimpleText>::BaseObjectType* gobject); 00019 virtual ~ShowTextLogic(); 00020 DISALLOW_COPY_AND_ASSIGN(ShowTextLogic); 00021 }; 00022 00023 } 00024 #endif
1.7.6.1