sipXcallLib home page


PtPhoneGraphicDisplay.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2004-2006 SIPfoundry Inc.
3 // Licensed by SIPfoundry under the LGPL license.
4 //
5 // Copyright (C) 2004-2006 Pingtel Corp. All rights reserved.
6 // Licensed to SIPfoundry under a Contributor Agreement.
7 //
8 // $$
10 
11 
12 #ifndef _PtPhoneGraphicDisplay_h_
13 #define _PtPhoneGraphicDisplay_h_
14 
15 // SYSTEM INCLUDES
16 // APPLICATION INCLUDES
17 #include "ptapi/PtPhoneDisplay.h"
18 
19 // DEFINES
20 // MACROS
21 // EXTERNAL FUNCTIONS
22 // EXTERNAL VARIABLES
23 // CONSTANTS
24 // STRUCTS
25 // TYPEDEFS
26 // FORWARD DECLARATIONS
27 class TaoClientTask;
28 
29 //:A PtPhoneGraphicDisplay object represents a display device that is
30 //:pixel-addressable.
31 // The interface for this class has not yet been defined.
32 
34 {
35 /* //////////////////////////// PUBLIC //////////////////////////////////// */
36 public:
37 
38 /* ============================ CREATORS ================================== */
40  //:Default constructor
41 
43 
44  PtPhoneGraphicDisplay(const PtPhoneGraphicDisplay& rPtPhoneGraphicDisplay);
45  //:Copy constructor (not implemented for this class)
46 
48  //:Assignment operator (not implemented for this class)
49 
50  virtual
52  //:Destructor
53 
54 
55 /* ============================ MANIPULATORS ============================== */
56 
57 /* ============================ ACCESSORS ================================= */
58 // virtual PtStatus getName(char*& rpName);
59  //:Returns the name associated with this component.
63 
64 // virtual PtStatus getType(int& rType);
65  //:Returns the type associated with this component.
69 
70 
71 /* ============================ INQUIRY =================================== */
72 
73 /* //////////////////////////// PROTECTED ///////////////////////////////// */
74 protected:
75 
76 /* //////////////////////////// PRIVATE /////////////////////////////////// */
77 private:
78 
79 
80 };
81 
82 /* ============================ INLINE METHODS ============================ */
83 
84 #endif // _PtPhoneGraphicDisplay_h_
virtual ~PtPhoneGraphicDisplay()
Definition: PtPhoneGraphicDisplay.cpp:52
Definition: PtPhoneGraphicDisplay.h:33
PtPhoneGraphicDisplay(int type=PtComponent::GRAPHIC_DISPLAY)
Definition: PtPhoneGraphicDisplay.cpp:35
Definition: PtPhoneDisplay.h:34
Definition: PtComponent.h:39
PtPhoneGraphicDisplay & operator=(const PtPhoneGraphicDisplay &rhs)
Definition: PtPhoneGraphicDisplay.cpp:60
Definition: TaoClientTask.h:50