Home
last modified time | relevance | path

Searched refs:gcpDownBondTool (Results 1 – 3 of 3) sorted by relevance

/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/plugins/paint/bonds/
H A Dbondtool.h97 class gcpDownBondTool: public gcpBondTool
100 gcpDownBondTool (gcp::Application *App, gccv::Wedge *item);
101 virtual ~gcpDownBondTool ();
H A Dbondtool.cc564 static void on_config_changed (GOConfNode *node, gchar const *, gcpDownBondTool *tool) in on_config_changed()
569 gcpDownBondTool::gcpDownBondTool (gcp::Application *App, gccv::Wedge *item): in gcpDownBondTool() function in gcpDownBondTool
577 gcpDownBondTool::~gcpDownBondTool () in ~gcpDownBondTool()
583 void gcpDownBondTool::UpdateItem (bool inverted) in UpdateItem()
591 void gcpDownBondTool::Draw() in Draw()
610 void gcpDownBondTool::UpdateBond () in UpdateBond()
623 void gcpDownBondTool::FinalizeBond () in FinalizeBond()
638 void gcpDownBondTool::SetType (gcp::Bond* pBond) in SetType()
H A Dplugin.cc154 new gcpDownBondTool (App, hash); in Populate()