VR-Forces 4.2 Class Documentation
DtPrintAccessory.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtPrintAccessory.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
12 #ifndef DtPrintAccessory_H_
13 #define DtPrintAccessory_H_
14 
15 #include "exampleAccessory.h"
16 #include <vrvCore/DtBaseAccessory.h>
17 
18 namespace makVrv
19 {
20  class DtConnection;
21 
22  namespace DT_PROTOCOL_NAMESPACE
23  {
28  {
29  public:
32 
34  virtual ~DtPrintAccessory();
35 
39  virtual bool isCompatible(DtDriver* driver);
40 
42  virtual void install(DtDriver* driver);
43 
45  virtual void uninstall(DtDriver* baseConn);
46 
47  protected:
49  virtual void slot_onSimCreated(DtConnection* connection);
50 
52  virtual void slot_onSimConnected(DtConnection* connection);
53 
55  virtual void slot_onSimAboutToBeDisconnected(DtConnection* connection);
56  };
57  }
58 }
59 
60 #include "DtPrintAccessory.inl"
61 
62 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)