Results 1 to 8 of 8

Thread: simple question on Class-Members

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Jan 2006
    Posts
    976
    Thanks
    53
    Qt products
    Qt3
    Platforms
    Windows

    Default Re: simple question on Class-Members

    Qt Code:
    1. void DOOR::draw() {
    2. imm="hello\n";
    3. }
    To copy to clipboard, switch view to plain text mode 

    I'd like use imm in ::draw () and I'd like can use "only" imm and not other variables of Build class.....
    Last edited by mickey; 4th February 2006 at 15:10.
    Regards

Similar Threads

  1. Simple RAII question with Qt
    By maverick_pol in forum Qt Programming
    Replies: 4
    Last Post: 12th November 2008, 14:39
  2. Replies: 0
    Last Post: 2nd September 2008, 04:29
  3. class QHBoxLayout
    By csvivek in forum Installation and Deployment
    Replies: 2
    Last Post: 10th April 2008, 07:57
  4. templates / Q_OBJECT question
    By _borker_ in forum Qt Programming
    Replies: 6
    Last Post: 19th December 2007, 20:35
  5. Replies: 4
    Last Post: 26th June 2007, 19:19

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.