Small style cleanups again...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30088 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
54337aafca
commit
b7cafeb2ad
@ -25,7 +25,7 @@ typedef struct {
|
|||||||
|
|
||||||
|
|
||||||
class BRegion {
|
class BRegion {
|
||||||
public:
|
public:
|
||||||
BRegion();
|
BRegion();
|
||||||
BRegion(const BRegion& region);
|
BRegion(const BRegion& region);
|
||||||
BRegion(const BRect rect);
|
BRegion(const BRect rect);
|
||||||
@ -73,7 +73,7 @@ class BRegion {
|
|||||||
|
|
||||||
void ExclusiveInclude(const BRegion* region);
|
void ExclusiveInclude(const BRegion* region);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
friend class BDirectWindow;
|
friend class BDirectWindow;
|
||||||
friend class BPrivate::ServerLink;
|
friend class BPrivate::ServerLink;
|
||||||
friend class BPrivate::LinkReceiver;
|
friend class BPrivate::LinkReceiver;
|
||||||
@ -81,7 +81,7 @@ class BRegion {
|
|||||||
class Support;
|
class Support;
|
||||||
friend class Support;
|
friend class Support;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
BRegion(const clipping_rect& rect);
|
BRegion(const clipping_rect& rect);
|
||||||
|
|
||||||
void _AdoptRegionData(BRegion& region);
|
void _AdoptRegionData(BRegion& region);
|
||||||
@ -92,7 +92,7 @@ class BRegion {
|
|||||||
clipping_rect _ConvertToInternal(
|
clipping_rect _ConvertToInternal(
|
||||||
const clipping_rect& rect) const;
|
const clipping_rect& rect) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
long fCount;
|
long fCount;
|
||||||
long fDataSize;
|
long fDataSize;
|
||||||
clipping_rect fBounds;
|
clipping_rect fBounds;
|
||||||
|
Loading…
Reference in New Issue
Block a user