sprk_hca.h
302 NetworkImportOptionsKit & SetEjectedGeometryBoundingPreviews(bool ejected_geometry_bounding_previews);
405 static ImportNotifier Import(char const * in_file_name, NetworkImportOptionsKit const & in_options);
560 bool RetrieveNodeProperties(uint32_t in_request_id, uint32_t in_timeout_ms, int64_t & out_node_id, bool & out_valid, HPS::UTF8Array & out_keys, HPS::UTF8Array & out_values);
591 void Highlight(HPS::Canvas const & in_canvas, HighlightOptionsKit const & in_highlight_options, int64_t in_node_id);
599 void Highlight(HPS::Canvas const & in_canvas, HighlightOptionsKit const & in_highlight_options, HPS::Int64Array const & in_node_ids);
897 * When the request has been fulfilled, an event of type HCA::RequestIdEvent will be injected to the Database's Event Dispatcher.
898 * Registering a handler to HCA::RequestIdEvent will allow the user to know when this request has completed.
899 * The value of HCA::RequestIdEvent::request_id object will match out_requested_id, returned by this function.
900 * Properties requested with this function can be inspected through a call to HCA::Model::RetrieveNodeProperties after the request
903 * \return <span class='code'>true</span> if the node's properties were gathered successfully, <span class='code'>false</span> otherwise. */
Definition: hps.h:85
Definition: sprk_hca.h:464
Definition: sprk.h:1103
An InvalidSpecificationException is thrown when a method is called with non-sensical or contradictory...
Definition: hps.h:6022
Definition: sprk.h:68
Definition: sprk.h:936
Definition: sprk_hca.h:89
Definition: sprk_hca.h:743
Definition: sprk_hca.h:413
Definition: sprk_hca.h:204
Definition: sprk_hca.h:383
Definition: sprk_hca.h:649
Definition: hps.h:7300
Definition: hps.h:49206
Definition: hps.h:45586
Definition: hps.h:6502
std::vector< UTF8, Allocator< UTF8 > > UTF8Array
Array of type HPS::UTF8.
Definition: hps.h:6852
Definition: sprk.h:1318
std::vector< int64_t, HPS::Allocator< int64_t > > Int64Array
Array of type int64_t.
Definition: hps.h:6900
Definition: hps.h:9560
RequestIdEvent(Event const &in_event)
Definition: sprk_hca.h:432
Definition: sprk_hca.h:42
Definition: sprk_hca.h:37