Results 1 to 8 of 8

Thread: simple question on Class-Members

Threaded View

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

    Default simple question on Class-Members

    Hi, I have a question:
    Qt Code:
    1. class DOOR {
    2. public:
    3. ........
    4. draw();
    5. }
    To copy to clipboard, switch view to plain text mode 
    Qt Code:
    1. class build {
    2. public:
    3. ........
    4. std::vector<DOOR> door;
    5. QImage imm;
    6. };
    To copy to clipboard, switch view to plain text mode 
    I need to use variable imm within member draw(). How can I do?
    Thanks
    Last edited by mickey; 4th February 2006 at 12:38.
    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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.