Home
last modified time | relevance | path

Searched refs:LayerName (Results 1 – 2 of 2) sorted by relevance

/rkdeveloptool/
H A DRKDevice.cpp133 LayerName.setContainer(this); in CRKDevice()
134 LayerName.getter(&CRKDevice::GetLayerName); in CRKDevice()
135 LayerName.setter(&CRKDevice::SetLayerName); in CRKDevice()
H A DRKDevice.h67 property<CRKDevice, char *, READ_WRITE> LayerName; variable