Table of Contents
invokeMethod()
[ fromfile: reflection.xml id: reflection ]
Abstract
This chapter introduces the idea of reflection, the self-examination of an object's members. Using reflective programming, you can write general-purpose operations that work on classes of varied structures. Using QVariant, a generic value-holder, you can operate on built-in types and other common types in a uniform way.
Generated: 2012-03-02 | © 2012 Alan Ezust and Paul Ezust. |