Package openalea :: Package plantgl :: Package gui :: Module _pglgui :: Class Viewer :: Class widgetGeometry
[frames] | no frames]

Class widgetGeometry

 object --+    
          |    
??.instance --+
              |
             Viewer.widgetGeometry

Instance Methods
 
__init__(...)
Raises an exception...
 
__reduce__(...)
helper for pickle

Inherited from unreachable.instance: __new__

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

Static Methods
 
set(...)
set( (int)x, (int)y, (int)width, (int)height) -> None : set(int x, int y, int width, int height)
None :

setFullScreen()
C++ signature : void setFullScreen()
 
setPosition(...)
setPosition( (int)x, (int)y) -> None : setPosition(int x, int y)
 
setSize(...)
setSize( (int)width, (int)height) -> None : setSize(int width, int height)
Properties

Inherited from object: __class__

Method Details

__init__(...)
(Constructor)

 
Raises an exception
This class cannot be instantiated from Python

Overrides: object.__init__

__reduce__(...)

 
helper for pickle

Overrides: object.__reduce__
(inherited documentation)

set(...)
Static Method

 

set( (int)x, (int)y, (int)width, (int)height) -> None :
    set(int x, int y, int width, int height)

    C++ signature :
        void set(int,int,int,int)

setFullScreen()
Static Method

 
    C++ signature :
        void setFullScreen()

setFullScreen( (int)enable) -> None :
    setFullScreen(bool enable)

    C++ signature :
        void setFullScreen(int)

Returns:
None :

setPosition(...)
Static Method

 

setPosition( (int)x, (int)y) -> None :
    setPosition(int x, int y)

    C++ signature :
        void setPosition(int,int)

setSize(...)
Static Method

 

setSize( (int)width, (int)height) -> None :
    setSize(int width, int height)

    C++ signature :
        void setSize(int,int)