* added 3 methods for more clearty in Layer buiding process, also for easier attribute seting.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7082 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -70,6 +70,8 @@ public:
|
|||||||
uint32 index, int32 handlerID);
|
uint32 index, int32 handlerID);
|
||||||
~ServerWindow(void);
|
~ServerWindow(void);
|
||||||
|
|
||||||
|
void Init();
|
||||||
|
|
||||||
void ReplaceDecorator(void);
|
void ReplaceDecorator(void);
|
||||||
void Quit(void);
|
void Quit(void);
|
||||||
void Show(void);
|
void Show(void);
|
||||||
@@ -110,6 +112,10 @@ public:
|
|||||||
//! Returns the window's title
|
//! Returns the window's title
|
||||||
const char *Title(void) { return fTitle.String(); }
|
const char *Title(void) { return fTitle.String(); }
|
||||||
|
|
||||||
|
void CreateLayerTree(Layer *localRoot);
|
||||||
|
void SetLayerState(Layer *layer);
|
||||||
|
void SetLayerFontState(Layer *layer);
|
||||||
|
|
||||||
Layer* FindLayer(const Layer* start, int32 token) const;
|
Layer* FindLayer(const Layer* start, int32 token) const;
|
||||||
void SendMessageToClient( const BMessage* msg ) const;
|
void SendMessageToClient( const BMessage* msg ) const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user