![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The Monitor class represents a display for view data (typically video). More...
#include <Monitor.h>
Public Member Functions | |
| Monitor (VxSdk::IVxMonitor *vxMonitor) | |
| Constructor. More... | |
| virtual | ~Monitor () |
| Destructor. More... | |
| !Monitor () | |
| Finaliser. More... | |
| Results::Value | Refresh () |
| Refreshes this instances properties. More... | |
Package Functions | |
| System::Collections::Generic::List< MonitorCell^ >^ | _GetMonitorCells () |
| System::Collections::Generic::List< CPPCli::Monitor::Layouts >^ | _GetAvailableLayouts () |
| CPPCli::Device^ | _GetHostDevice () |
Package Attributes | |
| VxSdk::IVxMonitor * | _monitor |
Properties | |
| System::Collections::Generic::List< CPPCli::Monitor::Layouts >^ | AvailableLayouts [get] |
| Gets the layouts available for this monitor. More... | |
| CPPCli::Device^ | HostDevice [get] |
| Gets the device that hosts this monitor. More... | |
| System::String^ | Id [get] |
| Gets the unique monitor identifier. More... | |
| Layouts | Layout [get, set] |
| Gets or sets the current layout for this monitor. More... | |
| System::Collections::Generic::List< MonitorCell^ >^ | MonitorCells [get] |
| Gets the cells currently active on this monitor. More... | |
| System::String^ | Name [get, set] |
| Gets or sets the friendly name of this monitor. More... | |
| int | Number [get, set] |
| Gets or sets the number used to designate this monitor. More... | |
The Monitor class represents a display for view data (typically video).
|
strong |
Values that represent the layouts of a monitor.
Definition at line 21 of file Monitor.h.
| CPPCli::Monitor::Monitor | ( | VxSdk::IVxMonitor * | vxMonitor | ) |
|
inlinevirtual |
Destructor.
Definition at line 86 of file Monitor.h.
| CPPCli::Monitor::!Monitor | ( | ) |
|
package |
Definition at line 59 of file Monitor.cpp.
|
package |
Definition at line 23 of file Monitor.cpp.
|
package |
Definition at line 35 of file Monitor.cpp.
| CPPCli::Results::Value CPPCli::Monitor::Refresh | ( | ) |
Refreshes this instances properties.
Definition at line 19 of file Monitor.cpp.
|
package |
|
get |
|
get |
|
get |
|
getset |
|
get |
|
getset |
|
getset |