#include <cybmonoprojectionviewc.h>
Inheritance diagram for CybMonoProjectionViewC:


Public Types | |
| enum | Eyetype { CENTER, LEFT, RIGHT } |
Public Methods | |
| CybMonoProjectionViewC (double, double) | |
| void | SetGraphicChannel (CybGraphicChannelC *pCh) |
| void | SetEyetype (Eyetype s) |
| virtual void | Update () |
| virtual void | SetScreenSize (double x, double y) |
Protected Attributes | |
| CybGraphicChannelC * | m_pChannel |
| short | m_eyetype |
|
|
Definition at line 14 of file cybmonoprojectionviewc.h.
|
|
||||||||||||
|
|
|
|
Definition at line 18 of file cybmonoprojectionviewc.h.
00018 {m_eyetype = s;}
|
|
|
|
|
||||||||||||
|
Reimplemented from CybProjectionViewC. |
|
|
Reimplemented from DisViewC. |
|
|
Definition at line 25 of file cybmonoprojectionviewc.h. |
|
|
Definition at line 23 of file cybmonoprojectionviewc.h. |
1.3-rc2