Skip to content
- [Main Page](index.md) - [Classes](annotated.md) - [Files](files.md) - [Directories](dirs.md) - [Related Pages](pages.md)
- [Class List](annotated.md) - [Alphabetical List](classes.md) - [Class Hierarchy](hierarchy.md) - [Class Members](functions.md)

HTypeProperty Class Reference

Holds a value associated to a choice from a drop-down list. More...

#include <HPropert.h>

Inheritance diagram for HTypeProperty:

Inheritance graph

[legend]

Collaboration diagram for HTypeProperty:

Collaboration graph

[legend]

List of all members.


Public Member Functions

UINT  GetValue () const
UINT  GetValue (Time time)
void  SetValue (UINT value)
void  StoreValue (Time time, UINT value, BOOL storeundo=TRUE)

Static Public Member Functions

static HTypeProperty New ()
static HTypeProperty New (HTypePropertyInfo *propinfo)

Detailed Description

Holds a value associated to a choice from a drop-down list.

The actual drop-down list is a TypeInfoArray stored in the associated HTypePropertyInfo.

See also:
TypeInfoArray and HTypePropertyInfo

Definition at line 712 of file HPropert.h.


Member Function Documentation

UINT HTypeProperty::GetValue Time  time  ) 
 

UINT HTypeProperty::GetValue  )  const
  Retrieves the value corresponding to the current selection position (base 0) from a list of possible choices.

HTypeProperty * HTypeProperty::New HTypePropertyInfo propinfo  )  [static]
 

Creates a new HTypeProperty

Parameters:
propinfo  - the HTypePropertyInfo that holds the actual drop-down list elements.

static HTypeProperty* HTypeProperty::New  )  [static]
 

void HTypeProperty::SetValue UINT  value  ) 
  Sets the value corresponding to the current selection position (base 0) in a list of possible choices.

void HTypeProperty::StoreValue Time  time,
UINT  value,
BOOL  storeundo = TRUE
 

The documentation for this class was generated from the following files:


This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:58 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001