CVidDrawable Class


Overview

Note

The CVidDrawable class handles

The structure used for this class is CVidDrawable


Quick Reference

Quick Ref

void CVidDrawable::CVidDrawable()

void CVidDrawable::~CVidDrawable()

void CVidDrawable::GetSize(CSize& sz)

int CVidDrawable::Render(int x, int y, CRect& r, CRect& rClip, unsigned long flags)

void CVidDrawable::SetResRef(CResRef& cNewResRef, int bSetAutoRequest)


Constructors

Name

Description

CVidDrawable::CVidDrawable

Constructs a CVidDrawable object

CVidDrawable::CVidDrawable

Destroys a CVidDrawable object

CVidDrawable::CVidDrawable

Constructs a CVidDrawable object

void CVidDrawable::CVidDrawable();

Remarks

Constructs a CVidDrawable object


CVidDrawable::~CVidDrawable

Destroys the CVidDrawable object

virtual void CVidDrawable::~CVidDrawable();

Remarks

Destroys the CVidDrawable object


Methods

Name

Description

CVidDrawable::GetSize

CVidDrawable::Render

CVidDrawable::SetResRef


CVidDrawable::GetSize

void CVidDrawable::GetSize(CSize& sz);

Parameters

Remarks


CVidDrawable::Render

int CVidDrawable::Render(
   int x,
   int y,
   CRect& r,
   CRect& rClip,
   unsigned long flags);

Parameters

  • int x -

  • int y -

  • CRect& r -

  • CRect& rClip -

  • unsigned long flags -

Return Value

Returns int

Remarks


CVidDrawable::SetResRef

void CVidDrawable::SetResRef(
   CResRef& cNewResRef,
   int bSetAutoRequest);

Parameters

  • CResRef& cNewResRef -

  • int bSetAutoRequest -

Remarks