* 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:
Adi Oanca
2004-03-28 15:00:08 +00:00
parent 5e9ce9fe93
commit 293c278ef5
+6
View File
@@ -69,6 +69,8 @@ public:
ServerApp *winapp, port_id winport, port_id looperPort, port_id replyport,
uint32 index, int32 handlerID);
~ServerWindow(void);
void Init();
void ReplaceDecorator(void);
void Quit(void);
@@ -109,6 +111,10 @@ public:
//! Returns the window's title
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;
void SendMessageToClient( const BMessage* msg ) const;