By convention, Perform() methods are public, make this true for BLayout.
This commit is contained in:
@@ -70,6 +70,8 @@ public:
|
|||||||
virtual status_t ItemUnarchived(const BMessage* from,
|
virtual status_t ItemUnarchived(const BMessage* from,
|
||||||
BLayoutItem* item, int32 index);
|
BLayoutItem* item, int32 index);
|
||||||
|
|
||||||
|
virtual status_t Perform(perform_code d, void* arg);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// BLayout hook methods
|
// BLayout hook methods
|
||||||
virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
|
virtual bool ItemAdded(BLayoutItem* item, int32 atIndex);
|
||||||
@@ -88,8 +90,6 @@ protected:
|
|||||||
// To be called when layout data is known to be good
|
// To be called when layout data is known to be good
|
||||||
void ResetLayoutInvalidation();
|
void ResetLayoutInvalidation();
|
||||||
|
|
||||||
virtual status_t Perform(perform_code d, void* arg);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
// FBC padding
|
// FBC padding
|
||||||
|
|||||||
Reference in New Issue
Block a user