Infinity.BrowserInterface¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
acl_account_added |
r |
Default signal handler for the |
|
acl_account_removed |
r |
Default signal handler for the |
|
acl_changed |
r |
Default signal handler for the |
|
acl_local_account_changed |
r |
Default signal handler for the |
|
add_note |
r |
Virtual function to add a new leaf node to the directory. |
|
add_subdirectory |
r |
Virtual function to a new subdirectory node to the directory. |
|
begin_request |
r |
Default signal handler for the |
|
create_acl_account |
r |
Virtual function to create a new account. |
|
error |
r |
Default signal handler for the |
|
explore |
r |
Virtual function to start exploring a node. |
|
get_acl |
r |
Virtual function for obtaining the full ACL for a node. |
|
get_acl_default_account |
r |
Virtual function to return the “default” ACL account. |
|
get_acl_local_account |
r |
Virtual function to return the ACL account of the local host. |
|
get_child |
r |
Virtual function to return the first child node in a browser. |
|
get_explored |
r |
Virtual function to query whether a node is explored already. |
|
get_next |
r |
Virtual function to return the next sibling in a browser. |
|
get_node_name |
r |
Virtual function to return the name of a node in a browser. |
|
get_node_type |
r |
Virtual function to return the type of a node in a browser. |
|
get_parent |
r |
Virtual function to return the parent node in a browser. |
|
get_prev |
r |
Virtual function to return the previous sibling in a browser. |
|
get_root |
r |
Virtual function to return the root node of the browser. |
|
get_session |
r |
Virtual function to return a session for a node in a browser. |
|
has_acl |
r |
Virtual function for checking whether the ACL has been queried or is otherwise available. |
|
is_subdirectory |
r |
Virtual function to find out whether a node is a subdirectory node. |
|
iter_from_request |
r |
Virtual function to return an iterator pointing to the node a given request was made for. |
|
list_pending_requests |
r |
Virtual function to return a list of all pending requests for a node in a browser. |
|
lookup_acl_account_by_name |
r |
Virtual function to find an account by its name. |
|
lookup_acl_accounts |
r |
Virtual function to find accounts by their ID. |
|
node_added |
r |
Default signal handler for the |
|
node_removed |
r |
Default signal handler for the |
|
parent |
r |
||
query_acl |
r |
Virtual function for querying the ACL for a node for all other users. |
|
query_acl_account_list |
r |
Virtual function for querying the list of accounts. |
|
remove_acl_account |
r |
Virtual function to remove an account. |
|
remove_node |
r |
Virtual function to remove a node from the directory. |
|
set_acl |
r |
Virtual function for changing the ACL for one node. |
|
subscribe |
r |
Virtual function to subscribe to a session of a node in a browser. |
|
subscribe_session |
r |
Default signal handler for the |
|
unsubscribe_session |
r |
Default signal handler for the |
Methods¶
None
Details¶
- class Infinity.BrowserInterface¶
Signals and virtual functions for the
Infinity.Browser
interface.