Exemplo n.º 1
0
TCommand* FadeCurve::toggle_raster( )
{
	m_raster = ! m_raster;
	
	emit rasterChanged();
	return 0;
}
Exemplo n.º 2
0
void Toolbar1::_rasterChanged(int)
      {
      int rast = gArrangerRasterTable[rlist->currentRow() + rlist->currentColumn() * 10];  
      emit rasterChanged(rast);
      // FIXME: HACK: Force the thing to show the right item. For some reason it won't stay on the left or right columns.
      raster->blockSignals(true);
      setRaster(rast);
      raster->blockSignals(false);
      }
Exemplo n.º 3
0
void NoteInfo::_rasterChanged(int /*i*/)
{
	emit rasterChanged(rasterTable[rlist->currentRow() + rlist->currentColumn() * 10]);
}