- Member DBProperty::init (const string &select_all_q, const string &select_data_q, const string &select_type_q, const string &update_all_q, const string &update_data_q, const string &update_type_q)
- .
- Member Hypercard::get_link ()
- use getLink.
- Member Hypercard::set_link (Vobject *newobj)
- use setLink.
- Member Hypercard::get_description ()
- use getDescription
- Member Hypercard::set_description (const string &description, const string &type="text/plain", PropertyAccessControl *accesscontrol=NULL)
- use setDescription
- Member Hypercard::get_title ()
- use getTitle
- Member Hypercard::set_title (const string &title, const string &type="text/plain", PropertyAccessControl *ac=NULL)
- use setTitle.
- Member VOSGUI::LocalButton::push (const string &userid="")
- use a ButtonListener instead.
- Member Property::writeRawToFile (Property *p, const string &filename, int offset=0, int length=-1)
- use writeRawToFile.
- Member Property::writeToFile (Property *p, const string &filename, int offset=0, int length=-1)
- use writeToFile
- Member Talkative::do_say (const std::string &text, Talkative &sender, const unsigned short scope, const int priority=0, const std::string &replynonce="", const std::string &thisnonce="")
- Member Talkative::do_say (const std::string &text, Talkative &sender, const std::string &in_reply_to="")
- Member CREATE_METAOBJECT (SITE, CLASS)
- Don't use this, use LocalSite::createMetaObject<TYPE>(name, ac).
- Member pREF (type, ptr, value, body)
- Use vRef
- Member VOSGUI_CREATE_BUTTON (CLASS, PARENT, SITE, DATA)
- Don't use this, use a ButtonListener on a LocalButton object. This macro registers a local metaobject extension for CLASS and then creates a MetaObject instantiation of CLASS on site SITE (a pointer or a vRef) and inserts it into the Vobject PARENT (a pointer or a vRef). DATA should be an object whose class you passed to VOSGUI_DEFINE_BUTTON. The button's name will be the same as its CLASS name.
- Member VOSGUI_DEFINE_BUTTON (CLASS, DATA, LABEL)
- Don't use this, use a ButtonListener with a LocalButton object This macro defines a subclass of VOSGUI::Button named CLASS. The button will have label LABEL. The push() method is left undefined; you must define a method void CLASS::push() somewhere. You may supply a class DATA, and a member object of that class will be declared (protected)named data. DATA must be a subclass of RefCounted.
Generated on Tue Aug 12 03:55:59 2003 for Interreality Project - VOS by
1.3.2