FBEventSpread Class Reference
 
 
 
FBEventSpread Class Reference

This reference page is linked to from the following overview topics: Events & callbacks.


#include <fbcontrols.h>


Class Description

Spreadsheet event.

Definition at line 1630 of file fbcontrols.h.

Inheritance diagram for FBEventSpread:
FBEvent

Public Member Functions

  FBEventSpread (HKEventBase pEvent)
  Constructor.
void  PropertyAdd (FBProperty *)
  Empty function to avoid creating property container object.

Public Attributes

FBPropertyInt  Row
  Read Only Property: Row of event.
FBPropertyInt  Column
  Read Only Property: Column of event.
FBPropertyInt  Action
  Read Only Property: Action associated to the spread event.
FBPropertyInt  Type
  Read Only Property: Type of event.

Protected Attributes

HKEventBase  mEvent
  Internal Event pointer.

Constructor & Destructor Documentation

FBEventSpread::FBEventSpread ( HKEventBase  pEvent )

Constructor.

Parameters:
pEvent Base event (internal) to obtain information from.

Member Function Documentation

void FBEvent::PropertyAdd ( FBProperty ) [inline, inherited]

Empty function to avoid creating property container object.

Definition at line 907 of file fbcomponent.h.

:

Member Data Documentation

Read Only Property: Row of event.

Definition at line 1638 of file fbcontrols.h.

Read Only Property: Column of event.

Definition at line 1639 of file fbcontrols.h.

Read Only Property: Action associated to the spread event.

This value is not always set and depends on the action being performed on the spreadsheet.

Definition at line 1644 of file fbcontrols.h.

Read Only Property: Type of event.

Reimplemented in FBEventAnimationNode, FBEventSceneChange, FBEventTakeChange, and FBEventFileChange.

Definition at line 900 of file fbcomponent.h.

HKEventBase FBEvent::mEvent [protected, inherited]

Internal Event pointer.

Definition at line 904 of file fbcomponent.h.


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