/[projects]/queensgui/src/board.cpp
ViewVC logotype

Diff of /queensgui/src/board.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by torben, Thu Jul 19 23:44:01 2007 UTC revision 5 by torben, Fri Jul 20 01:22:53 2007 UTC
# Line 45  void Board::setMatrix(Solution* sol) Line 45  void Board::setMatrix(Solution* sol)
45          this->repaint(true);          this->repaint(true);
46  }  }
47    
48    /*
49  void Board::setMatrix(IntSolution sol)  void Board::setMatrix(IntSolution sol)
50  {  {
51  #warning need a closer look  #warning need a closer look
52  /*  
53          m_hasData = true;          m_hasData = true;
54          m_sol = Solution();          m_sol = Solution();
55          for (int i=0;i<m_size;i++)          for (int i=0;i<m_size;i++)
56                  m_sol.matrix[i][ sol.imatrix[i] ] = true;                  m_sol.matrix[i][ sol.imatrix[i] ] = true;
57          this->repaint(true);          this->repaint(true);
58  */  
59  }  }*/
60    
61    
62  void Board::paintEvent( QPaintEvent *event )  void Board::paintEvent( QPaintEvent *event )

Legend:
Removed from v.4  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.20