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

#include "Panel.h"

Inheritance diagram for octave::Panel:
Collaboration diagram for octave::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_properties & properties (void)
 
template<typename T >
T::properties & properties (void)
 
const base_properties & properties (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::interpreter & m_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
 
QLabelm_title
 

Detailed Description

Definition at line 45 of file Panel.h.

Constructor & Destructor Documentation

◆ Panel()

◆ ~Panel()

octave::Panel::~Panel ( void  )

Definition at line 172 of file Panel.cc.

Member Function Documentation

◆ beingDeleted()

void octave::Object::beingDeleted ( void  )
protectedvirtualinherited

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

Definition at line 191 of file Object.cc.

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

◆ create()

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

◆ do_connections()

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

◆ eventFilter()

◆ finalize()

void octave::Object::finalize ( void  )
protectedvirtualinherited

Definition at line 168 of file Object.cc.

References octave::Object::m_qobject.

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

◆ fromQObject()

◆ gh_callback_event [1/2]

◆ gh_callback_event [2/2]

void octave::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 octave::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 octave::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 octave::Object::init ( QObject obj,
bool  callBase = false 
)
protectedinherited

◆ innerContainer()

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

Implements octave::Object.

Definition at line 52 of file Panel.h.

References m_container.

◆ interpreter_event [1/2]

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

◆ interpreter_event [2/2]

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

◆ object()

◆ objectDestroyed

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

Definition at line 194 of file Object.cc.

References octave::Object::m_qobject.

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

◆ parentObject()

◆ print()

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

Reimplemented in octave::Figure.

Definition at line 187 of file Object.cc.

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

◆ properties() [1/4]

base_properties & octave::Object::properties ( void  )
inlineinherited

◆ properties() [2/4]

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

Definition at line 67 of file Object.h.

References octave::Object::object(), and octave::Utils::properties().

◆ properties() [3/4]

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

Definition at line 63 of file Object.h.

References octave::Object::object().

◆ properties() [4/4]

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

Definition at line 74 of file Object.h.

References octave::Object::object(), and octave::Utils::properties().

◆ qObject()

◆ qWidget()

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

◆ redraw()

void octave::Panel::redraw ( void  )
protectedvirtual

◆ show()

void octave::Object::show ( void  )
protectedvirtualinherited

Reimplemented in octave::Figure.

Definition at line 183 of file Object.cc.

Referenced by octave::ButtonGroup::ButtonGroup(), and octave::Object::slotShow().

◆ slotFinalize

void octave::Object::slotFinalize ( void  )
slotinherited

Definition at line 121 of file Object.cc.

References octave::Object::finalize(), and octave::Object::m_interpreter.

◆ slotPrint

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

Definition at line 153 of file Object.cc.

References octave::Object::m_interpreter, and octave::Object::print().

◆ slotRedraw

void octave::Object::slotRedraw ( void  )
slotinherited

◆ slotShow

void octave::Object::slotShow ( void  )
slotinherited

Definition at line 142 of file Object.cc.

References octave::Object::m_interpreter, and octave::Object::show().

Referenced by octave::ObjectProxy::init().

◆ slotUpdate

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

◆ update()

◆ updateLayout()

void octave::Panel::updateLayout ( void  )
private

Member Data Documentation

◆ m_blockUpdates

bool octave::Panel::m_blockUpdates
private

Definition at line 73 of file Panel.h.

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

◆ m_container

Container* octave::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 octave::Object::m_go
protectedinherited

Definition at line 150 of file Object.h.

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

◆ m_handle

◆ m_interpreter

◆ m_octave_qobj

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

Definition at line 139 of file Object.h.

◆ m_previous_bbox

Matrix octave::Panel::m_previous_bbox
private

Definition at line 74 of file Panel.h.

Referenced by update().

◆ m_qobject

◆ m_title

QLabel* octave::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: