GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | Friends | List of all members
base_graphics_event Class Referenceabstract

#include "graphics.h"

Inheritance diagram for base_graphics_event:
Inheritance graph
[legend]
Collaboration diagram for base_graphics_event:
Collaboration graph
[legend]

Public Member Functions

 base_graphics_event (void)
 
 base_graphics_event (void)
 
virtual ~base_graphics_event (void)
 
virtual ~base_graphics_event (void)
 
virtual void execute (void)=0
 
virtual void execute (void)=0
 

Private Attributes

octave_refcount< intcount
 

Friends

class graphics_event
 

Detailed Description

Definition at line 13075 of file graphics.h.

Constructor & Destructor Documentation

base_graphics_event::base_graphics_event ( void  )
inline

Definition at line 13081 of file graphics.h.

virtual base_graphics_event::~base_graphics_event ( void  )
inlinevirtual

Definition at line 13083 of file graphics.h.

base_graphics_event::base_graphics_event ( void  )
inline

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

virtual base_graphics_event::~base_graphics_event ( void  )
inlinevirtual

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

Member Function Documentation

virtual void base_graphics_event::execute ( void  )
pure virtual

Implemented in set_event, function_event, and callback_event.

virtual void base_graphics_event::execute ( void  )
pure virtual

Implemented in set_event, function_event, and callback_event.

Referenced by graphics_event::execute().

Friends And Related Function Documentation

Definition at line 13079 of file graphics.h.

Member Data Documentation

octave_refcount< int > base_graphics_event::count
private

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