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,
|
BView(const char* name, uint32 flags,
|
||||||
BLayout* layout = NULL);
|
BLayout* layout = NULL);
|
||||||
BView(BRect frame, const char* name,
|
BView(BRect frame, const char* name,
|
||||||
uint32 resizeMask, uint32 flags);
|
uint32 resizingMode, uint32 flags);
|
||||||
virtual ~BView();
|
virtual ~BView();
|
||||||
|
|
||||||
BView(BMessage* archive);
|
BView(BMessage* archive);
|
||||||
@@ -640,7 +640,7 @@ private:
|
|||||||
friend class BWindow;
|
friend class BWindow;
|
||||||
|
|
||||||
void _InitData(BRect frame, const char* name,
|
void _InitData(BRect frame, const char* name,
|
||||||
uint32 resizeMask, uint32 flags);
|
uint32 resizingMode, uint32 flags);
|
||||||
status_t _SetViewBitmap(const BBitmap* bitmap,
|
status_t _SetViewBitmap(const BBitmap* bitmap,
|
||||||
BRect srcRect, BRect dstRect,
|
BRect srcRect, BRect dstRect,
|
||||||
uint32 followFlags, uint32 options);
|
uint32 followFlags, uint32 options);
|
||||||
|
|||||||
@@ -1304,7 +1304,7 @@ BView::MouseUp(BPoint where)
|
|||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
BView::MouseMoved(BPoint where, uint32 code, const BMessage* a_message)
|
BView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage)
|
||||||
{
|
{
|
||||||
// Hook function
|
// Hook function
|
||||||
STRACE(("\tHOOK: BView(%s)::MouseMoved()\n", Name()));
|
STRACE(("\tHOOK: BView(%s)::MouseMoved()\n", Name()));
|
||||||
|
|||||||
Reference in New Issue
Block a user