mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Element : add new help line (perpendicular to terminal)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3615 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -184,10 +184,10 @@ class Qet : public QObject {
|
||||
static Qet::Orientation orientationFromString (const QString &);
|
||||
static QString orientationToString (Qet::Orientation);
|
||||
|
||||
static bool surLeMemeAxe (Qet::Orientation, Qet::Orientation);
|
||||
static bool isOpposed (Qet::Orientation a, Qet::Orientation b);
|
||||
static bool estHorizontale (Qet::Orientation);
|
||||
static bool estVerticale (Qet::Orientation);
|
||||
static bool surLeMemeAxe (Qet::Orientation, Qet::Orientation);
|
||||
static bool isOpposed (Qet::Orientation a, Qet::Orientation b);
|
||||
static bool isHorizontal (Qet::Orientation);
|
||||
static bool isVertical (Qet::Orientation);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user