Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

MobileButtons.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *cr                                                                       
00003  *cr            (C) Copyright 1995-2019 The Board of Trustees of the           
00004  *cr                        University of Illinois                       
00005  *cr                         All Rights Reserved                        
00006  *cr                                                                   
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  * RCS INFORMATION:
00011  *
00012  *      $RCSfile: MobileButtons.h,v $
00013  *      $Author: johns $        $Locker:  $             $State: Exp $
00014  *      $Revision: 1.3 $        $Date: 2019/01/17 21:21:00 $
00015  *
00016  ***************************************************************************/
00017 
00019 class MobileButtons : public Buttons {
00020 private:
00021   VMDApp *app;
00022   int numButtons;
00023    
00024 protected:
00025   virtual int do_start(const SensorConfig *);
00026 
00027 public:
00028   MobileButtons(VMDApp *);
00029   
00030   virtual const char *device_name() const { return "mobilebuttons"; }
00031   virtual Buttons *clone() { return new MobileButtons(app); }
00032 
00033   virtual void update();
00034   inline virtual int alive() { return 1; }
00035 };
00036 

Generated on Fri Apr 19 02:44:40 2024 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002