2 #ifndef KJY_ANIM_ENGINE_COMPONENTS_BASICFLAGS_HPP_     3 #define KJY_ANIM_ENGINE_COMPONENTS_BASICFLAGS_HPP_     6     virtual bool isDrawable() 
const = 0;
     7     virtual bool isPoseable() 
const = 0;
     8     virtual bool isPosed() 
const = 0;
    13     virtual bool isDrawable()
 const {
return(
false);}
    14     virtual bool isPoseable()
 const {
return(
false);}
    15     virtual bool isPosed()
 const {
return(
false);}
 Definition: rootcomponent.hpp:5
Definition: rootcomponent.hpp:11