Added arguments to function AddFields.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3766 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -91,7 +91,7 @@ public:
|
|||||||
// mimetype from sender
|
// mimetype from sender
|
||||||
bool MimeTypeForSender(BMessage* sender, BString& mime);
|
bool MimeTypeForSender(BMessage* sender, BString& mime);
|
||||||
// adds fields to message or replaces existing fields
|
// adds fields to message or replaces existing fields
|
||||||
bool AddFields(BMessage* to, const BMessage* from);
|
void AddFields(BMessage* to, const BMessage* from, const char* excludeList[] = NULL, const char* includeList[] = NULL);
|
||||||
// load bitmap from application resources
|
// load bitmap from application resources
|
||||||
BBitmap* LoadBitmap(const char* name, uint32 type_code = B_TRANSLATOR_BITMAP);
|
BBitmap* LoadBitmap(const char* name, uint32 type_code = B_TRANSLATOR_BITMAP);
|
||||||
// convert bitmap to picture; view must be attached to a window!
|
// convert bitmap to picture; view must be attached to a window!
|
||||||
|
|||||||
Reference in New Issue
Block a user