Uranium
Application Framework
 All Classes Namespaces Files Functions Variables Pages
UM.View.View.View Class Reference

Abstract base class for view objects. More...

Inheritance diagram for UM.View.View.View:
UM.PluginObject.PluginObject

Public Member Functions

def __init__
 
def getController
 Get the controller object associated with this View. More...
 
def setController
 Set the controller object associated with this View. More...
 
def getRenderer
 Get the Renderer instance for this View. More...
 
def setRenderer
 Set the renderer object to use with this View. More...
 
def beginRendering
 Begin the rendering process. More...
 
def endRendering
 Perform any steps needed when ending the rendering process. More...
 
def event
 Handle an event. More...
 
- Public Member Functions inherited from UM.PluginObject.PluginObject
def __init__
 
def getPluginId
 
def setPluginId
 
def setVersion
 
def getVersion
 

Detailed Description

Abstract base class for view objects.

Member Function Documentation

def UM.View.View.View.beginRendering (   self)

Begin the rendering process.

This should queue all the meshes that should be rendered.

def UM.View.View.View.endRendering (   self)

Perform any steps needed when ending the rendering process.

If there is any cleanup or other tasks that need to be performed after rendering this method should be used.

def UM.View.View.View.event (   self,
  event 
)

Handle an event.

Parameters
eventEvent The event to handle.
See also
Event
def UM.View.View.View.getController (   self)

Get the controller object associated with this View.

See also
Controller
def UM.View.View.View.getRenderer (   self)

Get the Renderer instance for this View.

def UM.View.View.View.setController (   self,
  controller 
)

Set the controller object associated with this View.

Parameters
controllerThe controller object to use.
See also
Controller
def UM.View.View.View.setRenderer (   self,
  renderer 
)

Set the renderer object to use with this View.

Parameters
rendererRenderer The renderer to use.

The documentation for this class was generated from the following file: