PyANGKernel.GKViewBookmark¶
- class GKViewBookmark¶
Base class for static and dynamic bookmarks
Details
Bookmarks can be applied on different openned views, either 2D or 3D Views. The aim of this class is to allow the user to navigate as fast as possible to any specific area in the network
Inherited by:
GKViewBookmarkStatic,GKViewBookmarkDynamicSynopsis¶
Methods¶
def
__init__()def
getFromTime()def
getNowTime()def
getStoreTime()def
getToTime()def
setFromTime()def
setNowTime()def
setStoreTime()def
setToTime()
Virtual methods¶
def
type()
Static functions¶
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
- __init__()¶
- static compareForDisplay(left, right)¶
- Parameters:
left –
GKViewBookmarkright –
GKViewBookmark
- Return type:
Returns true if left should be shown before right, false otherwise
Returns the view bookmark initial time
Returns the view bookmark current time
Returns whether it is storing the time or not.
Returns the view bookmark finish time
Sets the view bookmark initial time
Sets the view bookmark current time
- setStoreTime(arg__1)¶
- Parameters:
arg__1 – bool
Sets if the view bookmark will store the time
Sets the view bookmark finish time
Returns a string with the type of bookmark