Lines Matching defs:StateView

9 #include "StateView.h"
31 EventFilter(StateView* target)
95 StateView* fTarget;
101 StateView::StateView(BRect frame, const char* name,
121 StateView::~StateView()
130 StateView::AttachedToWindow()
139 StateView::DetachedFromWindow()
148 StateView::Draw(BRect updateRect)
155 StateView::MessageReceived(BMessage* message)
190 StateView::MouseDown(BPoint where)
217 StateView::MouseMoved(BPoint where, uint32 transit, const BMessage* dragMessage)
255 StateView::MouseUp(BPoint where)
287 StateView::KeyDown(const char* bytes, int32 numBytes)
303 StateView::KeyUp(const char* bytes, int32 numBytes)
322 StateView::Perform(perform_code code, void* data)
332 StateView::SetState(ViewState* state)
349 StateView::UpdateStateCursor()
358 StateView::Draw(BView* into, BRect updateRect)
376 StateView::MouseWheelChanged(BPoint where, float x, float y)
383 StateView::HandleKeyDown(uint32 key, uint32 modifiers)
409 StateView::HandleKeyUp(uint32 key, uint32 modifiers)
435 StateView::FilterMouse(BPoint* where) const
441 StateView::StateForDragMessage(const BMessage* message)
448 StateView::SetCommandStack(::CommandStack* stack)
455 StateView::SetLocker(RWLocker* locker)
462 StateView::SetUpdateTarget(BHandler* target, uint32 command)
470 StateView::SetCatchAllEvents(bool catchAll)
485 StateView::Perform(Command* command)
501 StateView::_HandleKeyDown(uint32 key, uint32 modifiers)
508 StateView::_HandleKeyUp(uint32 key, uint32 modifiers)
515 StateView::_InstallEventFilter()
530 StateView::_RemoveEventFilter()
540 StateView::_TriggerUpdate()