GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gui-preferences-ws.h File Reference
#include "gui-preferences.h"
Include dependency graph for gui-preferences-ws.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const QString ws_class_chars ("agp")
 
const QStringList ws_color_names (QStringList()<< QT_TRANSLATE_NOOP("octave::settings_dialog", "argument")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "global")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "persistent"))
 
const gui_pref ws_column_state ("workspaceview/column_state", QVariant())
 
const QStringList ws_columns_shown (QStringList()<< QT_TRANSLATE_NOOP("octave::workspace_view", "Class")<< QT_TRANSLATE_NOOP("octave::workspace_view", "Dimension")<< QT_TRANSLATE_NOOP("octave::workspace_view", "Value")<< QT_TRANSLATE_NOOP("octave::workspace_view", "Attribute"))
 
const QStringList ws_columns_shown_keys (QStringList()<< "workspaceview/show_class"<< "workspaceview/show_dimension"<< "workspaceview/show_value"<< "workspaceview/show_attribute")
 
const gui_pref ws_enable_colors ("workspaceview/enable_colors", QVariant(false))
 
const gui_pref ws_filter_active ("workspaceview/filter_active", QVariant(false))
 
const gui_pref ws_filter_shown ("workspaceview/filter_shown", QVariant(true))
 
const gui_pref ws_hide_tool_tips ("workspaceview/hide_tools_tips", QVariant(false))
 
const gui_pref ws_max_filter_history ("workspaceview/max_filter_history", QVariant(10))
 
const gui_pref ws_mru_list ("workspaceview/mru_list", QVariant())
 
const gui_pref ws_sort_column ("workspaceview/sort_by_column", QVariant(0))
 
const gui_pref ws_sort_order ("workspaceview/sort_order", QVariant(Qt::AscendingOrder))
 

Variables

const gui_pref ws_colors [ws_colors_count]
 
const int ws_colors_count = 3
 

Function Documentation

◆ ws_class_chars()

const QString ws_class_chars ( "agp"  )

◆ ws_color_names()

const QStringList ws_color_names ( QStringList()<< QT_TRANSLATE_NOOP("octave::settings_dialog", "argument")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "global")<< QT_TRANSLATE_NOOP("octave::settings_dialog", "persistent")  )

◆ ws_column_state()

const gui_pref ws_column_state ( "workspaceview/column_state"  ,
QVariant()   
)

◆ ws_columns_shown()

const QStringList ws_columns_shown ( QStringList()<< QT_TRANSLATE_NOOP("octave::workspace_view", "Class")<< QT_TRANSLATE_NOOP("octave::workspace_view", "Dimension")<< QT_TRANSLATE_NOOP("octave::workspace_view", "Value")<< QT_TRANSLATE_NOOP("octave::workspace_view", "Attribute")  )

◆ ws_columns_shown_keys()

const QStringList ws_columns_shown_keys ( QStringList()<< "workspaceview/show_class"<< "workspaceview/show_dimension"<< "workspaceview/show_value"<< "workspaceview/show_attribute"  )

◆ ws_enable_colors()

◆ ws_filter_active()

const gui_pref ws_filter_active ( "workspaceview/filter_active"  ,
QVariant(false)   
)

◆ ws_filter_shown()

const gui_pref ws_filter_shown ( "workspaceview/filter_shown"  ,
QVariant(true)   
)

◆ ws_hide_tool_tips()

const gui_pref ws_hide_tool_tips ( "workspaceview/hide_tools_tips"  ,
QVariant(false)   
)

◆ ws_max_filter_history()

const gui_pref ws_max_filter_history ( "workspaceview/max_filter_history"  ,
QVariant(10)   
)

◆ ws_mru_list()

const gui_pref ws_mru_list ( "workspaceview/mru_list"  ,
QVariant()   
)

◆ ws_sort_column()

const gui_pref ws_sort_column ( "workspaceview/sort_by_column"  ,
QVariant(0)   
)

◆ ws_sort_order()

const gui_pref ws_sort_order ( "workspaceview/sort_order"  ,
QVariant(Qt::AscendingOrder)   
)

Variable Documentation

◆ ws_colors

const gui_pref ws_colors[ws_colors_count]
Initial value:
=
{
{"terminal/color_a", QVariant (QColor(190,255,255))},
{"terminal/color_g", QVariant (QColor(255,255,190))},
{"terminal/color_p", QVariant (QColor(255,190,255))}
}

Definition at line 74 of file gui-preferences-ws.h.

Referenced by octave::workspace_model::notice_settings(), octave::settings_dialog::read_workspace_colors(), and octave::settings_dialog::write_workspace_colors().

◆ ws_colors_count