Defines a terminal that utilizes QT.
Returns the appropriate GNUPLOT command string to establish appropriate parameters.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(in) | :: | this |
The terminal object. |
The GNUPLOT command string.
Gets the name of the font used for text displayed by the graph.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(in) | :: | this |
The terminal object. |
The font name.
Gets the size of the font used by the graph.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(in) | :: | this |
The terminal object. |
The font size, in points.
Retrieves a GNUPLOT terminal identifier string.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(qt_terminal), | intent(in) | :: | this |
The qt_terminal object. |
The string.
Gets the targeted plot window number.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(in) | :: | this |
The terminal object. |
The plot window number.
Gets the plot window's title.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(in) | :: | this |
The terminal object. |
The title.
Gets the height of the plot window.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(in) | :: | this |
The terminal object. |
The height of the plot window.
Gets the width of the plot window.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(in) | :: | this |
The terminal object. |
The width of the plot window.
Sets the name of the font used for text displayed by the graph.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(inout) | :: | this |
The terminal object. |
||
character(len=*), | intent(in) | :: | name |
The font name. |
Sets the size of the font used by the graph.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(inout) | :: | this |
The terminal object. |
||
integer(kind=int32), | intent(in) | :: | sz |
The font size, in points. |
Sets the targeted plot window number.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(inout) | :: | this |
The terminal object. |
||
integer(kind=int32), | intent(in) | :: | x |
The plot window number. |
Sets the plot window's title.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(inout) | :: | this |
The terminal object. |
||
character(len=*), | intent(in) | :: | txt |
The title. |
Sets the height of the plot window.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(inout) | :: | this |
The terminal object. |
||
integer, | intent(in) | :: | x |
The height of the plot window. |
Sets the width of the plot window.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(terminal), | intent(inout) | :: | this |
The terminal object. |
||
integer, | intent(in) | :: | x |
The width of the plot window. |