View | Details | Raw Unified
Collapse All | Expand All

(-) gephex-0.4.3.old/base/src/utils/structscanner.h (-3 / +3 lines)
 Lines 40-50    Link Here 
{
{
 IStructTokenListener& m_listener;
 IStructTokenListener& m_listener;
  
  
  void StructScanner::divideNameFromContent(const std::string& text,
  void divideNameFromContent(const std::string& text,
					    std::string& name,
					    std::string& name,
					    std::string& content) const;
					    std::string& content) const;
  void StructScanner::processName(const std::string& name) const;
  void processName(const std::string& name) const;
  void StructScanner::processContent(const std::string& content) const;
  void processContent(const std::string& content) const;
  std::string::size_type
  std::string::size_type
  findNextClosingBracket(const std::string& content,
  findNextClosingBracket(const std::string& content,
			 std::string::size_type n) const;
			 std::string::size_type n) const;
(-) gephex-0.4.3.old/engine/src/model/model.h (-1 / +1 lines)
 Lines 235-241    Link Here 
      void deleteModule(utils::AutoPtr<Graph>, int moduleID);
      void deleteModule(utils::AutoPtr<Graph>, int moduleID);
#ifndef NDEBUG
#ifndef NDEBUG
      void Model::checkGraphSerialisation();
      void checkGraphSerialisation();
#endif
#endif
    };
    };
(-) gephex-0.4.3.old/qtgui/src/gui/graphnameview.cpp (-2 / +2 lines)
 Lines 266-272    Link Here 
      m_textListener->textChanged(1,newStatus.c_str());
      m_textListener->textChanged(1,newStatus.c_str());
    }
    }
    virtual void GraphItem::propertySelected(int id)
    virtual void propertySelected(int id)
    {
    {
      switch(id)
      switch(id)
	{
	{
 Lines 428-434    Link Here 
      m_textListener->textChanged(1,newStatus.c_str());
      m_textListener->textChanged(1,newStatus.c_str());
    }
    }
    void SnapItem::propertySelected(int id)
    void propertySelected(int id)
    {
    {
      switch(id)
      switch(id)
	{
	{