Ignore:
Timestamp:
2008-06-18T20:00:43+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding dynamic classifiers) Lots of changes to support the grouping nodes properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/recpt/dynamicclassifieraction.h

    r16058 r16061  
    7070                ostream &textout, ostream &logout);
    7171
    72   void output_parent_classifier_nodes (text_t classifier_node_OID,
    73                        int& classifier_node_indent,
    74                        text_tmap classifier_options, cgiargsclass &args,
    75                        recptproto *collectproto, browsermapclass *browsers,
    76                        displayclass &disp, outconvertclass &outconvert,
    77                        ostream &textout, ostream &logout);
     72  void output_upper_classifier_nodes (text_t root_classifier_node_OID,
     73                      text_tlist parent_classifier_node_labels,
     74                      int& classifier_node_indent,
     75                      text_tmap classifier_options, cgiargsclass &args,
     76                      recptproto *collectproto, browsermapclass *browsers,
     77                      displayclass &disp, outconvertclass &outconvert,
     78                      ostream &textout, ostream &logout);
    7879
    7980  void output_child_classifier_nodes (text_t classifier_node_OID,
     81                      text_t classifier_node_metadata_value,
    8082                      text_t metadata_value_filter,
    8183                      int& classifier_node_indent,
Note: See TracChangeset for help on using the changeset viewer.