#include <QObject>#include <QString>#include <QColor>#include <LightApp_Application.h>#include <LightApp_Preferences.h>
Go to the source code of this file.
Data Structures | |
| class | SALOME_Selection |
| The class represents selection which can be used in Python. More... | |
| class | SalomePyQt |
| The class provides utility functions which can be used in the Python to operate with the SALOME GUI. More... | |
Enumerations | |
| enum | MenuName { File = 1, View = 2, Edit = 3, Preferences = 4, Tools = 5, Window = 6, Help = 7 } |
| enum | { WT_ObjectBrowser = LightApp_Application::WT_ObjectBrowser, WT_PyConsole = LightApp_Application::WT_PyConsole, WT_LogWindow = LightApp_Application::WT_LogWindow, WT_User = LightApp_Application::WT_User } |
| enum | { PT_Auto = LightApp_Preferences::Auto, PT_Space = LightApp_Preferences::Space, PT_Bool = LightApp_Preferences::Bool, PT_Color = LightApp_Preferences::Color, PT_String = LightApp_Preferences::String, PT_Selector = LightApp_Preferences::Selector, PT_DblSpin = LightApp_Preferences::DblSpin, PT_IntSpin = LightApp_Preferences::IntSpin, PT_Double = LightApp_Preferences::Double, PT_Integer = LightApp_Preferences::Integer, PT_GroupBox = LightApp_Preferences::GroupBox, PT_Tab = LightApp_Preferences::Tab, PT_Frame = LightApp_Preferences::Frame, PT_Font = LightApp_Preferences::Font, PT_DirList = LightApp_Preferences::DirList, PT_File = LightApp_Preferences::File } |
| enum | Orientation { Horizontal = 0, Vertical = 1 } |
Orientation. More... | |
| enum | Action { MoveWidget = 0, LeaveWidget = 1, SplitAt = 2 } |
Action of splitting corresponding to QtxWorkstack.SplitType enumeration. More... | |
| enum MenuName |
| anonymous enum |
| enum Orientation |
| enum Action |