GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "ObjectFactory.h"
Public Slots | |
void | createObject (double handle) |
Static Public Member Functions | |
static ObjectFactory * | instance (void) |
Private Member Functions | |
ObjectFactory (void) | |
Definition at line 35 of file ObjectFactory.h.
|
inlineprivate |
Definition at line 46 of file ObjectFactory.h.
|
slot |
Definition at line 74 of file ObjectFactory.cc.
References QtHandles::PushButtonControl::create(), QtHandles::TextControl::create(), QtHandles::CheckBoxControl::create(), QtHandles::PushTool::create(), QtHandles::ToggleTool::create(), QtHandles::RadioButtonControl::create(), QtHandles::ToggleButtonControl::create(), QtHandles::PopupMenuControl::create(), QtHandles::SliderControl::create(), QtHandles::ListBoxControl::create(), QtHandles::Menu::create(), QtHandles::ContextMenu::create(), QtHandles::ToolBar::create(), QtHandles::EditControl::create(), QtHandles::Panel::create(), QtHandles::Figure::create(), QtHandles::Logger::debug(), gh_manager::get_object(), graphics_object::get_properties(), base_properties::is_beingdeleted(), graphics_object::isa(), QtHandles::ObjectProxy::setObject(), uicontrol::properties::style_is(), QtHandles::Backend::toolkitObjectProxy(), graphics_object::type(), and graphics_object::valid_object().
|
static |
Definition at line 58 of file ObjectFactory.cc.
Referenced by QtHandles::Backend::Backend().