Songbird / Development / Songbird Add-Ons API Documentation

sbINumberPropertyInfo Interface Reference

The property information specific to numeric fields. More...

import "sbIPropertyManager.idl";

Inheritance diagram for sbINumberPropertyInfo:

sbIPropertyInfo List of all members.

Public Attributes

const unsigned long RADIX_8 = 8
 Unsigned octal representation (eg. 16, or 14 decimal).
const unsigned long RADIX_10 = 10
 Signed decimal representation (eg. 14 decimal).
const unsigned long RADIX_16 = 16
 Unsigned hex representation (eg. 0x0E, or 14 decimal).
const unsigned long FLOAT = 0
 Signed floating point representation (eg. 14.89).
attribute long long minValue
 Minimum value allowed.
attribute long long maxValue
 Minimum value allowed.
attribute double minFloatValue
 Minimum floating point value allowed if number property is a float.
attribute double maxFloatValue
 Maximum float point value allowed if a number property is a float.
attribute unsigned long radix
 Radix (must be RADIX_8, RADIX_10, RADIX_16 or FLOAT).

Detailed Description

The property information specific to numeric fields.

See also:
sbIPropertyInfo

Definition at line 339 of file sbIPropertyManager.idl.


The documentation for this interface was generated from the following file:
Generated on Tue Mar 10 14:29:00 2009 for Songbird by  doxygen 1.5.2