osgViewer.SingleWindow

class osgViewer.SingleWindow
Represents:c++ class
Wraps:osgViewer::SingleWindow
Bases:osgViewer.ViewConfig

Constructors:

osgViewer.SingleWindow()

osgViewer.SingleWindow(int x, int y, int width, int height)

Параметры:
  • x (int) –
  • y (int) –
  • width (int) –
  • height (int) –
osgViewer.SingleWindow(int x, int y, int width, int height, unsigned screenNum)

Параметры:
  • x (int) –
  • y (int) –
  • width (int) –
  • height (int) –
  • screenNum (unsigned) –

Methods:

:setX(int x)

Параметры:x (int) –
:getX()

Тип результата:int
:setY(int y)

Параметры:y (int) –
:getY()

Тип результата:int
:setWidth(int width)

Параметры:width (int) –
:getWidth()

Тип результата:int
:setHeight(int height)

Параметры:height (int) –
:getHeight()

Тип результата:int
:setScreenNum(unsigned screenNum)

Параметры:screenNum (unsigned) –
:getScreenNum()

Тип результата:unsigned
:setWindowDecoration(bool decoration)

Параметры:decoration (bool) –
:getWindowDecoration()

Тип результата:bool
:setOverrideRedirect(bool override)

Параметры:override (bool) –
:getOverrideRedirect()

Тип результата:bool