Shortcut class, stores url, login name & password and a textual description
Public Methods
-
Shortcut(int prtcl, const char* iurl, const char* iname, const char* ipass, const char* itext)
- Create a new shortcut
-
int protocol()
- Return protocol identifier
-
const char* url()
- Return the URL
-
const char* name()
- Return the login name
-
const char* pass()
- Return the password
-
const char* text()
- Return the textual description
-
void set_protocol(int prtcl)
- Change the protocol identifier
-
void set_url(const char* iurl)
- Change the URL
-
void set_name(const char* iname)
- Change the login name
-
void set_pass(const char* ipass)
- Change the password
-
void set_text(const char* itext)
- Change the textual description
Documentation
Shortcut class, stores url, login name & password and a textual description
Shortcut(int prtcl, const char* iurl, const char* iname, const char* ipass, const char* itext)
- Create a new shortcut
int protocol()
- Return protocol identifier
const char* url()
- Return the URL
const char* name()
- Return the login name
const char* pass()
- Return the password
const char* text()
- Return the textual description
void set_protocol(int prtcl)
- Change the protocol identifier
void set_url(const char* iurl)
- Change the URL
void set_name(const char* iname)
- Change the login name
void set_pass(const char* ipass)
- Change the password
void set_text(const char* itext)
- Change the textual description
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.