Describes common functionality of all View widgets of the package.
You can find more information in comments below.
class IViewControl
{
public:
virtual bool ActivateView(const int index) = 0; // Activate view by index. Negative index deactivates view. Maximum index depends on specific view (usually 2..4)
};
Namespace: | nitisa::ide |
Include: | Ide/Interfaces/IViewControl.h |