Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Access to Floating Topics #20

Closed
artshcherbina opened this issue Sep 1, 2016 · 2 comments
Closed

Access to Floating Topics #20

artshcherbina opened this issue Sep 1, 2016 · 2 comments

Comments

@artshcherbina
Copy link

Hello!

Thank you for your project.
Currently, I can't find interface to Floating Topics in the XMind.

Best regards,
Artem

@cohenjo
Copy link

cohenjo commented Sep 24, 2016

Hi,
You can get them by sending an additional parameter to the "topic.getSubTopics()" call passing "detached" as a parameter.
for example:
for topic in root_topic.getSubTopics(const.TOPIC_DETACHED) or []:

I've sent a pull request to add a constant to const.py
#22

Regards,

  • Jony

@artshcherbina
Copy link
Author

Thank you very much, it works!

Best regards,
Artem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants