Rocket::Core::Python::ElementChildrenProxy Class Reference

#include <ElementChildrenProxy.h>

Collaboration diagram for Rocket::Core::Python::ElementChildrenProxy:

Public Member Functions

 ElementChildrenProxy (Element *element)
int Len ()
 Python __len__ override.
ElementGetItem (int index)
 Python __getitem__ override.

Static Public Member Functions

static void InitialisePythonInterface ()
 Initialise the interface.

Detailed Description

Thin lightweight proxy object for providing a DOM-like element.children accessor.

Author:
Lloyd Weehuizen

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