BView: Rename parameters for consistency, docs.
No functional change.
This commit is contained in:
@@ -137,7 +137,7 @@ public:
|
||||
BView(const char* name, uint32 flags,
|
||||
BLayout* layout = NULL);
|
||||
BView(BRect frame, const char* name,
|
||||
uint32 resizeMask, uint32 flags);
|
||||
uint32 resizingMode, uint32 flags);
|
||||
virtual ~BView();
|
||||
|
||||
BView(BMessage* archive);
|
||||
@@ -640,7 +640,7 @@ private:
|
||||
friend class BWindow;
|
||||
|
||||
void _InitData(BRect frame, const char* name,
|
||||
uint32 resizeMask, uint32 flags);
|
||||
uint32 resizingMode, uint32 flags);
|
||||
status_t _SetViewBitmap(const BBitmap* bitmap,
|
||||
BRect srcRect, BRect dstRect,
|
||||
uint32 followFlags, uint32 options);
|
||||
|
||||
@@ -1304,7 +1304,7 @@ BView::MouseUp(BPoint where)
|
||||
|
||||
|
||||
void
|
||||
BView::MouseMoved(BPoint where, uint32 code, const BMessage* a_message)
|
||||
BView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage)
|
||||
{
|
||||
// Hook function
|
||||
STRACE(("\tHOOK: BView(%s)::MouseMoved()\n", Name()));
|
||||
|
||||
Reference in New Issue
Block a user