VR-Forces 4.1 Class Documentation
diGuySetAppearance.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2006 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include "vrftasks/setDataReq.h"
12 #include <vlpi/NetStructs.h>
13 #include "vrftasks/radioMsgTypes.h"
14 #include "vrfutil/rwString.h"
15 
18 {
19 
20 public:
21 
24  DtDiGuySetAppearanceRequest(const DtString & writeName,
25  DtReaderWriterRegistry * parentRegistry = 0);
26 
28  orig, DtReaderWriterRegistry * parentRegistry = 0);
29 
32 
33  virtual ~DtDiGuySetAppearanceRequest();
34 
36  virtual const DtSetMessageType& type() const;
37 
39  virtual DtSetDataRequest * clone(const DtString & name,
40  DtReaderWriterRegistry * parentRegistry = 0) const;
41 
43  virtual DtString stringRep() const;
44 
45  virtual const DtString& appearance() const;
46  virtual void setAppearance(const DtString&);
47 
50  virtual int netRepSize() const;
51 
53  virtual bool setFromNet(const char* contentBuffer,
54  unsigned contentSize);
55 
58  virtual bool setToNet();
59 
60  static DtSetDataRequest * creator();
61 
62 protected:
63 
65 };

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)