Project

General

Profile

Actions

Feature #1758

open

Review of access specifiers of widget member variables.

Added by Plug Gulp about 11 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
03/21/2013
Due date:
% Done:

0%

Estimated time:

Description

Hi,

A review of access specifiers of widget member variables would help. This is the case atleast with the MenuItem. It will help if the design of the widgets are reviewed to understand what implication it will have when the widgets are extended using derivation. For example, the Anchor within the MenuItem; there is no way to access that in the derived class. The accessor for the Anchor is private as well. It will help if it was protected. Hence the review should identify potential private member variables that will help the derived class of a widget. These member variables should either be made protected, or protected accessor methods should be provided to help the derive class access them.

Thanks and regards,

~Plug

No data to display

Actions

Also available in: Atom PDF