* add protected accessor for baseline offset to StringItem, as that value is of
interest to derived classes git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42665 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -30,6 +30,9 @@ public:
|
||||
|
||||
virtual status_t Perform(perform_code code, void* arg);
|
||||
|
||||
protected:
|
||||
float BaselineOffset() const;
|
||||
|
||||
private:
|
||||
// FBC padding and forbidden methods
|
||||
virtual void _ReservedStringItem1();
|
||||
|
||||
Reference in New Issue
Block a user