QML는 JavaScript기반이므로 문자열로 확인, 처리하여야 한다.
QML에서 어떤 객체의 타입을 확인 할 때 JavaScript의 typeof를 이용하면된다.
typeof 연산자는 형식 정보를 문자열로 반환하는데 "number", "string", "boolean", "object", "function" 및 "undefined"의 6가지 값이 있다.
var context
if(typeof(context) == "undefined")
{
console.warn("ctx is undefined")
}
 임의의 메모리 영역(QImage)에 QPainter를 이용하여 그리기
							임의의 메모리 영역(QImage)에 QPainter를 이용하여 그리기
							 QPA 플러그인과 EGLFS
							QPA 플러그인과 EGLFS
							





