#include <ActorPropertiesDialog.hh>
Inheritance diagram for ActorPropertiesDialog:


Public Member Functions | |
| ActorPropertiesDialog () | |
| Ctor. | |
| virtual | ~ActorPropertiesDialog () |
| Dtor. | |
| void | decimate (const string name, float factor) |
| Specify the decimation factor for an actor. | |
Friends | |
| class | ActorPropertiesDialog_glade |
Definition at line 24 of file ActorPropertiesDialog.hh.
| ActorPropertiesDialog::ActorPropertiesDialog | ( | ) |
Ctor.
| virtual ActorPropertiesDialog::~ActorPropertiesDialog | ( | ) | [virtual] |
Dtor.
| void ActorPropertiesDialog::decimate | ( | const string | name, | |
| float | factor | |||
| ) |
Specify the decimation factor for an actor.
| name | The actor name. | |
| factor | The decimation factor. |
friend class ActorPropertiesDialog_glade [friend] |
Definition at line 49 of file ActorPropertiesDialog.hh.