Package prlsdkapi :: Class VmScrRes
[hide private]
[frames] | no frames]

Class VmScrRes

  object --+            
           |            
 prlsdk.Base --+        
               |        
prlsdk.BaseAsync --+    
                   |    
prlsdk.OwnerRefAsync --+
                       |
                      VmScrRes

Contains a virtual machine screen resolution information.

Instance Methods [hide private]
 
remove(self)
Removes this screen resolution from the virtual machine configuration.

Inherited from prlsdk.OwnerRefAsync: __init__, __new__

Inherited from prlsdk.BaseAsync: __cmp__, __repr__, cancel, wait

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __prefix__ = 'scrres'
  __ht__ = 268435480
Properties [hide private]
  enabled
Determines whether this screen resolution is enabled in the virtual machine.
  width
The screen resolution width.
  height
The screen resolution height.

Inherited from prlsdk.OwnerRefAsync: __owner__

Inherited from prlsdk.BaseAsync: __expected_h_type__, __job__, finished, handle_type

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

enabled

Determines whether this screen resolution is enabled in the virtual machine. True - enabled; False - disabled.

Get Method:
unreachable.scrres__get_enabled(scrres, ScrRes) - Returns VM screen resolution enabling sign.
Set Method:
unreachable.scrres__set_enabled(scrres, ScrRes, enabled) - Sets VM screen resolution enabling sign.

width

The screen resolution width.

Get Method:
unreachable.scrres__get_width(scrres, ScrRes) - Returns VM screen resolution width.
Set Method:
unreachable.scrres__set_width(scrres, ScrRes, width) - Sets VM screen resolution width.

height

The screen resolution height.

Get Method:
unreachable.scrres__get_height(scrres, ScrRes) - Returns VM screen resolution height.
Set Method:
unreachable.scrres__set_height(scrres, ScrRes, height) - Sets VM screen resolution height.