|
| SelectionWidget (QTModelManager *manager, const String &selection_type, QWidget *parent=nullptr) |
|
| ~SelectionWidget () |
|
void | createGroup () |
|
void | setSelectionType (const String &type) |
|
void | setSizeMode (SizeMode mode) |
|
void | resizeEvent (QResizeEvent *event) override |
|
bool | canShow (UUID id) const |
|
bool | isShowing (UUID id) const |
|
bool | event (QEvent *ev) override |
|
void | updateSelected () |
|
void | clear () |
|
void | onTargetUpdated (UUID id) override |
|
void | updateControls () |
|
void | onAddedSlot (UUID id) |
|
void | onTargetUpdatedSlot (UUID id) |
|
void | addFactory (SelectionButtonFactory *factory) |
|
virtual bool | processKeyEvent (const String &id, const KeyEvent &key_event, DesignObjectLookup *lookup, Camera *camera) override |
|
void | resetKeyControllerToDefaults () override |
|
| DesignObjectWidgetInterface () |
|
virtual | ~DesignObjectWidgetInterface () |
|
void | clearTargets () |
|
void | setTarget (const DynamicPointer< QTDesignObject > &object) |
|
void | setTargets (const Buffer< DynamicPointer< QTDesignObject > > &objects) |
|
void | setTargetID (const UUID &object) |
|
void | setTargetIDs (const Buffer< UUID > &objects) |
|
virtual void | removeTarget (const DynamicPointer< QTDesignObject > &object) |
|
virtual void | addTarget (const DynamicPointer< QTDesignObject > &object) |
|
virtual Bounds< 3, fltp08 > | bounds () const |
|
Buffer< UUID > | targetIDs () const |
|
Buffer< Model > | models () const |
|
QTModelManager * | manager () const |
|
NDEVR_BASE_API | BasicKeyController (const TranslatedString &key_controller_title) |
|
NDEVR_BASE_API bool | processKeyEvent (const KeyEvent &key_event, DesignObjectLookup *lookup, Camera *camera) final override |
|
NDEVR_BASE_API const TranslatedString & | keyControllerTitle () const |
|
NDEVR_BASE_API const Buffer< KeyOption > & | currentKeyMaps () const |
|
virtual NDEVR_BASE_API void | setKeyOption (const KeyOption &option) |
|
virtual NDEVR_BASE_API void | getINI (INIFactory &factory) override |
|
virtual NDEVR_BASE_API void | addKeyOption (const KeyOption &option) |
|
| INIInterface (const File &default_ini) |
|
virtual | ~INIInterface () |
|
virtual void | writeToLog (ProgressInfo *log, uint01 log_level=2U) |
|
virtual void | writeToLog (const String &title, ProgressInfo *log, uint01 log_level=2U) |
|
void | setDefaultINIFile (const File &file) |
|
virtual bool | readINIOptions () |
|
virtual bool | readINIOptions (File &ini_file) |
|
virtual void | finishReadingINI (INIFactory &) |
|
virtual void | prepareForINI (INIFactory &) |
|
virtual bool | saveINIOptions (bool multithead=false) |
|
virtual bool | saveINIOptions (File &ini_file, bool multithead=false) |
|