GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
QtHandles::Panel Class Reference

#include "Panel.h"

Inheritance diagram for QtHandles::Panel:
Collaboration diagram for QtHandles::Panel:

Public Slots

void objectDestroyed (QObject *obj=nullptr)
 
void slotFinalize (void)
 
void slotPrint (const QString &file_cmd, const QString &term)
 
void slotRedraw (void)
 
void slotShow (void)
 
void slotUpdate (int pId)
 

Signals

void gh_callback_event (const graphics_handle &h, const std::string &name)
 
void gh_callback_event (const graphics_handle &h, const std::string &name, const octave_value &data)
 
void gh_set_event (const graphics_handle &h, const std::string &name, const octave_value &value)
 
void gh_set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit)
 
void gh_set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool notify_toolkit, bool redraw_figure)
 
void interpreter_event (const octave::fcn_callback &fcn)
 
void interpreter_event (const octave::meth_callback &meth)
 

Public Member Functions

 Panel (octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go, QFrame *frame)
 
 ~Panel (void)
 
void do_connections (const QObject *receiver, const QObject *emitter=nullptr)
 
bool eventFilter (QObject *watched, QEvent *event)
 
ContainerinnerContainer (void)
 
graphics_object object (void) const
 
base_propertiesproperties (void)
 
template<typename T >
T::properties & properties (void)
 
const base_propertiesproperties (void) const
 
template<typename T >
const T::properties & properties (void) const
 
virtual QObjectqObject (void)
 
template<typename T >
T * qWidget (void)
 

Static Public Member Functions

static Panelcreate (octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go)
 
static ObjectfromQObject (QObject *obj)
 

Protected Member Functions

virtual void beingDeleted (void)
 
virtual void finalize (void)
 
void init (QObject *obj, bool callBase=false)
 
virtual void print (const QString &file_cmd, const QString &term)
 
void redraw (void)
 
virtual void show (void)
 
void update (int pId)
 

Static Protected Member Functions

static ObjectparentObject (octave::interpreter &interp, const graphics_object &go)
 

Protected Attributes

graphics_object m_go
 
graphics_handle m_handle
 
octave::interpreterm_interpreter
 
octave::base_qobjectm_octave_qobj
 
QObjectm_qobject
 

Private Member Functions

void updateLayout (void)
 

Private Attributes

bool m_blockUpdates
 
Containerm_container
 
Matrix m_previous_bbox
 
QLabel * m_title
 

Detailed Description

Definition at line 45 of file Panel.h.

Constructor & Destructor Documentation

◆ Panel()

◆ ~Panel()

QtHandles::Panel::~Panel ( void  )

Definition at line 172 of file Panel.cc.

Member Function Documentation

◆ beingDeleted()

void QtHandles::Object::beingDeleted ( void  )
protectedvirtualinherited

Reimplemented in QtHandles::ToolBar, and QtHandles::Figure.

Definition at line 191 of file Object.cc.

Referenced by QtHandles::Object::slotUpdate().

◆ create()

Panel * QtHandles::Panel::create ( octave::base_qobject oct_qobj,
octave::interpreter interp,
const graphics_object go 
)
static

◆ do_connections()

void QtHandles::Panel::do_connections ( const QObject receiver,
const QObject emitter = nullptr 
)
virtual

◆ eventFilter()

◆ finalize()

void QtHandles::Object::finalize ( void  )
protectedvirtualinherited

Definition at line 168 of file Object.cc.

References QtHandles::Object::m_qobject.

Referenced by QtHandles::Object::slotFinalize().

◆ fromQObject()

◆ gh_callback_event [1/2]

◆ gh_callback_event [2/2]

void QtHandles::Object::gh_callback_event ( const graphics_handle h,
const std::string &  name,
const octave_value data 
)
signalinherited

◆ gh_set_event [1/3]

◆ gh_set_event [2/3]

void QtHandles::Object::gh_set_event ( const graphics_handle h,
const std::string &  name,
const octave_value value,
bool  notify_toolkit 
)
signalinherited

◆ gh_set_event [3/3]

void QtHandles::Object::gh_set_event ( const graphics_handle h,
const std::string &  name,
const octave_value value,
bool  notify_toolkit,
bool  redraw_figure 
)
signalinherited

◆ init()

void QtHandles::Object::init ( QObject obj,
bool  callBase = false 
)
protectedinherited

◆ innerContainer()

Container* QtHandles::Panel::innerContainer ( void  )
inlinevirtual

Implements QtHandles::Object.

Definition at line 52 of file Panel.h.

References m_container.

◆ interpreter_event [1/2]

void QtHandles::Object::interpreter_event ( const octave::fcn_callback fcn)
signalinherited

◆ interpreter_event [2/2]

void QtHandles::Object::interpreter_event ( const octave::meth_callback meth)
signalinherited

◆ object()

◆ objectDestroyed

void QtHandles::Object::objectDestroyed ( QObject obj = nullptr)
slotinherited

Definition at line 194 of file Object.cc.

References QtHandles::Object::m_qobject.

Referenced by QtHandles::Object::init().

◆ parentObject()

◆ print()

void QtHandles::Object::print ( const QString &  file_cmd,
const QString &  term 
)
protectedvirtualinherited

Reimplemented in QtHandles::Figure.

Definition at line 187 of file Object.cc.

Referenced by QtHandles::Object::slotPrint().

◆ properties() [1/4]

◆ properties() [2/4]

template<typename T >
T::properties& QtHandles::Object::properties ( void  )
inlineinherited

◆ properties() [3/4]

const base_properties& QtHandles::Object::properties ( void  ) const
inlineinherited

Definition at line 63 of file Object.h.

References graphics_object::get_properties(), and QtHandles::Object::object().

◆ properties() [4/4]

template<typename T >
const T::properties& QtHandles::Object::properties ( void  ) const
inlineinherited

◆ qObject()

◆ qWidget()

template<typename T >
T* QtHandles::Object::qWidget ( void  )
inlineinherited

◆ redraw()

void QtHandles::Panel::redraw ( void  )
protectedvirtual

◆ show()

void QtHandles::Object::show ( void  )
protectedvirtualinherited

Reimplemented in QtHandles::Figure.

Definition at line 183 of file Object.cc.

Referenced by QtHandles::ButtonGroup::ButtonGroup(), Panel(), and QtHandles::Object::slotShow().

◆ slotFinalize

void QtHandles::Object::slotFinalize ( void  )
slotinherited

◆ slotPrint

void QtHandles::Object::slotPrint ( const QString &  file_cmd,
const QString &  term 
)
slotinherited

◆ slotRedraw

void QtHandles::Object::slotRedraw ( void  )
slotinherited

◆ slotShow

void QtHandles::Object::slotShow ( void  )
slotinherited

◆ slotUpdate

void QtHandles::Object::slotUpdate ( int  pId)
slotinherited

◆ update()

◆ updateLayout()

void QtHandles::Panel::updateLayout ( void  )
private

Member Data Documentation

◆ m_blockUpdates

bool QtHandles::Panel::m_blockUpdates
private

Definition at line 73 of file Panel.h.

Referenced by eventFilter(), update(), and updateLayout().

◆ m_container

Container* QtHandles::Panel::m_container
private

Definition at line 71 of file Panel.h.

Referenced by Panel(), do_connections(), eventFilter(), innerContainer(), redraw(), and updateLayout().

◆ m_go

graphics_object QtHandles::Object::m_go
protectedinherited

Definition at line 150 of file Object.h.

Referenced by QtHandles::Object::object().

◆ m_handle

graphics_handle QtHandles::Object::m_handle
protectedinherited

◆ m_interpreter

◆ m_octave_qobj

octave::base_qobject& QtHandles::Object::m_octave_qobj
protectedinherited

Definition at line 139 of file Object.h.

◆ m_previous_bbox

Matrix QtHandles::Panel::m_previous_bbox
private

Definition at line 74 of file Panel.h.

Referenced by update().

◆ m_qobject

◆ m_title

QLabel* QtHandles::Panel::m_title
private

Definition at line 72 of file Panel.h.

Referenced by Panel(), eventFilter(), update(), and updateLayout().


The documentation for this class was generated from the following files: