flPropertyPoint
fontlab.flPropertyPoint = class flPropertyPoint(object)
flPropertyPoint representation Constructors:
Methods
- __delattr__(...)
-
x.__delattr__('name') <==> del x.name
- __getattribute__(...)
-
x.__getattribute__('name') <==> x.name
- __setattr__(...)
-
x.__setattr__('name', value) <==> x.name = value
- checkInitHistoryState(...)
-
checkInitHistoryState(uint history_ix)
- clearAboveHistory(...)
-
clearAboveHistory(uint history_ix)
- clearFlags(...)
-
clearFlags()
- clone(...)
-
Clone the object
- createHistoryState(...)
-
createHistoryState(uint history_ix)
- currentHistoryState(...)
-
currentHistoryIx()
- 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'
- hasExpression(...)
-
bool hasExpression()
- hasHistoryState(...)
-
hasHistoryState(uint history_ix)
- historyStates(...)
-
historyStates(bool accepted_state)
- independedAll(...)
-
independedAll()
- initialHistoryState(...)
-
initialHistoryIx()
- removeChild(...)
-
removeChild(flObject)
- removeProperty(...)
-
removeProperty('key')
- restoreHistoryState(...)
-
restoreHistoryState(uint history_ix)
- 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'
Static methods
- cloneObject(...)
-
flObject cloneObject(const flObject&);
- createObject(...)
-
flObject/Nothing createObject(int);
- haveObject(...)
-
bool haveObject(uint);
- instanceType(...)
-
int instanceType();
Descriptors
- expressionX
- expressionY
- hasChanges
-
bool
- hasHistoryStates
-
bool
- id
-
object id
- isChanged
-
bool
- isNull
-
bool
- isPresent
-
bool
- isReleased
-
bool
- isValid
-
bool
- name
-
object name
- paramType
-
ParameterType
- point
-
QPointF
- refCnt
-
object references count
- type
-
object type
Attributes
- ParameterType = {'HorzLine': 0, 'Point': 2, 'VertLine': 1}
- __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}
changed
- fontlab.flPropertyPoint.changed = changed(...)
-
changed()
checkInitHistoryState
- fontlab.flPropertyPoint.checkInitHistoryState = checkInitHistoryState(...)
-
checkInitHistoryState(uint history_ix)
clearAboveHistory
- fontlab.flPropertyPoint.clearAboveHistory = clearAboveHistory(...)
-
clearAboveHistory(uint history_ix)
clearFlag
- fontlab.flPropertyPoint.clearFlag = clearFlag(...)
-
clearFlag(uint f)
clearFlags
- fontlab.flPropertyPoint.clearFlags = clearFlags(...)
-
clearFlags()
clone
- fontlab.flPropertyPoint.clone = clone(...)
-
Clone the object
cloneObject
- fontlab.flPropertyPoint.cloneObject = cloneObject(...)
-
flObject cloneObject(const flObject&);
createHistoryState
- fontlab.flPropertyPoint.createHistoryState = createHistoryState(...)
-
createHistoryState(uint history_ix)
createObject
- fontlab.flPropertyPoint.createObject = createObject(...)
-
flObject/Nothing createObject(int);
currentHistoryState
- fontlab.flPropertyPoint.currentHistoryState = currentHistoryState(...)
-
currentHistoryIx()
flag
- fontlab.flPropertyPoint.flag = flag(...)
-
flag(uint f)
flObjectFlags
fontlab.flPropertyPoint.flObjectFlags = {'ofAnchored': 64, 'ofChanged': 2, 'ofHistory': 128, 'ofIgnore': 8, 'ofIgnoreChanges': 4, 'ofPassive': 16, 'ofReleased': 1, 'ofSlowUpdate': 32}
getProperties
- fontlab.flPropertyPoint.getProperties = getProperties(...)
-
Get object's properties list
getProperty
- fontlab.flPropertyPoint.getProperty = getProperty(...)
-
getProperty('key') - get object property by 'key' or number
getPropertyFloat
- fontlab.flPropertyPoint.getPropertyFloat = getPropertyFloat(...)
-
getPropertyFloat('key') - get float object property by 'key'
getPropertyInt
- fontlab.flPropertyPoint.getPropertyInt = getPropertyInt(...)
-
getPropertyInt('key') - get int object property by 'key'
hasChanges
- fontlab.flPropertyPoint.hasChanges
-
bool
hasExpression
- fontlab.flPropertyPoint.hasExpression = hasExpression(...)
-
bool hasExpression()
hasHistoryState
- fontlab.flPropertyPoint.hasHistoryState = hasHistoryState(...)
-
hasHistoryState(uint history_ix)
hasHistoryStates
- fontlab.flPropertyPoint.hasHistoryStates
-
bool
haveObject
- fontlab.flPropertyPoint.haveObject = haveObject(...)
-
bool haveObject(uint);
historyStates
- fontlab.flPropertyPoint.historyStates = historyStates(...)
-
historyStates(bool accepted_state)
id
- fontlab.flPropertyPoint.id
-
object id
independedAll
- fontlab.flPropertyPoint.independedAll = independedAll(...)
-
independedAll()
initialHistoryState
- fontlab.flPropertyPoint.initialHistoryState = initialHistoryState(...)
-
initialHistoryIx()
instanceType
- fontlab.flPropertyPoint.instanceType = instanceType(...)
-
int instanceType();
isChanged
- fontlab.flPropertyPoint.isChanged
-
bool
isEqual
- fontlab.flPropertyPoint.isEqual = isEqual(...)
-
isEqual(flObject)
isNull
- fontlab.flPropertyPoint.isNull
-
bool
isPresent
- fontlab.flPropertyPoint.isPresent
-
bool
isReleased
- fontlab.flPropertyPoint.isReleased
-
bool
isValid
- fontlab.flPropertyPoint.isValid
-
bool
name
- fontlab.flPropertyPoint.name
-
object name
ParameterType
fontlab.flPropertyPoint.ParameterType = {'HorzLine': 0, 'Point': 2, 'VertLine': 1}
paramType
- fontlab.flPropertyPoint.paramType
-
ParameterType
point
- fontlab.flPropertyPoint.point
-
QPointF
refCnt
- fontlab.flPropertyPoint.refCnt
-
object references count
release
- fontlab.flPropertyPoint.release = release(...)
-
release()
remove
- fontlab.flPropertyPoint.remove = remove(...)
-
remove([flObject])
removeChild
- fontlab.flPropertyPoint.removeChild = removeChild(...)
-
removeChild(flObject)
removeProperty
- fontlab.flPropertyPoint.removeProperty = removeProperty(...)
-
removeProperty('key')
restoreHistoryState
- fontlab.flPropertyPoint.restoreHistoryState = restoreHistoryState(...)
-
restoreHistoryState(uint history_ix)
setFlag
- fontlab.flPropertyPoint.setFlag = setFlag(...)
-
setFlag(uint f [, bool value])
setProperty
- fontlab.flPropertyPoint.setProperty = setProperty(...)
-
setProperty('key', value) - set object property by 'key' or number
setPropertyFloat
- fontlab.flPropertyPoint.setPropertyFloat = setPropertyFloat(...)
-
setPropertyFloat('key', value) - set float object property by 'key'
setPropertyInt
- fontlab.flPropertyPoint.setPropertyInt = setPropertyInt(...)
-
setPropertyInt('key', value) - set int object property by 'key'
tag
- fontlab.flPropertyPoint.tag = tag(...)
-
tag([string])
type
- fontlab.flPropertyPoint.type
-
object type
update
- fontlab.flPropertyPoint.update = update(...)
-
update()