#include <PI_OHLPersistent.h>

Public Member Functions | |
| const UT_String & | getName () const |
| void | setName (const char *name) |
| const UT_String & | getPaneMask () const |
| void | setPaneMask (const char *mask) |
| bool | getExpose () const |
| void | setExpose (bool expose) |
| bool | getDisplayInParent () const |
| void | setDisplayInParent (bool display) |
| bool | getDisplayInChild () const |
| void | setDisplayInChild (bool display) |
| bool | getDisplayInSibling () const |
| void | setDisplayInSibling (bool display) |
| void | setBMOwner (BM_OpHandleLink *bmowner) |
| BM_OpHandleLink * | getBMOwner () const |
| virtual void | setActiveColor (const UT_Color &c) |
| const PI_SettingList & | getSettingList () const |
| PI_SettingList & | getSettingList () |
| void | setSettings (const char *setting_string) |
| void | clearSettingList () |
| virtual int | setEqual (const PI_OpHandleLink &pi) |
Protected Member Functions | |
| virtual void | handleOpChange (OP_Node *op, OP_EventType etype, void *data) |
Friends | |
| class | PI_Manager |
Definition at line 32 of file PI_OHLPersistent.h.
| void PI_OHLPersistent::clearSettingList | ( | ) | [inline] |
Definition at line 64 of file PI_OHLPersistent.h.
| BM_OpHandleLink* PI_OHLPersistent::getBMOwner | ( | ) | const [inline] |
Definition at line 57 of file PI_OHLPersistent.h.
| bool PI_OHLPersistent::getDisplayInChild | ( | ) | const |
| bool PI_OHLPersistent::getDisplayInParent | ( | ) | const |
| bool PI_OHLPersistent::getDisplayInSibling | ( | ) | const |
| bool PI_OHLPersistent::getExpose | ( | ) | const |
| const UT_String& PI_OHLPersistent::getName | ( | ) | const |
| const UT_String& PI_OHLPersistent::getPaneMask | ( | ) | const |
| PI_SettingList& PI_OHLPersistent::getSettingList | ( | ) | [inline] |
Definition at line 62 of file PI_OHLPersistent.h.
| const PI_SettingList& PI_OHLPersistent::getSettingList | ( | ) | const [inline] |
Definition at line 61 of file PI_OHLPersistent.h.
| virtual void PI_OHLPersistent::handleOpChange | ( | OP_Node * | op, | |
| OP_EventType | etype, | |||
| void * | data | |||
| ) | [protected, virtual] |
Reimplemented from PI_OpHandleLink.
| virtual void PI_OHLPersistent::setActiveColor | ( | const UT_Color & | c | ) | [virtual] |
Reimplemented from PI_OpHandleLink.
| void PI_OHLPersistent::setBMOwner | ( | BM_OpHandleLink * | bmowner | ) | [inline] |
Definition at line 55 of file PI_OHLPersistent.h.
| void PI_OHLPersistent::setDisplayInChild | ( | bool | display | ) |
| void PI_OHLPersistent::setDisplayInParent | ( | bool | display | ) |
| void PI_OHLPersistent::setDisplayInSibling | ( | bool | display | ) |
| virtual int PI_OHLPersistent::setEqual | ( | const PI_OpHandleLink & | pi | ) | [virtual] |
Reimplemented from PI_OpHandleLink.
| void PI_OHLPersistent::setExpose | ( | bool | expose | ) |
| void PI_OHLPersistent::setName | ( | const char * | name | ) |
| void PI_OHLPersistent::setPaneMask | ( | const char * | mask | ) |
| void PI_OHLPersistent::setSettings | ( | const char * | setting_string | ) |
friend class PI_Manager [friend] |
Definition at line 90 of file PI_OHLPersistent.h.
1.5.9