getSelected method
Implementation
bool getSelected() {
if (getMindMap() != null && getMindMap()!.getSelectedNode() == this) {
return true;
}
return false;
}
bool getSelected() {
if (getMindMap() != null && getMindMap()!.getSelectedNode() == this) {
return true;
}
return false;
}