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

#include "ListBoxControl.h"

Inheritance diagram for octave::ListBoxControl:
Collaboration diagram for octave::ListBoxControl:

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

 ListBoxControl (octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go, QListWidget *list)
 
 ~ListBoxControl (void)
 
virtual void do_connections (const QObject *receiver, const QObject *emitter=nullptr)
 
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 ListBoxControlcreate (octave::base_qobject &oct_qobj, octave::interpreter &interp, const graphics_object &go)
 
static ObjectfromQObject (QObject *obj)
 

Protected Member Functions

virtual void beingDeleted (void)
 
bool eventFilter (QObject *watched, QEvent *e)
 
virtual void finalize (void)
 
void init (QObject *obj, bool callBase=false)
 
void init (QWidget *w, bool callBase=false)
 
virtual void print (const QString &file_cmd, const QString &term)
 
void redraw (void)
 
void sendSelectionChange ()
 
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 Slots

void itemActivated (const QModelIndex &)
 
void itemPressed (QListWidgetItem *)
 
void itemSelectionChanged (void)
 

Private Attributes

bool m_blockCallback
 
bool m_keyPressHandlerDefined
 
bool m_normalizedFont
 
bool m_selectionChanged
 

Detailed Description

Definition at line 44 of file ListBoxControl.h.

Constructor & Destructor Documentation

◆ ListBoxControl()

octave::ListBoxControl::ListBoxControl ( octave::base_qobject oct_qobj,
octave::interpreter &  interp,
const graphics_object &  go,
QListWidget *  list 
)

◆ ~ListBoxControl()

octave::ListBoxControl::~ListBoxControl ( void  )

Definition at line 135 of file ListBoxControl.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()

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

◆ do_connections()

void octave::Object::do_connections ( const QObject receiver,
const QObject emitter = nullptr 
)
virtualinherited

◆ eventFilter()

bool octave::ListBoxControl::eventFilter ( QObject watched,
QEvent *  e 
)
protected

◆ 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() [1/2]

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

◆ init() [2/2]

◆ innerContainer()

Container * octave::BaseControl::innerContainer ( void  )
inlinevirtualinherited

Implements octave::Object.

Definition at line 50 of file BaseControl.h.

◆ 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

◆ itemActivated

void octave::ListBoxControl::itemActivated ( const QModelIndex &  )
privateslot

Definition at line 212 of file ListBoxControl.cc.

References m_selectionChanged.

Referenced by ListBoxControl().

◆ itemPressed

void octave::ListBoxControl::itemPressed ( QListWidgetItem *  )
privateslot

Definition at line 217 of file ListBoxControl.cc.

References m_selectionChanged.

Referenced by ListBoxControl().

◆ itemSelectionChanged

void octave::ListBoxControl::itemSelectionChanged ( void  )
privateslot

Definition at line 205 of file ListBoxControl.cc.

References m_blockCallback, and m_selectionChanged.

Referenced by ListBoxControl().

◆ 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::BaseControl::redraw ( void  )
protectedvirtualinherited

Reimplemented from octave::Object.

Definition at line 159 of file BaseControl.cc.

References octave::BaseControl::update().

◆ sendSelectionChange()

void octave::ListBoxControl::sendSelectionChange ( )
protected

◆ 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()

void octave::ListBoxControl::update ( int  pId)
protectedvirtual

Member Data Documentation

◆ m_blockCallback

bool octave::ListBoxControl::m_blockCallback
private

Definition at line 69 of file ListBoxControl.h.

Referenced by itemSelectionChanged(), sendSelectionChange(), and update().

◆ 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_keyPressHandlerDefined

bool octave::BaseControl::m_keyPressHandlerDefined
privateinherited

◆ m_normalizedFont

bool octave::BaseControl::m_normalizedFont
privateinherited

◆ m_octave_qobj

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

Definition at line 139 of file Object.h.

◆ m_qobject

QObject* octave::Object::m_qobject
protectedinherited

◆ m_selectionChanged

bool octave::ListBoxControl::m_selectionChanged
private

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