![]() |
![]() |
![]() |
Buzztard Bt-Edit Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
#include "bt-edit.h" struct BtMachineCanvasItem; BtMachineCanvasItem * bt_machine_canvas_item_new (const BtMainPageMachines *main_page_machines
,BtMachine *machine
,gdouble xpos
,gdouble ypos
,gdouble zoom
); void bt_machine_show_properties_dialog (BtMachine *machine
); void bt_machine_show_preferences_dialog (BtMachine *machine
); void bt_machine_show_analyzer_dialog (BtMachine *machine
);
GObject +----GInitiallyUnowned +----GtkObject +----GnomeCanvasItem +----GnomeCanvasGroup +----BtMachineCanvasItem
"analysis-dialog" BtSignalAnalysisDialog* : Read "machine" BtMachine* : Read / Write "machines-page" BtMainPageMachines* : Read / Write "preferences-dialog" BtMachinePreferencesDialog* : Read "properties-dialog" BtMachinePropertiesDialog* : Read "zoom" gdouble : Read / Write
BtMachineCanvasItem * bt_machine_canvas_item_new (const BtMainPageMachines *main_page_machines
,BtMachine *machine
,gdouble xpos
,gdouble ypos
,gdouble zoom
);
Create a new instance
|
the machine page the new item belongs to |
|
the machine for which a canvas item should be created |
|
the horizontal location |
|
the vertical location |
|
the zoom ratio |
Returns : |
the new instance or NULL in case of an error |
void bt_machine_show_properties_dialog (BtMachine *machine
);
Shows the machine properties dialog.
|
machine to show the dialog for |
Since 0.6
void bt_machine_show_preferences_dialog (BtMachine *machine
);
Shows the machine preferences dialog.
|
machine to show the dialog for |
Since 0.6
void bt_machine_show_analyzer_dialog (BtMachine *machine
);
Shows the machine signal analysis dialog.
|
machine to show the dialog for |
Since 0.6
"analysis-dialog"
property"analysis-dialog" BtSignalAnalysisDialog* : Read
Get the the analysis dialog if shown.
"machines-page"
property"machines-page" BtMainPageMachines* : Read / Write
Set application object, the window belongs to.
"preferences-dialog"
property"preferences-dialog" BtMachinePreferencesDialog* : Read
Get the the preferences dialog if shown.
"properties-dialog"
property"properties-dialog" BtMachinePropertiesDialog* : Read
Get the the properties dialog if shown.
"position-changed"
signalvoid user_function (BtMachineCanvasItem *self,
gpointer user_data) : No Hooks
Signals that item has been moved around. The new position can be read from the canvas item.
|
the machine-canvas-item object that emitted the signal |
|
user data set when the signal handler was connected. |
"start-connect"
signalvoid user_function (BtMachineCanvasItem *self,
gpointer user_data) : No Hooks
Signals that a connect should be made starting from this machine.
|
the machine-canvas-item object that emitted the signal |
|
user data set when the signal handler was connected. |