miscellaneous/texture_template/ortexture_template_layout.h
#ifndef __ORTEXTURE_TEMPLATE_LAYOUT_H__
#define __ORTEXTURE_TEMPLATE_LAYOUT_H__
#include "ortexture_template_texture.h"
class ORTextureTemplateLayout : public FBTextureLayout
{
public:
virtual bool FBCreate();
virtual void FBDestroy();
private:
void UICreate ();
void UIConfigure ();
void UIReset ();
private:
ORLayeredTextureCustom* mTextureCustom;
private:
FBEditPropertyModern mEditAuxLayer;
};
#endif