|
| __init__ (self, *args, **kwargs) |
|
"uval_t" | touval (self, *args) |
| touval(self, ud) -> uval_t Map the location to a number.
|
|
"place_t *" | clone (self, *args) |
| clone(self) -> place_t Clone the location.
|
|
"void" | copyfrom (self, *args) |
| copyfrom(self, _from) Copy the specified location object to the current object.
|
|
"place_t *" | makeplace (self, *args) |
| makeplace(self, ud, x, lnnum) -> place_t Map a number to a location.
|
|
"int" | compare (self, *args) |
| compare(self, t2) -> int Deprecated.
|
|
"void" | adjust (self, *args) |
| adjust(self, ud) Adjust the current location to point to a displayable object.
|
|
"bool" | prev (self, *args) |
| prev(self, ud) -> bool Move to the previous displayable location.
|
|
"bool" | next (self, *args) |
| next(self, ud) -> bool Move to the next displayable location.
|
|
"bool" | beginning (self, *args) |
| beginning(self, ud) -> bool Are we at the first displayable object?.
|
|
"bool" | ending (self, *args) |
| ending(self, ud) -> bool Are we at the last displayable object?.
|
|
"void" | serialize (self, *args) |
| serialize(self) Serialize this instance.
|
|
"int" | id (self, *args) |
| id(self) -> int Get the place's ID (i.e., the value returned by register_place_class())
|
|
"char const *" | name (self, *args) |
| name(self) -> char const * Get this place type name.
|
|
"ea_t" | toea (self, *args) |
| toea(self) -> ea_t Map the location to an ea_t.
|
|
"bool" | rebase (self, *args) |
| rebase(self, arg2) -> bool Rebase the place instance
|
|
"place_t *" | enter (self, *args) |
| enter(self, arg2) -> place_t Visit this place, possibly 'unhiding' a section of text.
|
|
"void" | leave (self, *args) |
| leave(self, arg2) Leave this place, possibly 'hiding' a section of text that was previously expanded (at enter()-time.)
|
|
"int" | compare2 (self, *args) |
| compare2(self, t2, arg3) -> int Compare two locations except line numbers (lnnum).
|
|
"bool" | deserialize (self, *args) |
| deserialize(self, _in) -> bool De-serialize into this instance.
|
|
"PyObject *" | generate (self, *args) |
| generate(self, ud, maxsize) -> ([str, ...], int, int, int) Generate text lines for the current location.
|
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| idx = property(_ida_kernwin.enumplace_t_idx_get, _ida_kernwin.enumplace_t_idx_set, doc=) |
|
| bmask = property(_ida_kernwin.enumplace_t_bmask_get, _ida_kernwin.enumplace_t_bmask_set, doc=) |
|
| value = property(_ida_kernwin.enumplace_t_value_get, _ida_kernwin.enumplace_t_value_set, doc=) |
|
| serial = property(_ida_kernwin.enumplace_t_serial_get, _ida_kernwin.enumplace_t_serial_set, doc=) |
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| lnnum = property(_ida_kernwin.place_t_lnnum_get, _ida_kernwin.place_t_lnnum_set, doc=) |
|