BListView: Style fixes

* Rename kDoubleClickTresh to kDoubleClickThreshold
  and use floating point in rval
* Pointer (*) goes with type for property var
* Use {}'s for multi-line if conditional
* rename point to where (consistent with header and rest of IK)
* Explicitly compare with 0 for bitwise operator statements
* Rename InitiateDrag() params
This commit is contained in:
John Scipione
2016-08-18 16:36:28 -07:00
parent 9c48b844fd
commit 9dfd244e92
2 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -126,8 +126,8 @@ public:
virtual void SelectionChanged();
virtual bool InitiateDrag(BPoint point, int32 itemIndex,
bool initialySelected);
virtual bool InitiateDrag(BPoint where, int32 index,
bool wasSelected);
void SortItems(int (*cmp)(const void*,
const void*));