Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Prints a trace each time it is queried or changed. More...
#include <ilviews/protos/useracc.h>
Public Member Functions | |
IlvDebugAccessor (const char *name, const IlvValueTypeClass *type) | |
Creates a new debugging accessor of name name and type type. | |
Protected Member Functions | |
virtual IlBoolean | changeValue (IlvAccessorHolder *object, const IlvValue &val) |
Called by the method IlvAccessible::changeValue for each IlvAccessor attached to the IlvAccessorHolder . | |
virtual IlvValue & | queryValue (const IlvAccessorHolder *object, IlvValue &val) const |
Called by the method IlvAccessible::queryValue for each IlvAccessor attached to the IlvAccessorHolder . |
Prints a trace each time it is queried or changed.
Library: ilvproto
IlvDebugAccessor
is used for debugging purposes. It prints a message when the associated value is changed or queried.
IlvDebugAccessor::IlvDebugAccessor | ( | const char * | name, | |
const IlvValueTypeClass * | type | |||
) |
Creates a new debugging accessor of name name and type type.
When a changeValue
/queryValue
call is issued for the value name, a message is printed with the IlvPrint
function.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.