#include <Widget_Class.h>
Inheritance diagram for Pt::Widget_Class:
Public Member Functions | |
Widget_Class (PtWidget_t *ptr) | |
PropC::PropertyProxy_ReadOnly< PtWidget_t * > | property_cobj () const |
underlying C- widget pointer | |
PropC::PropertyProxy< bool > | property_set () |
The widget is in a "set" state. | |
PropC::PropertyProxy< PhPoint_t * > | property_pos () |
Stores the x and y coordinates for the widget. | |
PropC::PropertyProxy< bool > | property_realized () |
The widget is realized. | |
PropC::PropertyProxy_ReadOnly< bool > | property_destroyed () |
The widget has been marked for destruction. | |
Sig::SignalProxy< SigC::Slot0< void > > | signal_ptr_motion_no_button () |
Emitted when the user moves the pointing device without pressing a button. | |
Sig::SignalProxy< SigC::Slot0< void > > | signal_destroyed () |
Invoked then the widget is marked for destruction and is no longer visible. | |
virtual void | realize () |
Make a widget and it's children visible. | |
virtual void | damage () |
Mark a widget as damaged so it will be redrawn. | |
virtual | ~Widget_Class () |
Protected Member Functions | |
Widget_Class () | |
Protected Attributes | |
PtWidget_t * | obj |
|
|
|
|
|
|
|
Mark a widget as damaged so it will be redrawn.
|
|
underlying C- widget pointer
|
|
The widget has been marked for destruction.
|
|
Stores the x and y coordinates for the widget. You can edit this in PhAB's toolbar; it is not recommended to manipulate it directly |
|
The widget is realized.
Set to |
|
The widget is in a "set" state. Generally, this indicates that the widget has been selected. |
|
Make a widget and it's children visible.
|
|
Invoked then the widget is marked for destruction and is no longer visible. You can use this signal e.g to adjust appearance of the widgets around the one being destroyed.
|
|
Emitted when the user moves the pointing device without pressing a button. Large numbers of Widget_Class::signal_ptr_motion_no_button () events can slow down your system. To avoid this, you should make your application sensitive signal_ptr_motion_button () whenever possible |
|
|
Documentation for photonmm by Yakov <iakovz@gmail.com>.