|
pyanatomist 6.0.0
|
I had to rename this class from Anatomist to AnatimistSip because SIP generated two files only differing by the case (one for the namespace anatomist, and one for this class Anatomist), and some systems (Mac, Windows) don't support case-sensitive filesystems. More...
#include <pyanatomist/pyanatomist.h>
I had to rename this class from Anatomist to AnatimistSip because SIP generated two files only differing by the case (one for the namespace anatomist, and one for this class Anatomist), and some systems (Mac, Windows) don't support case-sensitive filesystems.
Definition at line 65 of file pyanatomist.h.
| AnatomistSip::AnatomistSip | ( | const std::vector< std::string > & | argv = std::vector< std::string >() | ) |
| QString AnatomistSip::anatomistHomePath | ( | ) |
| QString AnatomistSip::anatomistSharedPath | ( | ) |
| anatomist::GlobalConfiguration * AnatomistSip::config | ( | ) |
| QWidget * AnatomistSip::createWindow | ( | const QString & | , |
| QWidget * | ) |
| bool AnatomistSip::exitOnQuit | ( | ) | const |
| ControlWindow * AnatomistSip::getControlWindow | ( | ) |
| std::set< anatomist::AObject * > AnatomistSip::getObjects | ( | ) | const |
| QWidget * AnatomistSip::getQWidgetAncestor | ( | ) | const |
| std::set< anatomist::Referential * > AnatomistSip::getReferentials | ( | ) | const |
| std::set< anatomist::Transformation * > AnatomistSip::getTransformations | ( | ) | const |
| std::set< anatomist::AWindow * > AnatomistSip::getWindows | ( | ) | const |
| std::set< anatomist::AWindow * > AnatomistSip::getWindowsInGroup | ( | int | ) |
| Point3df AnatomistSip::lastPosition | ( | const anatomist::Referential * | toref = 0 | ) | const |
| anatomist::PaletteList & AnatomistSip::palettes | ( | ) |
| void AnatomistSip::quit | ( | ) |
| void AnatomistSip::releaseObject | ( | anatomist::AObject * | ) |
| void AnatomistSip::releaseWindow | ( | anatomist::AWindow * | ) |
| void AnatomistSip::setExitOnQuit | ( | bool | x | ) |
| void AnatomistSip::setObjectName | ( | anatomist::AObject * | obj, |
| const std::string & | name ) |
| void AnatomistSip::setUserLevel | ( | int | ) |
| anatomist::Processor * AnatomistSip::theProcessor | ( | ) |
| int AnatomistSip::userLevel | ( | ) | const |