flAbstractEditor

fontlab.flAbstractEditor = class flAbstractEditor(object)

flAbstractEditor representation

Constructors:
  flAbstractEditor()
  flAbstractEditor(flObject)

Methods

__delattr__(...)
x.__delattr__('name') <==> del x.name
__eq__(...)
x.__eq__(y) <==> x==y
__ge__(...)
x.__ge__(y) <==> x>=y
__getattribute__(...)
x.__getattribute__('name') <==> x.name
__gt__(...)
x.__gt__(y) <==> x>y
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
__le__(...)
x.__le__(y) <==> x<=y
__lt__(...)
x.__lt__(y) <==> x

__ne__(...)
x.__ne__(y) <==> x!=y
__repr__(...)
x.__repr__() <==> repr(x)
__setattr__(...)
x.__setattr__('name', value) <==> x.name = value
activate(...)
activate()
changed(...)
changed()
checkInitHistoryState(...)
checkInitHistoryState(uint history_ix)
clearAboveHistory(...)
clearAboveHistory(uint history_ix)
clearFlag(...)
clearFlag(uint f)
clearFlags(...)
clearFlags()
clone(...)
Clone the object
createHistoryState(...)
createHistoryState(uint history_ix)
currentHistoryState(...)
currentHistoryIx()
deactivate(...)
deactivate()
flag(...)
flag(uint f)
getProperties(...)
Get object's properties list
getProperty(...)
getProperty('key') - get object property by 'key' or number
getPropertyFloat(...)
getPropertyFloat('key') - get float object property by 'key'
getPropertyInt(...)
getPropertyInt('key') - get int object property by 'key'
hasHistoryState(...)
hasHistoryState(uint history_ix)
historyStates(...)
historyStates(bool accepted_state)
independedAll(...)
independedAll()
initialHistoryState(...)
initialHistoryIx()
isEqual(...)
isEqual(flObject)
release(...)
release()
remove(...)
remove([flObject])
removeChild(...)
removeChild(flObject)
removeProperty(...)
removeProperty('key')
restoreHistoryState(...)
restoreHistoryState(uint history_ix)
setFlag(...)
setFlag(uint f [, bool value])
setProperty(...)
setProperty('key', value) - set object property by 'key' or number
setPropertyFloat(...)
setPropertyFloat('key', value) - set float object property by 'key'
setPropertyInt(...)
setPropertyInt('key', value) - set int object property by 'key'
tag(...)
tag([string])
update(...)
update()

Static methods

cloneObject(...)
flObject cloneObject(const flObject&);
createObject(...)
flObject/Nothing createObject(int);
haveObject(...)
bool haveObject(uint);
instanceType(...)
int instanceType();

Descriptors

hasChanges
bool
hasHistoryStates
bool
id
object id
isChanged
bool
isNull
bool
isPresent
bool
isReleased
bool
isValid
bool
name
object name
refCnt
object references count
type
object type
widget
QWidget*

Attributes

__new__ = <built-in method __new__ of type object>
T.__new__(S, ...) -> a new object with type S, a subtype of T
flObjectFlags = {'ofAnchored': 64, 'ofChanged': 2, 'ofHistory': 128, 'ofIgnore': 8, 'ofIgnoreChanges': 4, 'ofPassive': 16, 'ofReleased': 1, 'ofSlowUpdate': 32}

activate

fontlab.flAbstractEditor.activate = activate(...)
activate()

changed

fontlab.flAbstractEditor.changed = changed(...)
changed()

checkInitHistoryState

fontlab.flAbstractEditor.checkInitHistoryState = checkInitHistoryState(...)
checkInitHistoryState(uint history_ix)

clearAboveHistory

fontlab.flAbstractEditor.clearAboveHistory = clearAboveHistory(...)
clearAboveHistory(uint history_ix)

clearFlag

fontlab.flAbstractEditor.clearFlag = clearFlag(...)
clearFlag(uint f)

clearFlags

fontlab.flAbstractEditor.clearFlags = clearFlags(...)
clearFlags()

clone

fontlab.flAbstractEditor.clone = clone(...)
Clone the object

cloneObject

fontlab.flAbstractEditor.cloneObject = cloneObject(...)
flObject cloneObject(const flObject&);

createHistoryState

fontlab.flAbstractEditor.createHistoryState = createHistoryState(...)
createHistoryState(uint history_ix)

createObject

fontlab.flAbstractEditor.createObject = createObject(...)
flObject/Nothing createObject(int);

currentHistoryState

fontlab.flAbstractEditor.currentHistoryState = currentHistoryState(...)
currentHistoryIx()

deactivate

fontlab.flAbstractEditor.deactivate = deactivate(...)
deactivate()

flag

fontlab.flAbstractEditor.flag = flag(...)
flag(uint f)

flObjectFlags

fontlab.flAbstractEditor.flObjectFlags = {'ofAnchored': 64, 'ofChanged': 2, 'ofHistory': 128, 'ofIgnore': 8, 'ofIgnoreChanges': 4, 'ofPassive': 16, 'ofReleased': 1, 'ofSlowUpdate': 32}

getProperties

fontlab.flAbstractEditor.getProperties = getProperties(...)
Get object's properties list

getProperty

fontlab.flAbstractEditor.getProperty = getProperty(...)
getProperty('key') - get object property by 'key' or number

getPropertyFloat

fontlab.flAbstractEditor.getPropertyFloat = getPropertyFloat(...)
getPropertyFloat('key') - get float object property by 'key'

getPropertyInt

fontlab.flAbstractEditor.getPropertyInt = getPropertyInt(...)
getPropertyInt('key') - get int object property by 'key'

hasChanges

fontlab.flAbstractEditor.hasChanges
bool

hasHistoryState

fontlab.flAbstractEditor.hasHistoryState = hasHistoryState(...)
hasHistoryState(uint history_ix)

hasHistoryStates

fontlab.flAbstractEditor.hasHistoryStates
bool

haveObject

fontlab.flAbstractEditor.haveObject = haveObject(...)
bool haveObject(uint);

historyStates

fontlab.flAbstractEditor.historyStates = historyStates(...)
historyStates(bool accepted_state)

id

fontlab.flAbstractEditor.id
object id

independedAll

fontlab.flAbstractEditor.independedAll = independedAll(...)
independedAll()

initialHistoryState

fontlab.flAbstractEditor.initialHistoryState = initialHistoryState(...)
initialHistoryIx()

instanceType

fontlab.flAbstractEditor.instanceType = instanceType(...)
int instanceType();

isChanged

fontlab.flAbstractEditor.isChanged
bool

isEqual

fontlab.flAbstractEditor.isEqual = isEqual(...)
isEqual(flObject)

isNull

fontlab.flAbstractEditor.isNull
bool

isPresent

fontlab.flAbstractEditor.isPresent
bool

isReleased

fontlab.flAbstractEditor.isReleased
bool

isValid

fontlab.flAbstractEditor.isValid
bool

name

fontlab.flAbstractEditor.name
object name

refCnt

fontlab.flAbstractEditor.refCnt
object references count

release

fontlab.flAbstractEditor.release = release(...)
release()

remove

fontlab.flAbstractEditor.remove = remove(...)
remove([flObject])

removeChild

fontlab.flAbstractEditor.removeChild = removeChild(...)
removeChild(flObject)

removeProperty

fontlab.flAbstractEditor.removeProperty = removeProperty(...)
removeProperty('key')

restoreHistoryState

fontlab.flAbstractEditor.restoreHistoryState = restoreHistoryState(...)
restoreHistoryState(uint history_ix)

setFlag

fontlab.flAbstractEditor.setFlag = setFlag(...)
setFlag(uint f [, bool value])

setProperty

fontlab.flAbstractEditor.setProperty = setProperty(...)
setProperty('key', value) - set object property by 'key' or number

setPropertyFloat

fontlab.flAbstractEditor.setPropertyFloat = setPropertyFloat(...)
setPropertyFloat('key', value) - set float object property by 'key'

setPropertyInt

fontlab.flAbstractEditor.setPropertyInt = setPropertyInt(...)
setPropertyInt('key', value) - set int object property by 'key'

tag

fontlab.flAbstractEditor.tag = tag(...)
tag([string])

type

fontlab.flAbstractEditor.type
object type

update

fontlab.flAbstractEditor.update = update(...)
update()

widget

fontlab.flAbstractEditor.widget
QWidget*