-------------------------------------------------- CONTROL ------------------------------------------------ -------------------- PARENT ---------------------
| 530 | // -------------------------------------------------- CONTROL ------------------------------------------------ |
| 531 | // -------------------- PARENT --------------------- |
| 532 | dialog *dialog::parent() const |
| 533 | { |
| 534 | if ( this && !this->isDialog() && this->u.ctrl.pDlg ) |
| 535 | return this->u.ctrl.pDlg; |
| 536 | return nullptr; |
| 537 | } |
| 538 | // --------------------- INDEX --------------------- |
| 539 | short dialog::getIndex() const |
| 540 | { |
no test coverage detected