Dazzle.GraphModel¶
- Subclasses:
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
class |
|
class |
|
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/c |
Max Samples |
||
r/w/c |
Timespan to visualize, in microseconds. |
||
r/w |
Value Max |
||
r/w |
Value Min |
Signals¶
- Inherited:
Name |
Short Description |
---|---|
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class Dazzle.GraphModel(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod iter_get_timestamp(iter)¶
- Parameters:
iter (
Dazzle.GraphModelIter
) –- Return type:
- classmethod iter_get_value(iter, column, value)¶
- Parameters:
iter (
Dazzle.GraphModelIter
) –column (
int
) –value (
GObject.Value
) –
- classmethod iter_next(iter)¶
- Parameters:
iter (
Dazzle.GraphModelIter
) –- Return type:
- classmethod iter_set(iter, column, value)¶
- Parameters:
iter (
Dazzle.GraphModelIter
) – the iter to setcolumn (
int
) – the column to setvalue (
GObject.Value
) – the new value for the column
Sets an individual value within a specific column.
New in version 3.30.
- classmethod new()¶
- Return type:
- add_column(column)¶
- Parameters:
column (
Dazzle.GraphColumn
) –- Return type:
- get_iter_first(iter)¶
- Parameters:
iter (
Dazzle.GraphModelIter
) –- Return type:
- get_iter_last(iter)¶
- Parameters:
iter (
Dazzle.GraphModelIter
) –- Return type:
- push(timestamp)¶
- Parameters:
timestamp (
int
) – Time of new event- Returns:
Newly created
Dazzle.GraphModelIter
- Return type:
iter:
Dazzle.GraphModelIter
Signal Details¶
- Dazzle.GraphModel.signals.changed(graph_model)¶
- Signal Name:
changed
- Flags:
- Parameters:
graph_model (
Dazzle.GraphModel
) – The object which received the signal
Property Details¶
- Dazzle.GraphModel.props.max_samples¶
-
Max Samples
- Dazzle.GraphModel.props.timespan¶
-
Timespan to visualize, in microseconds.
- Dazzle.GraphModel.props.value_max¶
-
Value Max