Cafu Engine
VarVisitorHandleSubChangingEventT Class Reference

This visitor is similar to VarVisitorHandlePropChangingEventT: It creates a command for updating the value the value of the visited variable when a sub-property of the variable has changed. More...

#include "VarVisitors.hpp"

Inheritance diagram for VarVisitorHandleSubChangingEventT:

Public Member Functions

 VarVisitorHandleSubChangingEventT (wxPropertyGridEvent &Event, DocAdapterI &DocAdapter)
 
CommandTTransferCommand ()
 
void visit (cf::TypeSys::VarT< float > &Var)
 
void visit (cf::TypeSys::VarT< double > &Var)
 
void visit (cf::TypeSys::VarT< int > &Var)
 
void visit (cf::TypeSys::VarT< unsigned int > &Var)
 
void visit (cf::TypeSys::VarT< uint16_t > &Var)
 
void visit (cf::TypeSys::VarT< uint8_t > &Var)
 
void visit (cf::TypeSys::VarT< bool > &Var)
 
void visit (cf::TypeSys::VarT< std::string > &Var)
 
void visit (cf::TypeSys::VarT< Vector2fT > &Var)
 
void visit (cf::TypeSys::VarT< Vector3fT > &Var)
 
void visit (cf::TypeSys::VarT< Vector3dT > &Var)
 
void visit (cf::TypeSys::VarT< BoundingBox3dT > &Var)
 
void visit (cf::TypeSys::VarArrayT< uint32_t > &Var)
 
void visit (cf::TypeSys::VarArrayT< uint16_t > &Var)
 
void visit (cf::TypeSys::VarArrayT< uint8_t > &Var)
 
void visit (cf::TypeSys::VarArrayT< std::string > &Var)
 

Detailed Description

This visitor is similar to VarVisitorHandlePropChangingEventT: It creates a command for updating the value the value of the visited variable when a sub-property of the variable has changed.

The given EVT_PG_CHANGING event refers to the change of the sub-property.


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