Searched refs:fEventOptions (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/
H A DView.h160 { return fEventOptions; }
263 uint32 fEventOptions; member in class:View
H A DView.cpp110 fEventOptions(0),
1011 fEventOptions = options;
/haiku/src/kits/interface/
H A DView.cpp622 ret = data->AddInt32("_evmask", fEventOptions);
1570 uint32 eventOptions = fEventOptions | fMouseEventOptions;
1783 if (fEventMask == mask && fEventOptions == options)
1789 fEventOptions = options;
5080 uint32 eventOptions = fEventOptions | fMouseEventOptions;
5876 fEventOptions = 0;
6100 fOwner->fLink->Attach<uint32>(fEventOptions);
6832 fEventOptions);
/haiku/headers/os/interface/
H A DView.h785 uint32 fEventOptions; member in class:BView

Completed in 106 milliseconds