GvQuery Class Reference Graph View

#include <c4d_graphview.h>

详细描述

Structure for GvNodeMaster::QueryCalculation() .

注意
Cannot be instantiated manually. Has to be allocated with GvNodeMaster::AllocQuery() and destroyed with GvNodeMaster::FreeQuery() .

公共成员函数

GvCalcFlags   GetFlags (void)
void  SetFlags ( GvCalcFlags flags)
GvCalcError   GetError (void)
void  SetError ( GvCalcError error)

私有成员函数

  GvQuery ()
  ~GvQuery ()

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

◆  GvQuery()

GvQuery () private

◆  ~GvQuery()

~ GvQuery () private

成员函数文档编制

◆  GetFlags()

GvCalcFlags GetFlags ( void  )

Gets the calculation flags.

返回
The calculation flags: GvCalcFlags

◆  SetFlags()

void SetFlags ( GvCalcFlags   flags )

Sets the calculation flags.

参数
[in] flags The calculation flags: GvCalcFlags

◆  GetError()

GvCalcError GetError ( void  )

Gets the error flag.

返回
The error flag: GvError

◆  SetError()

void SetError ( GvCalcError   error )

Sets the error flag.

参数
[in] error The error flag: GvError