--------------------- UPDATE --------------------
| 462 | } |
| 463 | // --------------------- UPDATE -------------------- |
| 464 | bool dialog::update() |
| 465 | { |
| 466 | return this && this->doEvent(BW_EVN_USER, BW_USER_CREATE); |
| 467 | } |
| 468 | // -------------------------------------------------- DIALOG ------------------------------------------------- |
| 469 | // --------------------- IS DLG -------------------- |
| 470 | bool dialog::isDialog() const |
no test coverage detected