Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7435451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:04:37+00:00 2026-05-29T10:04:37+00:00

I have created a class Atom that extends the Qt class QGraphicsItem like this:

  • 0

I have created a class Atom that extends the Qt class QGraphicsItem like this:

Atom::Atom(qreal rad, qreal mass, int element, int state) : QGraphicsItem()
{
    // Initialization code
}
void Atom::changeState(int newState)
{
    // Code...
}

Then, I add my atom to the scene like this:

Atom *a=new Atom(rad,mass,element,state);
a->setPos(pos);
scene->addItem(a);

However, Qt converts my Atom class to a QGraphicsItem class. Now, when I call scene->items(), I get a QList of QGraphicsItems, which do not have the properties and methods of my Atom class.

So, I am asking the question: How would I go about getting a list of the Atoms that I have added to my QGraphicsScene?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T10:04:38+00:00Added an answer on May 29, 2026 at 10:04 am

    No. Your items are not converted to anything. They are still of your custom type. In C++, all objects of a derived class are also of class they derive from. Nothing is converted so nothing is lost.

    Do a dynamic_cast<Atom*>(item) and you will get your item back.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a class Person that looks like this: public class Person {
I have created a class library (assembly) that provides messaging, email and sms. This
I have created a class that extends JLabel to use as my object moving
I have created a type like this: TypeBuilder tb = moduleBuilder.DefineType(myname, TypeAttributes.Class | TypeAttributes.Public,
I have created a class student with three properties like this public class Student
I have created a class that returns a datatable, when I use the class
I have created one class that directly map to ConfigSection of web. config. My
I have created a class which extends HttpServlet in a package called controller I
I have created a class of type BaseAdapter that is populated with buttons -
I have created a class called SimpleCanvas which extends the JPanel class, and I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.