#include <htobj.h>
Inheritance diagram for ht_xgroup:
Public Member Functions | |
void | init (bounds *b, int options, const char *desc) |
virtual void | done () |
virtual int | countselectables () |
virtual void | handlemsg (htmsg *msg) |
virtual int | isalone (ht_view *view) |
virtual int | load (ht_object_stream *s) |
virtual OBJECT_ID | object_id () const |
virtual void | redraw () |
virtual void | selectfirst () |
virtual void | selectlast () |
virtual void | store (ht_object_stream *s) |
|
Reimplemented from ht_group. Definition at line 1278 of file htobj.cc. References ht_view::countselectables(). |
|
Reimplemented from ht_group. Definition at line 1273 of file htobj.cc. References ht_group::done(). Referenced by ht_format_group::done(). |
|
Reimplemented from ht_group. Definition at line 1283 of file htobj.cc. References ht_view::handlemsg(), ht_group::handlemsg(), msg_complete_init, msg_draw, and mt_broadcast. Referenced by ht_format_group::handlemsg(). |
|
Reimplemented from ht_group. Definition at line 1264 of file htobj.cc. References Object::init(), options, and VIEW_DEBUG_NAME. Referenced by ht_replace_dialog::init(), ht_search_dialog::init(), and ht_format_group::init(). |
|
Reimplemented from ht_group. Definition at line 1294 of file htobj.cc. References ht_group::isalone(). |
|
loads object from object stream.
Reimplemented from ht_group. Definition at line 1300 of file htobj.cc. References ht_group::load(). |
|
Reimplemented from ht_group. Definition at line 1305 of file htobj.cc. References ATOM_HT_XGROUP. |
|
Reimplemented from ht_view. Definition at line 1310 of file htobj.cc. References ht_view::redraw(). Referenced by ht_format_group::redraw(). |
|
Reimplemented from ht_group. Definition at line 1317 of file htobj.cc. References ht_view::selectfirst(). |
|
Reimplemented from ht_group. Definition at line 1322 of file htobj.cc. References ht_view::selectlast(). |
|
stores object. Reimplemented from ht_group. Definition at line 1327 of file htobj.cc. References ht_group::store(). |