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

#include "graphics.in.h"

Inheritance diagram for double_radio_property:
Collaboration diagram for double_radio_property:

Public Member Functions

 double_radio_property (const double_radio_property &p)
 
 double_radio_property (const std::string &nm, const graphics_handle &h, const double_radio_property &v)
 
 double_radio_property (const std::string &nm, const graphics_handle &h, const std::string &v)
 
 double_radio_property (double d, const radio_values &v)
 
void add_listener (const octave_value &v, listener_mode mode=GCB_POSTSET)
 
base_propertyclone (void) const
 
const std::string & current_value (void) const
 
void delete_listener (const octave_value &v=octave_value(), listener_mode mode=GCB_POSTSET)
 
double double_value (void) const
 
octave_value get (void) const
 
int get_id (void) const
 
std::string get_name (void) const
 
graphics_handle get_parent (void) const
 
bool is (const std::string &v) const
 
bool is_double (void) const
 
bool is_hidden (void) const
 
bool is_radio (void) const
 
bool ok (void) const
 
 operator octave_value (void) const
 
double_radio_propertyoperator= (const octave_value &val)
 
OCTINTERP_API void run_listeners (listener_mode mode=GCB_POSTSET)
 
OCTINTERP_API bool set (const octave_value &v, bool do_run=true, bool do_notify_toolkit=true)
 
void set_hidden (bool flag)
 
void set_id (int d)
 
void set_name (const std::string &s)
 
void set_parent (const graphics_handle &h)
 
virtual Cell values_as_cell (void) const
 
virtual std::string values_as_string (void) const
 

Protected Member Functions

OCTINTERP_API bool do_set (const octave_value &v)
 

Private Types

enum  current_enum { double_t , radio_t }
 
typedef std::map< listener_mode, octave_value_listlistener_map
 
typedef std::map< listener_mode, octave_value_list >::const_iterator listener_map_const_iterator
 
typedef std::map< listener_mode, octave_value_list >::iterator listener_map_iterator
 

Private Attributes

octave::refcount< octave_idx_typecount
 
enum double_radio_property::current_enum current_type
 
std::string current_val
 
double dval
 
bool hidden
 
int id
 
listener_map listeners
 
std::string name
 
graphics_handle parent
 
radio_values radio_val
 

Detailed Description

Definition at line 1287 of file graphics.in.h.

Member Typedef Documentation

◆ listener_map

typedef std::map<listener_mode, octave_value_list> base_property::listener_map
privateinherited

Definition at line 416 of file graphics.in.h.

◆ listener_map_const_iterator

typedef std::map<listener_mode, octave_value_list>::const_iterator base_property::listener_map_const_iterator
privateinherited

Definition at line 420 of file graphics.in.h.

◆ listener_map_iterator

typedef std::map<listener_mode, octave_value_list>::iterator base_property::listener_map_iterator
privateinherited

Definition at line 418 of file graphics.in.h.

Member Enumeration Documentation

◆ current_enum

Enumerator
double_t 
radio_t 

Definition at line 1361 of file graphics.in.h.

Constructor & Destructor Documentation

◆ double_radio_property() [1/4]

double_radio_property::double_radio_property ( double  d,
const radio_values v 
)
inline

Definition at line 1290 of file graphics.in.h.

Referenced by clone().

◆ double_radio_property() [2/4]

double_radio_property::double_radio_property ( const std::string &  nm,
const graphics_handle h,
const std::string &  v 
)
inline

Definition at line 1296 of file graphics.in.h.

◆ double_radio_property() [3/4]

double_radio_property::double_radio_property ( const std::string &  nm,
const graphics_handle h,
const double_radio_property v 
)
inline

Definition at line 1303 of file graphics.in.h.

◆ double_radio_property() [4/4]

double_radio_property::double_radio_property ( const double_radio_property p)
inline

Definition at line 1310 of file graphics.in.h.

Member Function Documentation

◆ add_listener()

void base_property::add_listener ( const octave_value v,
listener_mode  mode = GCB_POSTSET 
)
inlineinherited

◆ clone()

base_property* double_radio_property::clone ( void  ) const
inlinevirtual

Reimplemented from base_property.

Definition at line 1354 of file graphics.in.h.

References double_radio_property().

◆ current_value()

const std::string& double_radio_property::current_value ( void  ) const
inline

Definition at line 1338 of file graphics.in.h.

References current_type, current_val, error(), base_property::get_name(), and radio_t.

◆ delete_listener()

void base_property::delete_listener ( const octave_value v = octave_value (),
listener_mode  mode = GCB_POSTSET 
)
inlineinherited

◆ do_set()

◆ double_value()

double double_radio_property::double_value ( void  ) const
inline

Definition at line 1330 of file graphics.in.h.

References current_type, double_t, dval, error(), and base_property::get_name().

◆ get()

octave_value double_radio_property::get ( void  ) const
inlinevirtual

Reimplemented from base_property.

Definition at line 1315 of file graphics.in.h.

References current_type, current_val, double_t, and dval.

Referenced by operator octave_value().

◆ get_id()

int base_property::get_id ( void  ) const
inlineinherited

Definition at line 317 of file graphics.in.h.

References base_property::id.

Referenced by property::get_id().

◆ get_name()

◆ get_parent()

graphics_handle base_property::get_parent ( void  ) const
inlineinherited

Definition at line 307 of file graphics.in.h.

References base_property::parent.

Referenced by callback_property::execute(), and property::get_parent().

◆ is()

bool double_radio_property::is ( const std::string &  v) const
inline

Definition at line 1327 of file graphics.in.h.

References current_val, and is_radio().

◆ is_double()

bool double_radio_property::is_double ( void  ) const
inline

Definition at line 1323 of file graphics.in.h.

References current_type, and double_t.

◆ is_hidden()

bool base_property::is_hidden ( void  ) const
inlineinherited

Definition at line 311 of file graphics.in.h.

References base_property::hidden.

Referenced by property::is_hidden().

◆ is_radio()

bool double_radio_property::is_radio ( void  ) const
inlinevirtual

Reimplemented from base_property.

Definition at line 1325 of file graphics.in.h.

References current_type, and radio_t.

Referenced by is().

◆ ok()

bool base_property::ok ( void  ) const
inlineinherited

Definition at line 301 of file graphics.in.h.

References octave_handle::ok(), and base_property::parent.

Referenced by property::ok().

◆ operator octave_value()

double_radio_property::operator octave_value ( void  ) const
inline

Definition at line 1352 of file graphics.in.h.

References get().

◆ operator=()

double_radio_property& double_radio_property::operator= ( const octave_value val)
inline

Definition at line 1346 of file graphics.in.h.

References base_property::set().

◆ run_listeners()

◆ set()

◆ set_hidden()

void base_property::set_hidden ( bool  flag)
inlineinherited

Definition at line 313 of file graphics.in.h.

References base_property::hidden.

Referenced by property::set_hidden().

◆ set_id()

void base_property::set_id ( int  d)
inlineinherited

Definition at line 319 of file graphics.in.h.

References d.

Referenced by property::set_id().

◆ set_name()

void base_property::set_name ( const std::string &  s)
inlineinherited

Definition at line 305 of file graphics.in.h.

References base_property::name.

Referenced by property::set_name().

◆ set_parent()

void base_property::set_parent ( const graphics_handle h)
inlineinherited

Definition at line 309 of file graphics.in.h.

References base_property::parent.

Referenced by property::set_parent().

◆ values_as_cell()

virtual Cell base_property::values_as_cell ( void  ) const
inlinevirtualinherited

Reimplemented in color_property, and radio_property.

Definition at line 336 of file graphics.in.h.

References error(), and base_property::name.

Referenced by property::values_as_cell().

◆ values_as_string()

virtual std::string base_property::values_as_string ( void  ) const
inlinevirtualinherited

Reimplemented in color_property, and radio_property.

Definition at line 331 of file graphics.in.h.

References error(), and base_property::name.

Referenced by property::values_as_string().

Member Data Documentation

◆ count

octave::refcount<octave_idx_type> base_property::count
privateinherited

Definition at line 424 of file graphics.in.h.

Referenced by property::property(), property::~property(), and property::operator=().

◆ current_type

enum double_radio_property::current_enum double_radio_property::current_type
private

◆ current_val

std::string double_radio_property::current_val
private

Definition at line 1364 of file graphics.in.h.

Referenced by current_value(), do_set(), get(), and is().

◆ dval

double double_radio_property::dval
private

Definition at line 1362 of file graphics.in.h.

Referenced by do_set(), double_value(), and get().

◆ hidden

bool base_property::hidden
privateinherited

Definition at line 427 of file graphics.in.h.

Referenced by base_property::is_hidden(), and base_property::set_hidden().

◆ id

int base_property::id
privateinherited

Definition at line 423 of file graphics.in.h.

Referenced by base_property::get_id().

◆ listeners

listener_map base_property::listeners
privateinherited

◆ name

◆ parent

◆ radio_val

radio_values double_radio_property::radio_val
private

Definition at line 1363 of file graphics.in.h.

Referenced by do_set().


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