All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
gazebo::rendering::DummyPageProvider Class Reference

Pretends to provide procedural page content to avoid page loading. More...

#include <rendering/rendering.hh>

Inheritance diagram for gazebo::rendering::DummyPageProvider:
Inheritance graph
[legend]

Public Member Functions

bool loadProceduralPage (Ogre::Page *, Ogre::PagedWorldSection *)
 Give a provider the opportunity to load page content procedurally. More...
 
bool prepareProceduralPage (Ogre::Page *, Ogre::PagedWorldSection *)
 Give a provider the opportunity to prepare page content procedurally. More...
 
bool unloadProceduralPage (Ogre::Page *, Ogre::PagedWorldSection *)
 Give a provider the opportunity to unload page content procedurally. More...
 
bool unprepareProceduralPage (Ogre::Page *, Ogre::PagedWorldSection *)
 Give a provider the opportunity to unprepare page content procedurally. More...
 

Detailed Description

Pretends to provide procedural page content to avoid page loading.

Member Function Documentation

bool gazebo::rendering::DummyPageProvider::loadProceduralPage ( Ogre::Page *  ,
Ogre::PagedWorldSection *   
)
inline

Give a provider the opportunity to load page content procedurally.

The parameters are not used.

bool gazebo::rendering::DummyPageProvider::prepareProceduralPage ( Ogre::Page *  ,
Ogre::PagedWorldSection *   
)
inline

Give a provider the opportunity to prepare page content procedurally.

The parameters are not used.

bool gazebo::rendering::DummyPageProvider::unloadProceduralPage ( Ogre::Page *  ,
Ogre::PagedWorldSection *   
)
inline

Give a provider the opportunity to unload page content procedurally.

The parameters are not used.

bool gazebo::rendering::DummyPageProvider::unprepareProceduralPage ( Ogre::Page *  ,
Ogre::PagedWorldSection *   
)
inline

Give a provider the opportunity to unprepare page content procedurally.

The parameters are not used.


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