commit: More code to enable charts to be editted.

From: <msevior_at_physics.unimelb.edu.au>
Date: Tue May 17 2005 - 05:40:31 CEST

CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: tools/abigochart/unix/AbiGOChart.cpp
CVS: tools/abigochart/unix/AbiGOChart.h
CVS: ----------------------------------------------------------------------
Glue code to enable Charts to be edited.

CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: src/af/gr/xp/gr_EmbedManager.cpp
CVS: src/af/gr/xp/gr_EmbedManager.h src/text/fmt/xp/fp_EmbedRun.cpp
CVS: src/text/fmt/xp/fp_EmbedRun.h src/text/fmt/xp/fv_View.cpp
CVS: src/wp/ap/xp/ap_EditMethods.cpp
CVS: ----------------------------------------------------------------------
Code to enable charts to be editted.

Now the method:

bool GR_GOChartManager::modify(UT_sint32 uid)
{
  GOChartView * pGOChartView = m_vecGOChartView.getNthItem(uid);
  printf("!!!!!!!! Put some code here to alter the contents of the Chart
\n");
  //
  // Put some code to alter the contents of the graph then call this
function.
  // cb_update_graph(graph, data);
  return false;
}

Is called from the "Format Object" context menu.

Over to Jean to actually fire up the gog-chart data entry editor.

Cheers

Martin
Received on Tue May 17 05:40:45 2005

This archive was generated by hypermail 2.1.8 : Tue May 17 2005 - 05:40:47 CEST