PriorityData Class Reference

#include <customgui_priority.h>

Inheritance diagram for PriorityData:

详细描述

Priority custom data type ( CUSTOMGUI_PRIORITY_DATA ).

公共成员函数

Bool   SetPriorityValue ( Int32 lValueID, const GeData &data)
GeData   GetPriorityValue ( Int32 lValueID) const

私有成员函数

  PriorityData ()
  ~PriorityData ()

构造函数 & 析构函数文档编制

◆  PriorityData()

PriorityData () private

◆  ~PriorityData()

~ PriorityData () private

成员函数文档编制

◆  SetPriorityValue()

Bool SetPriorityValue ( Int32   lValueID ,
const GeData data  
)

Sets a priority value.

参数
[in] lValueID The value ID: PRIORITYVALUE
[in] data The new value data.
返回
true if successful, otherwise false .

◆  GetPriorityValue()

GeData GetPriorityValue ( Int32   lValueID ) const

Gets a priority value.

参数
[in] lValueID The value ID: PRIORITYVALUE
返回
The value data.