nsINavHistoryQueryResultNode Interface Reference

import "nsINavHistoryService.idl";

Inherits nsINavHistoryContainerResultNode.

Collaboration diagram for nsINavHistoryQueryResultNode:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void getQueries (out unsigned long queryCount,[retval, array, size_is(queryCount)] out nsINavHistoryQuery queries)

Public Attributes

readonly attribute
nsINavHistoryQueryOptions 
queryOptions
readonly attribute long long folderItemId


Detailed Description

Used for places queries and as a base for bookmark folders.

Note that if you request places to *not* be expanded in the options that generated this node, this item will report it has no children and never try to populate itself.

Definition at line 402 of file nsINavHistoryService.idl.


Member Function Documentation

void nsINavHistoryQueryResultNode::getQueries ( out unsigned long  queryCount,
[retval, array, size_is(queryCount)] out nsINavHistoryQuery  queries 
)

Get the queries which build this node's children. Only valid for RESULT_TYPE_QUERY nodes.


Member Data Documentation

readonly attribute long long nsINavHistoryQueryResultNode::folderItemId

For both simple folder nodes and simple-folder-query nodes, this is set to the concrete itemId of the folder. Otherwise, this is set to -1.

Definition at line 421 of file nsINavHistoryService.idl.

Get the options which group this node's children. Only valid for RESULT_TYPE_QUERY nodes.

Definition at line 415 of file nsINavHistoryService.idl.


The documentation for this interface was generated from the following file:

Generated on Fri Jan 16 21:13:03 2009 for Places by  doxygen 1.5.8