Skip to content
Snippets Groups Projects
Commit e4b026a0 authored by Sergey Linev's avatar Sergey Linev
Browse files

[rbrowsable] forward capabilities of RElement from RWrapper

parent cdcf6ba0
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,13 @@ public:
/** Access object */
std::unique_ptr<RHolder> GetObject() override { return fElem->GetObject(); }
/** Get default action */
EActionKind GetDefaultAction() const override { return fElem->GetDefaultAction(); }
/** Check if want to perform action */
bool IsCapable(EActionKind action) const override { return fElem->IsCapable(action); }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment