Tracker: style fixes, whitespace only
This commit is contained in:
@@ -45,7 +45,7 @@ const int32 kColumnStateArchiveVersion = 22;
|
|||||||
// bump version when layout or size changes
|
// bump version when layout or size changes
|
||||||
|
|
||||||
class BColumn {
|
class BColumn {
|
||||||
public:
|
public:
|
||||||
BColumn(const char* title, float offset, float width,
|
BColumn(const char* title, float offset, float width,
|
||||||
alignment align, const char* attributeName, uint32 attrType,
|
alignment align, const char* attributeName, uint32 attrType,
|
||||||
const char* displayAs, bool statField, bool editable);
|
const char* displayAs, bool statField, bool editable);
|
||||||
@@ -77,7 +77,7 @@ class BColumn {
|
|||||||
void SetOffset(float);
|
void SetOffset(float);
|
||||||
void SetWidth(float);
|
void SetWidth(float);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void _Init(const char* title, float offset, float width,
|
void _Init(const char* title, float offset, float width,
|
||||||
alignment align, const char* attributeName, uint32 attrType,
|
alignment align, const char* attributeName, uint32 attrType,
|
||||||
const char* displayAs, bool statField, bool editable);
|
const char* displayAs, bool statField, bool editable);
|
||||||
@@ -100,7 +100,7 @@ const int32 kViewStateArchiveVersion = 11;
|
|||||||
// bump version when layout or size changes
|
// bump version when layout or size changes
|
||||||
|
|
||||||
class BViewState {
|
class BViewState {
|
||||||
public:
|
public:
|
||||||
BViewState();
|
BViewState();
|
||||||
|
|
||||||
BViewState(BMallocIO* stream, bool endianSwap = false);
|
BViewState(BMallocIO* stream, bool endianSwap = false);
|
||||||
@@ -137,7 +137,7 @@ class BViewState {
|
|||||||
|
|
||||||
bool StateNeedsSaving();
|
bool StateNeedsSaving();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static BViewState* _Sanitize(BViewState* state, bool fixOnly = false);
|
static BViewState* _Sanitize(BViewState* state, bool fixOnly = false);
|
||||||
|
|
||||||
uint32 fViewMode;
|
uint32 fViewMode;
|
||||||
|
|||||||
Reference in New Issue
Block a user