/[enigma]/enigma/src/display.hh
ViewVC logotype

Diff of /enigma/src/display.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by dheck, Mon May 12 22:59:23 2003 UTC revision 1.13 by reallysoft, Sun May 18 13:29:31 2003 UTC
# Line 42  namespace display Line 42  namespace display
42         -- use a timer or a flag to do this. */         -- use a timer or a flag to do this. */
43      class ModelCallback {      class ModelCallback {
44      public:      public:
45            virtual ~ModelCallback() {}
46          virtual void animcb() = 0;          virtual void animcb() = 0;
47      };      };
48    
# Line 191  namespace display Line 192  namespace display
192          virtual void set_inventory (Inventory *inv)    = 0;          virtual void set_inventory (Inventory *inv)    = 0;
193          virtual void update_inventory (Inventory *inv) = 0;          virtual void update_inventory (Inventory *inv) = 0;
194    
195          virtual void show_text (const std::string &str,          virtual void show_text (const std::string &str,
196                                  TextMode m = TEXT_SCROLLING,                                  TextMode m = TEXT_SCROLLING,
197                                  bool may_interrupt=false) = 0;                                  bool may_interrupt=false) = 0;
198          virtual void hide_text()                                                     = 0;          virtual void hide_text()                                                     = 0;
199    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26