OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Data Fields | Static Public Attributes
GradientPresetWidget Class Reference

Inherits QWidget.

Public Member Functions

def __init__
 
def CreateImmutableContextMenu
 
def CreateContextMenu
 
def contextMenuEvent
 
def Add
 
def Remove
 
def LoadCurrentIndex
 
def Load
 
def Rename
 
def GetText
 

Data Fields

 text_
 
 gradient_edit_
 
 list_view_
 
 list_model_
 
 add_action
 
 add_button_
 
 immucontextMenu_
 
 load_
 
 contextMenu_
 
 remove_
 
 rename_
 

Static Public Attributes

tuple ICONS_DIR = os.path.join(ost.GetSharedDataPath(), "gui", "icons/")
 
tuple gradientSelected = QtCore.pyqtSignal(object, name="gradientSelected")
 

Detailed Description

Definition at line 35 of file gradient_preset_widget.py.

Constructor & Destructor Documentation

def __init__ (   self,
  gradient_edit,
  parent = None 
)

Definition at line 40 of file gradient_preset_widget.py.

Member Function Documentation

def Add (   self)

Definition at line 112 of file gradient_preset_widget.py.

def contextMenuEvent (   self,
  pos 
)

Definition at line 103 of file gradient_preset_widget.py.

def CreateContextMenu (   self)

Definition at line 92 of file gradient_preset_widget.py.

def CreateImmutableContextMenu (   self)

Definition at line 85 of file gradient_preset_widget.py.

def GetText (   self)

Definition at line 143 of file gradient_preset_widget.py.

def Load (   self,
  index 
)

Definition at line 135 of file gradient_preset_widget.py.

def LoadCurrentIndex (   self)

Definition at line 131 of file gradient_preset_widget.py.

def Remove (   self)

Definition at line 123 of file gradient_preset_widget.py.

def Rename (   self)

Definition at line 139 of file gradient_preset_widget.py.

Field Documentation

add_action

Definition at line 61 of file gradient_preset_widget.py.

add_button_

Definition at line 66 of file gradient_preset_widget.py.

contextMenu_

Definition at line 93 of file gradient_preset_widget.py.

gradient_edit_

Definition at line 47 of file gradient_preset_widget.py.

tuple gradientSelected = QtCore.pyqtSignal(object, name="gradientSelected")
static

Definition at line 38 of file gradient_preset_widget.py.

tuple ICONS_DIR = os.path.join(ost.GetSharedDataPath(), "gui", "icons/")
static

Definition at line 36 of file gradient_preset_widget.py.

immucontextMenu_

Definition at line 86 of file gradient_preset_widget.py.

list_model_

Definition at line 53 of file gradient_preset_widget.py.

list_view_

Definition at line 50 of file gradient_preset_widget.py.

load_

Definition at line 87 of file gradient_preset_widget.py.

remove_

Definition at line 94 of file gradient_preset_widget.py.

rename_

Definition at line 95 of file gradient_preset_widget.py.

text_

Definition at line 44 of file gradient_preset_widget.py.


The documentation for this class was generated from the following file: