Variable TreeItem._intParam

class TreeItem
{
  // ...
  int _intParam;
  // ...
}