Results 1 to 10 of 10

Thread: Redrawing a single row of a QwtPlotSpectrogram

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 879 Times in 827 Posts

    Default Re: Redrawing a single row of a QwtPlotSpectrogram

    How can I buffer the previous image? I can keep up with a QImage object "buffer_image" within my derived spectrogram class, but I can't change it in my overloaded renderImage since renderImage is a constant function.
    No, see: http://www.highprogrammer.com/alan/rants/mutable.html. Of course you can also do a const_cast for your this pointer.

    Uwe
    Last edited by Uwe; 1st December 2009 at 15:56. Reason: QUOTE tag fixed

  2. The following user says thank you to Uwe for this useful post:

    MSUdom5 (1st December 2009)

Similar Threads

  1. can a single statement work in signal/slot mechanism
    By salmanmanekia in forum Qt Programming
    Replies: 1
    Last Post: 8th August 2008, 08:24
  2. KDE/QWT doubt on debian sarge
    By hildebrand in forum KDE Forum
    Replies: 13
    Last Post: 25th April 2007, 06:13

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.