]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.h
Routines to retrieve HTML style information.
[lyx.git] / src / LyXAction.h
index b39cec7bdd09b6f2fe39842ab31ebe586e14412f..5203bc4fcd62338098f481f240fb8e7283953e34 100644 (file)
@@ -63,12 +63,13 @@ public:
 
        /// possible "permissions" for an action
        enum func_attrib {
-               Noop = 0, //< nothing special about this func
-               ReadOnly = 1, //< can be used in RO mode (perhaps this should change); no automatic markDirty
+               Noop = 0, //< Nothing special about this func
+               ReadOnly = 1, //< Can be used in RO mode (perhaps this should change); no automatic markDirty
                NoBuffer = 2, //< Can be used when there is no document open
                Argument = 4, //< Requires argument
                NoUpdate = 8, //< Does not (usually) require update
-               SingleParUpdate = 16 //< Usually only requires this par updated
+               SingleParUpdate = 16, //< Usually only requires this par updated
+               AtPoint = 32, //< dispatch first to inset at cursor if there is one
        };
 
        LyXAction();