This reference page is linked to from the following overview topics: Events & callbacks.
#include <fbcontrols.h>
Spreadsheet event.
Definition at line 1630 of file fbcontrols.h.
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. |
FBEventSpread::FBEventSpread | ( | HKEventBase | pEvent | ) |
Constructor.
pEvent | Base event (internal) to obtain information from. |
void FBEvent::PropertyAdd | ( | FBProperty * | ) | [inline, inherited] |
Empty function to avoid creating property container object.
Definition at line 907 of file fbcomponent.h.
:
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.
FBPropertyInt
FBEvent::Type
[inherited] |
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] |