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

#include "ListBoxControl.h"

Inheritance diagram for ListBoxControl:
Collaboration diagram for 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_qobject & m_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 40 of file ListBoxControl.h.

Constructor & Destructor Documentation

◆ ListBoxControl()

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

◆ ~ListBoxControl()

ListBoxControl::~ListBoxControl ( void  )

Definition at line 134 of file ListBoxControl.cc.

Member Function Documentation

◆ beingDeleted()

void Object::beingDeleted ( void  )
protectedvirtualinherited

Reimplemented in ToolBar, and Figure.

Definition at line 190 of file Object.cc.

Referenced by Object::slotUpdate().

◆ create()

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

◆ do_connections()

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

◆ eventFilter()

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

◆ finalize()

void Object::finalize ( void  )
protectedvirtualinherited

Definition at line 167 of file Object.cc.

References Object::m_qobject.

Referenced by Object::slotFinalize().

◆ fromQObject()

◆ gh_callback_event [1/2]

◆ gh_callback_event [2/2]

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

Definition at line 61 of file Object.cc.

References Object::m_qobject, and Object::objectDestroyed().

Referenced by BaseControl::init().

◆ init() [2/2]

◆ innerContainer()

Container* BaseControl::innerContainer ( void  )
inlinevirtualinherited

Implements Object.

Definition at line 46 of file BaseControl.h.

◆ interpreter_event [1/2]

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

Referenced by Object::do_connections().

◆ interpreter_event [2/2]

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

◆ itemActivated

void ListBoxControl::itemActivated ( const QModelIndex &  )
privateslot

Definition at line 211 of file ListBoxControl.cc.

References m_selectionChanged.

Referenced by ListBoxControl().

◆ itemPressed

void ListBoxControl::itemPressed ( QListWidgetItem *  )
privateslot

Definition at line 216 of file ListBoxControl.cc.

References m_selectionChanged.

Referenced by ListBoxControl().

◆ itemSelectionChanged

void ListBoxControl::itemSelectionChanged ( void  )
privateslot

Definition at line 204 of file ListBoxControl.cc.

References m_blockCallback, and m_selectionChanged.

Referenced by ListBoxControl().

◆ object()

◆ objectDestroyed

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

Definition at line 193 of file Object.cc.

References Object::m_qobject.

Referenced by Object::init().

◆ parentObject()

◆ print()

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

Reimplemented in Figure.

Definition at line 186 of file Object.cc.

Referenced by Object::slotPrint().

◆ properties() [1/4]

base_properties& Object::properties ( void  )
inlineinherited

◆ properties() [2/4]

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

Definition at line 63 of file Object.h.

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

◆ properties() [3/4]

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

Definition at line 59 of file Object.h.

References Object::object().

◆ properties() [4/4]

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

Definition at line 70 of file Object.h.

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

◆ qObject()

virtual QObject* Object::qObject ( void  )
inlinevirtualinherited

◆ qWidget()

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

◆ redraw()

void BaseControl::redraw ( void  )
protectedvirtualinherited

Reimplemented from Object.

Definition at line 158 of file BaseControl.cc.

References BaseControl::update().

◆ sendSelectionChange()

void ListBoxControl::sendSelectionChange ( )
protected

◆ show()

void Object::show ( void  )
protectedvirtualinherited

Reimplemented in Figure.

Definition at line 182 of file Object.cc.

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

◆ slotFinalize

void Object::slotFinalize ( void  )
slotinherited

Definition at line 120 of file Object.cc.

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

◆ slotPrint

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

Definition at line 152 of file Object.cc.

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

◆ slotRedraw

void Object::slotRedraw ( void  )
slotinherited

Definition at line 130 of file Object.cc.

References Object::m_interpreter, and Object::redraw().

Referenced by ObjectProxy::init(), and Figure::redraw().

◆ slotShow

void Object::slotShow ( void  )
slotinherited

Definition at line 141 of file Object.cc.

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

Referenced by ObjectProxy::init().

◆ slotUpdate

void Object::slotUpdate ( int  pId)
slotinherited

Definition at line 97 of file Object.cc.

References Object::beingDeleted(), Object::m_interpreter, and Object::update().

Referenced by ObjectProxy::init().

◆ update()

void ListBoxControl::update ( int  pId)
protectedvirtual

Member Data Documentation

◆ m_blockCallback

bool ListBoxControl::m_blockCallback
private

Definition at line 65 of file ListBoxControl.h.

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

◆ m_go

graphics_object Object::m_go
protectedinherited

Definition at line 146 of file Object.h.

Referenced by Object::object().

◆ m_handle

◆ m_interpreter

◆ m_keyPressHandlerDefined

bool BaseControl::m_keyPressHandlerDefined
privateinherited

Definition at line 57 of file BaseControl.h.

Referenced by BaseControl::eventFilter(), BaseControl::init(), and BaseControl::update().

◆ m_normalizedFont

bool BaseControl::m_normalizedFont
privateinherited

Definition at line 56 of file BaseControl.h.

Referenced by BaseControl::eventFilter(), BaseControl::init(), and BaseControl::update().

◆ m_octave_qobj

octave::base_qobject& Object::m_octave_qobj
protectedinherited

Definition at line 135 of file Object.h.

◆ m_qobject

QObject* Object::m_qobject
protectedinherited

◆ m_selectionChanged

bool ListBoxControl::m_selectionChanged
private

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